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

form

(0.06 sec)
  1. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a Form from scratch in your PDF file...Contents [ Hide ] Create form from scratch Add Form Field in a PDF Document...collection named Form which helps you manage form fields in a PDF...

    docs.aspose.com/pdf/python-net/create-form/
  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...