Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 10,538 for

join documents

(1.44 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. Extract Tables from PDF using Python | Aspose.PDF

    Extract tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...extracting Tables from PDF document Using Python Library In order...Necessary Libraries Load the PDF Document Initialize the TableAbsorber...

    products.aspose.com/pdf/python-net/table/extract/
  5. Flatten All Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to flatten all form fields in a PDF using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, convert every interactive form element into static page content, and save the finalized file....field values directly into the document layout. In this example, the...‘bind_pdf()’ to attach the source document. Call ‘flatten_all_fields()’...

    docs.aspose.com/pdf/python-net/flatten-all-fields/
  6. Move Field|Aspose.PDF for Python via .NET

    Move an existing form field to a different position in a PDF document.... Bind the PDF document to the FormEditor. Move the...coordinates. Save the modified document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/move-field/
  7. 提取 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...
  8. Set Field Comb Number|Aspose.PDF for Python via...

    This example demonstrates how to set a comb number for a PDF form field using Aspose.PDF for Python....field, and saves the modified document. The FormEditor class provides...“PIN” to 5. Save the updated document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/set-field-comb-n...
  9. Add File Attachment Annotation|Aspose.PDF for P...

    The example binds an input PDF, adds a file attachment annotation to the first page using the file path, and saves the updated document.... Save the updated Document. import aspose.pdf.facades...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  10. 获取必填字段名称|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF Facades API 在 PDF 文档中识别并检索必填表单字段的名称。... join ( path . dirname ( __file__...required field names from a PDF document.""" # Create Form object pdf_form...

    docs.aspose.com/pdf/zh/python-net/get-required-...