Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 56,351 for

import document

(0.65 sec)
  1. Single-Line Field to Multi-Line Field|Aspose.PD...

    Convert a single-line text field into a multi-line field in a PDF Document using Aspose.PDF for Python.... Load the existing PDF document. Create a FormEditor instance...instance. Bind the PDF document to the editor. Convert the selected...

    docs.aspose.com/pdf/python-net/single-to-multiple/
  2. Add Rubber Stamp|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a green “Approved” rubber stamp to the first four pages, and saves the modified Document....it to multiple pages of a document. Create a PdfContentEditor...instance. Bind the input PDF document. Loop through pages 1–4. Add...

    docs.aspose.com/pdf/python-net/add-rubber-stamp/
  3. Add JavaScript Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a JavaScript link that triggers an alert on click, and saves the modified Document.... or dynamically modifying document content. Using PdfContentEditor...instance. Bind the input PDF document. Define a rectangle for the...

    docs.aspose.com/pdf/python-net/add-javascript-l...
  4. Change Password of PDF File|Aspose.PDF for Pyth...

    Change the user and owner passwords of a secured PDF Document using Aspose.PDF for Python via .NET....transferring ownership, or enhancing document security. The ‘change_password’...password (needed to open the document) Update the owner password...

    docs.aspose.com/pdf/python-net/change-password/
  5. PdfViewer Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfViewer class in Aspose.PDF for Python via .NET to decode all PDF pages, decode a specific page, and inspect viewer-related PDF metadata....bound to a PDF document. import aspose.pdf as ap import aspose.pdf...directory. import sys from os import path import aspose.pdf as...

    docs.aspose.com/pdf/python-net/pdfviewer-class/
  6. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF Document....include: Loading the input PDF document. Changing the form type to...applications. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/xfa-forms/
  7. Python PDF Processing APIs | Aspose.PDF Product...

    Download Python package to work with PDF pages, images, attachments, fonts, bookmarks, annotations, forms, watermarks, security & printing via .NET API....NET for Portable Document Format Processing Aspose.PDF...developers to work with PDF documents without needing Microsoft...

    releases.aspose.com/pdf/pythonnet/
  8. 加密 PDF 文件|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/encrypt-pdf-f...
  9. Revision and Permissions|Aspose.PDF for Python ...

    Learn how to inspect signature revisions, Document revisions, and certification permissions in PDF files using PdfFileSignature in Python....signed and certified PDF documents. Besides adding signatures...understand how many revisions a document contains and what changes...

    docs.aspose.com/pdf/python-net/revision-permiss...
  10. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment....to include supplementary documents, images, or other resources...PDF. Save the updated Document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/add-attachment/