Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 56,376 for

import document

(0.17 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. 重命名字段|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 重命名 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/rename-field/
  3. 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/
  4. Add Text Annotations|Aspose.PDF for Python via ...

    Add text annotations to a PDF Document using the PdfContentEditor class in Aspose.PDF for Python via .NET....a text annotation to a PDF document using the PdfContentEditor...viewing the document. In this example: A PDF document is loaded...

    docs.aspose.com/pdf/python-net/add-text-annotat...
  5. 在 Python 中更新 PDF 链接|Aspose.PDF for Python via .NET

    了解如何在 Python 中更新 PDF 链接的外观和目标。... import aspose.pdf as ap import sys from os import path from...from aspose.pycore import cast , is_assignable def link_anno...

    docs.aspose.com/pdf/zh/python-net/update-links/
  6. PDF Certification|Aspose.PDF for Python via .NET

    Learn how to certify PDF Documents in Python using PdfFileSignature and DocMDPSignature with different Document modification permissions....you certify PDF documents by applying a document-level signature...any, are allowed after the document has been certified. This article...

    docs.aspose.com/pdf/python-net/pdf-certification/
  7. 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...
  8. 删除打开操作|Aspose.PDF for Python via .NET

    此示例加载现有 PDF,删除打开操作,并保存已清理的文档。... 保存已更新的 Documentimport aspose.pdf.facades as...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/zh/python-net/remove-open-a...
  9. Copy Inner Field|Aspose.PDF for Python via .NET

    Copy PDF Form Fields to a New Position Using Python using Aspose.PDF for Python.... Bind the PDF document to the FormEditor. Copy the...the updated document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/copy-inner-field/
  10. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_Document method...append_document method Contents [ Hide ] append_document(src_doc...oc, import_format_mode) Appends the specified document to the...

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