Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 24,166 for

form

(1.12 sec)
  1. Working with XFA Forms|Aspose.PDF for .NET

    Aspose.PDF for .NET API lets you work with XFA and XFA AcroForm fields in a PDF document. The Aspose.Pdf.Facades....Working with XFA Forms Contents [ Hide ] Dynamic forms are based on...specification known as XFA, the “XML Forms Architecture”. It can also convert...

    docs.aspose.com/pdf/net/xfa-forms/
  2. Import Data into a PDF File - facades|Aspose.PD...

    This section explains how to import Data to XML from a PDF File with Aspose.PDF Facades using Form Class....XML into a PDF File (facades) Form class allows you to import data...need to create an object of Form class and then call the importXml...

    docs.aspose.com/pdf/java/import-data-into-a-pdf...
  3. TextFormFieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.TextFormFieldType enum, defining various text Form field types for enhanced document automation and customization....Specifies the type of a text form field. public enum TextFormFieldType...Description Regular 0 The text form field can contain any text....

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Fields::FormField::get_Result me...

    Aspose::Words::Fields::FormField::get_Result method. Gets or sets a string that represents the result of this Form field in C++....represents the result of this form field. System :: String Aspose...get_Result () Remarks For a text form field the result is the text...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Modifing AcroForm|Aspose.PDF for .NET

    Modifing Form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing Form, getand set fieldlimit and etc.... GetDataDir_AsposePdf_Forms (); // Create FormEditor instance...instance using ( var form = new Aspose . Pdf . Facades . FormEditor...

    docs.aspose.com/pdf/net/modifing-form/
  6. Working with Forms using Python|Aspose.PDF for ...

    This section contains articles relating to work with Forms in PDF documents using Python API....Working with Forms using Python Contents [ Hide ] Forms are files...AcroForms are PDF files that contain form fields. Data can be entered...

    docs.aspose.com/pdf/python-java/forms/
  7. PdfSaveOptions.use_sdt_tag_as_form_field_name p...

    PdfSaveOptions.use_sdt_tag_as_Form_field_name property. Specifies whether to use SDT control Tag or Id property as a name of Form field in PDF....use_sdt_tag_as_form_field_name property PdfSaveOptions.use_s...use_sdt_tag_as_form_field_name property Specifies whether to use SDT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with AcroForms|Aspose.PDF for .NET

    With Aspose.PDF for .NET you may create a Form from scratch, fill the Form field in a PDF document, extract data from the Form, and etc....PDF forms technology. AcroForms is a page oriented form. They...accept input in Forms Data Format or FDF and XML Forms Data Format...

    docs.aspose.com/pdf/net/acroforms/
  9. Fill AcroForms|Aspose.PDF for PHP via Java

    This section explains how to fill Form field in a PDF document with Aspose.PDF for PHP via Java....preferred file type, for creating Forms. Aspose.PDF for PHP via Java...Java allows you to fill a form field, get the field from the Document...

    docs.aspose.com/pdf/php-java/fill-form/
  10. 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....Contents [ Hide ] XFDF (XML Forms Data Format) is an XML representation...representation of PDF form data designed for interoperability and...

    docs.aspose.com/pdf/python-net/import-xfdf-data/