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

import document

(0.19 sec)
  1. 在 Python 中使用 PDF 操作|Aspose.PDF for Python via .NET

    了解如何使用 Python 在 PDF 文件中添加、更新和删除文档、页面和表单操作。... import aspose.pdf as ap from aspose.pycore import is_assignable...aspose.pdf import Rectangle from aspose.pdf.forms import ButtonField...

    docs.aspose.com/pdf/zh/python-net/actions/
  2. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...examples ; import com.aspose.pdf.* ; import java.io.FileWriter...FileWriter ; // Import the FileWriter class import java.io.IOException...

    docs.aspose.com/pdf/java/determine-line-break/
  3. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....Hide ] Form fields in PDF documents have visual properties such...class. Open an existing PDF document. Create a FormEditor object...

    docs.aspose.com/pdf/python-net/get-field-appear...
  4. Append Documents in Ruby|Aspose.Words for Java

    Append an MS Word Document to other one using Ruby....Ask AI Append Documents in Ruby Contents [ Hide ] Aspose.Words...Words - Append Documents To append documents using Aspose.Words...

    docs.aspose.com/words/java/append-documents-in-...
  5. Remove Open Action|Aspose.PDF for Python via .NET

    This example loads an existing PDF, removes the open action, and saves the cleaned Document....Action Contents [ Hide ] PDF documents may contain actions that execute...you can easily remove the document open action and ensure the...

    docs.aspose.com/pdf/python-net/remove-open-action/
  6. NullPointerException with Aptos Font and wp14:a...

    Summary Aspose.Words throws a NullPointerException during Document.save() or Document.updatePageLayout() when ALL of the following conditions are met: Document contains wp14:anchorId attributes (Word 2010+ drawing anch…...NullPointerException during Document.save() or Document.updatePageLayout()...following conditions are met: Document contains wp14:anchorId attributes...

    forum.aspose.com/t/nullpointerexception-with-ap...
  7. 使用 Python 管理 PDF 页眉和页脚|Aspose.PDF for Python vi...

    了解如何使用 Python 和 Aspose.PDF 管理 PDF 文档中的页眉和页脚。... from os import path import aspose.pdf as ap import sys def ...PDF。 from os import path import aspose.pdf as ap import sys def add_header_artifact...

    docs.aspose.com/pdf/zh/python-net/artifacts-hea...
  8. Insert and Append Documents in C#|Aspose.Words ...

    Combine Documents into one: insert or append a Document into a new or existing one using find and replace, merge field, bookmark, or simply at the Document end in C#....Ask AI Insert and Append Documents Contents [ Hide ] Purpose...how to insert and append documents programmatically. Sometimes...

    docs.aspose.com/words/net/insert-and-append-doc...
  9. 重命名表单字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 在 PDF 文档中重命名表单字段。它展示了如何绑定 PDF 表单、以编程方式更新现有字段名称并保存修改后的文件。重命名字段有助于统一表单结构、改进数据映射,并简化与自动化工作流或外部系统的集成。... 保存已更新的 Document。 from io import FileIO import sys from os...os import path import aspose.pdf as ap import aspose.pdf.facades...

    docs.aspose.com/pdf/zh/python-net/rename-form-f...
  10. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark artifacts to PDF files in Python using Aspose.PDF for Python via .NET....watermark artifact to a PDF Document using Aspose.PDF for Python...Watermarks from PDF Load the PDF document. Access page artifacts. Filter...

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