Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 24,883 for

form

(0.2 sec)
  1. 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/nodejs-net/aspose.wo...
  2. Modifing AcroForm|Aspose.PDF for C++

    Modifing Form in your PDF file with Aspose.PDF for C++ library. You can Add or remove fields in existing Form, getand set fieldlimit and etc....TextBoxField > ( document -> get_Form () -> idx_get ( u "textbox1"...TextBoxField > ( document -> get_Form () -> idx_get ( u "textbox1"...

    docs.aspose.com/pdf/cpp/modifing-form/
  3. Working with Forms|Aspose.PDF for PHP via Java

    This section explains how to work with AcroForms and XFA Forms in your PDF documents with Aspose.PDF for PHP....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/php-java/working-with-forms/
  4. 修改 AcroForm|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 修改 PDF 文档中的 AcroForm 字段,包括清除文本、设置限制、设置字段样式以及删除字段。...pdf as ap def clear_text_in_form ( input_file_name , output_file_name...input_file_name ) forms = document . pages [ 1 ] . resources . forms for form...

    docs.aspose.com/pdf/zh/python-net/modifying-form/
  5. Export to FDF|Aspose.PDF for Java

    Learn how to export PDF Form field values to FDF in Java using the Form facade in Aspose.PDF....) throws Exception { Form form = new Form (); try ( OutputStream...outputFile )) { form . bindPdf ( inputFile . toString ()); form . exportFdf...

    docs.aspose.com/pdf/java/export-to-fdf/
  6. Aspose::Words::DocumentBuilder::InsertTextInput...

    Aspose::Words::DocumentBuilder::InsertTextInput method. Inserts a text Form field at the current position in C++....Input method Inserts a text form field at the current position...System::String& The name of the form field. Can be an empty string...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Working with XFA Forms in PDF|Aspose.PDF for Java

    Explore how to handle XFA Forms in PDF documents, including Form data processing and conversion, with Aspose.PDF in Java....Working with XFA Forms in PDF Contents [ Hide ] XFA stands for...for XML Forms Architecture. It’s a set of proprietary XML specifications...

    docs.aspose.com/pdf/java/xfa-forms/
  8. Aspose::Words::Fields::FormField class | Aspose...

    Aspose::Words::Fields::FormField class. Represents a single Form field. To learn more, visit the documentation article in C++....single form field. To learn more, visit the Working with Form Fields...references to the specified form field are automatically updated...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text Form field at the current position....fieldValue, maxLength) Inserts a text 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...
  10. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text Form field at the current position.... max_length) Inserts a text form field at the current position...Description name str The name of the form field. Can be an empty string...

    reference.aspose.com/words/python-net/aspose.wo...