Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 56,376 for

import document

(0.73 sec)
  1. Remove Field in Jython|Aspose.Words for Java

    Remove Field using Jython....words import Settings from com . aspose . words import Document...dataDir + 'programming_documents/' doc = Document ( dataDir + "RemoveField...

    docs.aspose.com/words/java/remove-field-in-jython/
  2. Protect PDF Files in Python|Aspose.PDF for Pyth...

    Learn how to encrypt files, decrypt protected PDFs, and change passwords in Python....NET to secure a PDF document with password-based encryption...permissions. Load the PDF document. Create a DocumentPrivilege...

    docs.aspose.com/pdf/python-net/protect-pdf-file/
  3. IPageLayoutCallback class | Aspose.Words for Py...

    aspose.words.layout.IPageLayoutCallback class. Implement this interface if you want to have your own custom method called during build and rendering of page layout model....few pages at start of the document then abort process and render...technique may not work for every document or may fail completely. Methods...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add Pages to PDF using Go | Aspose.PDF

    Add PDF pages to your Document programmatically with Go sample code using Aspose.PDF for Go via C++...need to add pages to PDF documents? To add pages, we’ll use Aspose...your environment. Create a Document object with the input PDF...

    products.aspose.com/pdf/go-cpp/pages/add/
  5. Get PDF Metadata|Aspose.PDF for Python via .NET

    Extract and display metadata from PDF Documents using Aspose.PDF for Python....Metadata Contents [ Hide ] PDF documents often contain valuable metadata...metadata that describes document content, authorship, and permissions...

    docs.aspose.com/pdf/python-net/get-pdf-metadata/
  6. Add Polyline Annotation|Aspose.PDF for Python v...

    The example binds an input PDF, creates a solid polyline on the first page, and saves the modified Document with an annotation....connections in diagrams and documents. Create the PdfContentEditor...the updated Document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/add-polyline-ann...
  7. Signature Extraction|Aspose.PDF for Python via ...

    Learn how to extract a signature image and signing certificate from a signed PDF using PdfFileSignature in Python....extracting data from signed PDF documents. After a PDF has been signed...The example opens the signed document, gets the first available...

    docs.aspose.com/pdf/python-net/signature-extrac...
  8. 添加折线注释|Aspose.PDF for Python via .NET

    示例绑定一个输入 PDF,在第一页创建一个实心折线,并将带注释的修改后文档保存。... 保存已更新的 Documentimport aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/zh/python-net/add-polyline-...
  9. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property....with built-in document properties. doc = aw . Document ( file_name...'Properties.docx' ) # The "Document" object contains some of its...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 移动字段|Aspose.PDF for Python via .NET

    将现有表单字段移动到 PDF 文档中的其他位置。...from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/zh/python-net/move-field/