Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 11,532 for

artifact

(0.05 sec)
  1. 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...
  2. 如何使用 Python 从 PDF 中去除水印

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

    kb.aspose.com/zh/pdf/python/how-to-remove-water...
  3. 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...
  4. Restricționați editarea documentelor în Python|...

    Restricționați editarea unui document prin setarea unui tip de restricție folosind Python. De asemenea, puteți elimina protecția și puteți crea regiuni editabile fără restricții.... artifacts_dir + "DocumentProtection...doc . save ( docs_base . artifacts_dir + "DocumentProtection...

    docs.aspose.com/words/ro/python-net/restrict-do...
  5. Ogranicz edycję dokumentów w Python|Aspose.Word...

    Ogranicz edycję dokumentu, ustawiając typ ograniczenia za pomocą Python. Możesz także usunąć ochronę i utworzyć nieograniczone edytowalne regiony.... artifacts_dir + "DocumentProtection...doc . save ( docs_base . artifacts_dir + "DocumentProtection...

    docs.aspose.com/words/pl/python-net/restrict-do...
  6. Restringir a edição de documentos em Python|Asp...

    Restrinja a edição de um documento definindo um tipo de restrição usando Python. Você também pode remover a proteção e tornar regiões editáveis sem restrições.... artifacts_dir + "DocumentProtection...doc . save ( docs_base . artifacts_dir + "DocumentProtection...

    docs.aspose.com/words/pt/python-net/restrict-do...
  7. XamlFlowSaveOptions.images_folder property | As...

    XamlFlowSaveOptions.images_folder property. Specifies the physical folder where images are saved when exporting a document to XAML format... ImageUriPrinter ( ARTIFACTS_DIR + "XamlFlowImageFolderA"...options . images_folder = ARTIFACTS_DIR + "XamlFlowImageFolder"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.export_fonts_as_base64 property...

    HtmlSaveOptions.export_fonts_as_base64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... save ( file_name = ARTIFACTS_DIR + 'HtmlSaveOptions.ExportFontsAsBase64...pretty_format = True doc . save ( ARTIFACTS_DIR + 'HtmlSaveOptions.ex...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.export_images_as_base64 propert...

    HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB... save ( file_name = ARTIFACTS_DIR + 'HtmlSaveOptions.ExportFontsAsBase64...pretty_format = True doc . save ( ARTIFACTS_DIR + 'HtmlSaveOptions.ex...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++为PDF添加背景|Aspose.PDF for C++

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....-> Add (); // 创建 Background Artifact 对象 auto background = MakeObject...backgroundartifact 添加到页面的 artifacts 集合中 page -> get_Artifacts () -> Add ( background...

    docs.aspose.com/pdf/zh/cpp/add-backgrounds/