Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 23,977 for

form

(1.82 sec)
  1. Export to XFDF|Aspose.PDF for Python via .NET

    This example shows how to export PDF Form field data to an XFDF (XML Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to load a PDF Form, access its fields through the Form facade, and save the extracted values into an XFDF stream....of PDF form data that allows developers to transfer form field...document. In this example, the Form object from aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/export-to-xfdf/
  2. Extract Data AcroForms|Aspose.PDF for Java

    This section explains how to extract Forms from your PDF document with Aspose.PDF for Java....Individual Field of PDF Document The form field’s getValue() method allows... get the form field from the Document object’s Form collection...

    docs.aspose.com/pdf/java/extract-form/
  3. PdfSaveOptions.preserve_form_fields property | ...

    PdfSaveOptions.preserve_Form_fields property. Specifies whether to preserve Microsoft Word Form fields as Form fields in PDF or convert them to text...preserve_form_fields property PdfSaveOptions.preserve_form_fields...preserve Microsoft Word form fields as form fields in PDF or convert...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Modifying AcroForms|Aspose.PDF for Java

    This section explains how to modifying Forms in your PDF document with Aspose.PDF for Java....[ Hide ] Set Custom Form Field Font Form fields in Adobe PDF...update the default font used for form fields, Aspose.PDF has the DefaultAppearance...

    docs.aspose.com/pdf/java/modifing-form/
  5. Extract Data from AcroForm using Python|Aspose....

    Aspose.PDF makes it easy to extract Form field data from PDF files. Learn how to extract data from AcroForms and save it into JSON, XML, or FDF Format....Hide ] Extract form fields from PDF document Form from the aspose...document object model. Iterate over form.field_names to get every field...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  6. 导入和导出表单字段|Aspose.PDF for .NET

    使用 FormEditor 类通过 DataTable 填充表单字段,编号 Aspose.PDF for .NET...GetDataDir_AsposePdfFacades_Forms (); using ( var form = new Aspose . Pdf.... Facades . Form ()) { // Bind PDF document form . BindPdf (...

    docs.aspose.com/pdf/zh/net/import-export-form-f...
  7. 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....Working with XFA Forms Contents [ Hide ] Convert XFA-to-Acroform...a dynamic XFA (XML Forms Architecture) form to a standard AcroForm...

    docs.aspose.com/pdf/python-net/xfa-forms/
  8. TextFormFieldType enumeration | Aspose.Words fo...

    aspose.words.fields.TextFormFieldType enumeration. Specifies the type of a text Form field....Specifies the type of a text form field. Members Name Description...text form field can contain any text. NUMBER The text form field...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Building forms programmatically|Documentation

    Describe the OMR Form directly in the application code....Ask AI Building forms programmatically Contents [ Hide ] Aspose...layout and content of an OMR form directly in the application...

    docs.aspose.com/omr/net/programmatic-forms/
  10. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modify AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET, including clearing text, setting limits, styling fields, and removing fields....Contents [ Hide ] Clear Text in Form This example demonstrates how...to clear text from Typewriter form fields in a PDF using Aspose...

    docs.aspose.com/pdf/python-net/modifying-form/