Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 11,642 for

artifact

(0.08 sec)
  1. Mã hóa tài liệu trong Python|Aspose.Words cho P...

    Mã hóa tài liệu của bạn bằng thuật toán mã hóa thích hợp cho các định dạng tài liệu cụ thể trong Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/vi/python-net/encrypt-a-d...
  2. 記録

    記録...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...setText(formattedText); artifact.setArtifactHorizonta (HorizontalAlignment...

    blog.aspose.com/ja/pdf/add-watermark-to-pdf-usi...
  3. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document.... save ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...html_fixed_save_options ) with open ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Criptarea unui Document în Python|Aspose.Words ...

    Criptați documentul utilizând algoritmi de criptare adecvați pentru anumite formate de documente în Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/ro/python-net/encrypt-a-d...
  5. Cifrar un documento en Python|Aspose.Words para...

    Cifre su documento utilizando algoritmos de cifrado apropiados para formatos de documentos específicos en Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/es/python-net/encrypt-a-d...
  6. 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...
  7. SoftEdgeFormat.radius property | Aspose.Words f...

    SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)... save ( file_name = ARTIFACTS_DIR + 'Shape.SoftEdge.docx'.... Document ( file_name = ARTIFACTS_DIR + 'Shape.SoftEdge.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Restrict Document Editing in Python|Aspose.Word...

    Restrict editing a document by setting a restriction type using Python. You can also remove protection and make unrestricted editable regions.... artifacts_dir + "DocumentProtection...doc . save ( docs_base . artifacts_dir + "DocumentProtection...

    docs.aspose.com/words/python-net/restrict-docum...
  9. PDFにページ番号を追加|Aspose.PDF for .NET

    Aspose.PDF for .NETは、PageNumber Stampクラスを使用してPDFファイルにページ番号スタンプを追加することを可能にします。...bates numbering var artifacts = page . Artifacts . Where ( ar =>...foreach ( var artifact in artifacts ) { page . Artifacts . Delete...

    docs.aspose.com/pdf/ja/net/add-page-number/
  10. 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...