Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 10,536 for

join documents

(0.22 sec)
  1. 删除字段|Aspose.PDF for Python via .NET

    此示例演示如何使用 'FormEditor' 类的 'remove_field' 方法从 PDF 表单中删除 'Country' 字段。... join ( path . dirname ( __file__...pdf_facades . FormEditor () # Bind document to FormEditor form_editor...

    docs.aspose.com/pdf/zh/python-net/remove-field/
  2. Fill List Box|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill list box and multi-select fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, select values within a list-based form field, and save the updated file....option is selected, the updated document is saved. Initialize ‘pdf_facades...options. Save the updated Document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/fill-list-box/
  3. Export to XML|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form data to an XML file using Aspose.PDF for Python via .NET. It shows how to load a PDF document, access its form fields through the Form facade, and save the extracted data as structured XML using Form Class....‘bind_pdf()’ to attach the source PDF document to the Form instance. Create...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/export-to-xml/
  4. 提取 XFA 数据|Aspose.PDF for Python via .NET

    本示例说明如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中提取 XFA 表单数据。它演示了如何将基于 XFA 的 PDF 文档绑定到 Form 门面并将其内部数据结构导出到文件流中。... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document form . bind_pdf ( infile )...

    docs.aspose.com/pdf/zh/python-net/extract-xfa-d...
  5. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document using Aspose.PDF for Python.... Open an existing PDF document. Create a FormEditor object...form field. Save the updated document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/decorate-field/
  6. Delete Stamps Globally|Aspose.PDF for Python vi...

    This example demonstrates how to delete rubber stamp annotations globally across all pages in a PDF using Aspose.PDF for Python via the Facades API. It shows how to remove stamps by ID without specifying individual pages....stamps throughout the entire document. The ‘delete_stamp_by_id()’...instance. Bind the input PDF document. Add rubber stamps to multiple...

    docs.aspose.com/pdf/python-net/delete-stamps-gl...
  7. Import XFDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an XFDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read XML-based XFDF data through a file stream, and automatically populate matching form fields. Importing XFDF data enables efficient form data exchange and supports automated document workflows that rely on structured XML formats....updated PDF is saved as a new document. Initialize pdf_facades.Form()...XFDF file. Save the updated Document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/import-xfdf-data/
  8. 添加声音注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加声音注释,并保存修改后的 PDF。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/add-sound-ann...
  9. 使用 Python 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中提取表格... join ( self . data_dir , infile )...source PDF document pdf_document = apdf . Document ( path_infile...

    products.aspose.com/pdf/zh-hant/python-net/tabl...
  10. 添加文件附件注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,使用文件路径在首页添加文件附件注释,并保存已更新的文档。... 保存已更新的 Document。 import aspose.pdf.facades...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-file-atta...