Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 11,774 for

artifact

(0.44 sec)
  1. SvgSaveOptions.export_embedded_images property ...

    SvgSaveOptions.export_embedded_images property. Specifies whether images should be embedded into the SVG document as base64... resources_folder = ARTIFACTS_DIR + 'SvgResourceFolder'...resources_folder_alias = ARTIFACTS_DIR + 'SvgResourceFolderAli'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt document.... save ( file_name = ARTIFACTS_DIR + 'OdtSaveOptions.Encrypt'...detect_file_format ( file_name = ARTIFACTS_DIR + 'OdtSaveOptions.Encrypt'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSet.odd property | Aspose.Words for Python

    PageSet.odd property. Gets a set with all the odd pages of the document in their original order.... save ( file_name = ARTIFACTS_DIR + 'PdfSaveOptions.ExportPageSet...doc . save ( file_name = ARTIFACTS_DIR + 'PdfSaveOptions.ExportPageSet...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontSavingArgs.keep_font_stream_open property |...

    FontSavingArgs.keep_font_stream_open property. Specifies whether Aspose.Words should keep the stream open or close it after saving a font....logic: export font to file in ARTIFACTS_DIR # args is FontSavingArgs...'.ttf' font_path = Path ( ARTIFACTS_DIR ) / font_file_name with...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontSavingArgs.is_export_needed property | Aspo...

    FontSavingArgs.is_export_needed property. Allows to specify whether the current font will be exported as a font resource...logic: export font to file in ARTIFACTS_DIR # args is FontSavingArgs...'.ttf' font_path = Path ( ARTIFACTS_DIR ) / font_file_name with...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Verschlüsseln Sie ein Dokument in Python|Aspose...

    Verschlüsseln Sie Ihr Dokument mit geeigneten Verschlüsselungsalgorithmen für bestimmte Dokumentformate in Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/de/python-net/encrypt-a-d...
  7. 如何使用 Python 从 PDF 中去除水印

    这个简短的主题指导如何使用 Python 从 PDF 中删除水印。它包含配置的所有详细信息、逐步过程和可运行的示例代码,以使用 Python 从 PDF 文件中删除水印。...类对象访问源 PDF 文件以删除水印 遍历文档每一页上的所有 artifacts ,并列出水印类型的工件 一旦列表中填充了所需的工件,就删除所有水印...Page.artifacts 集合以通过将 Subtype 属性与枚举器值 Artifact.artifact_subtype...

    kb.aspose.com/zh/pdf/python/how-to-remove-water...
  8. Comment supprimer un filigrane d'un PDF à l'aid...

    Ce court sujet explique comment supprimer un filigrane d'un PDF à l'aide de Python. Il englobe tous les détails de la configuration, le processus par étapes et un exemple de code exécutable pour supprimer le filigrane du fichier PDF à l'aide de Python....filigrane Parcourez tous les artifacts sur chaque page du document...accède à la collection Page.artifacts pour identifier les artefacts...

    kb.aspose.com/fr/pdf/python/how-to-remove-water...
  9. Adicionar Número de Página ao PDF|Aspose.PDF fo...

    Aspose.PDF for .NET permite adicionar um carimbo de número de página ao seu arquivo PDF usando a classe PageNumber Stamp....bates numbering var artifacts = page . Artifacts . Where ( ar =>...foreach ( var artifact in artifacts ) { page . Artifacts . Delete...

    docs.aspose.com/pdf/pt/net/add-page-number/
  10. Converter.create method | Aspose.Words for Python

    aspose.words.lowcode.Converter.create method... to_file ( output = ARTIFACTS_DIR + 'LowCode.ConvertContext...doc ) . to_file ( output = ARTIFACTS_DIR + 'LowCode.ConvertContext...

    reference.aspose.com/words/python-net/aspose.wo...