Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 23,688 for

form

(0.07 sec)
  1. 从AcroForm提取数据|Aspose.PDF for Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Java和Aspose.PDF从AcroForms中提取数据。...Form 集合中的索引器快速检索此数据。 按标题检索表单字段值 表单字段的...属性允许您获取特定字段的值。要获取该值,请从 Document 对象的 form field collection 获取表单字段。此示例选择一个...

    docs.aspose.com/pdf/zh/java/extract-data-from-a...
  2. 导入和导出数据|Aspose.PDF for .NET

    本节解释如何使用表单类通过 Aspose.PDF Facades 导入和导出数据。...AI 导入和导出数据 Contents [ Hide ] Form 类允许您使用 ImportXml 方法从 XML 文件导入数据到...PDF 文件。为了从 XML 导入数据,您需要创建一个 Form 类的对象,然后使用 FileStream 对象调用 ImportXml...

    docs.aspose.com/pdf/zh/net/import-and-export-data/
  3. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single Form field...single form field. To learn more, visit the Working with Form Fields...Word provides the following form fields: checkbox, text input...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Generating the template|Documentation

    How to render a printable Form image and generate a recognition pattern file for Aspose.OMR for C++ engine....Contents [ Hide ] To generate a form image that can be printed out...to respondents, process the form’s source code with GenerateTemplate...

    docs.aspose.com/omr/cpp/generate-template/
  5. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word Form fields in PDFs or converts them to text. Enhance your document quality!...preserve Microsoft Word form fields as form fields in PDF or convert...set ; } Remarks Microsoft Word form fields include text input, drop...

    reference.aspose.com/words/net/aspose.words.sav...
  6. DocumentBuilder.insertCheckBox method | Aspose....

    Aspose.Words.DocumentBuilder.insertCheckBox method...checkedValue, size) Inserts a checkbox form field at the current position...name string The name of the form field. Can be an empty string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FormFieldCollection class | Aspose.Words for Py...

    aspose.words.fields.FormFieldCollection class. A collection of [FormField](../Formfield/) objects that represent all the Form fields in a range...objects that represent all the form fields in a range. To learn...more, visit the Working with Form Fields documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FormField.result property | Aspose.Words for No...

    FormField.result property. Gets or sets a string that represents the result of this Form field....represents the result of this form field. get result () : string...string Remarks For a text form field the result is the text that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Forms|Aspose.PDF for Java

    This section explains how to work with AcroForms and XFA Forms in your PDF documents with Aspose.PDF for Java....Working with Forms Contents [ Hide ] Forms are files with areas...AcroForms are PDF files that contain form fields. Data can be entered...

    docs.aspose.com/pdf/java/working-with-forms/
  10. TextFormFieldType | Aspose.Words for Java

    Specifies the type of a text Form field in Java....a text form field. Examples: Shows how to create form fields...= new DocumentBuilder(); // Form fields are objects in the document...

    reference.aspose.com/words/java/com.aspose.word...