Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 24,990 for

form

(0.64 sec)
  1. 导入和导出表单字段|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...
  2. Fill Radio Button Fields|Aspose.PDF for Java

    Learn how to select a radio button value in a PDF Form with Java using the Form facade in Aspose.PDF....outputFile ) { Form form = new Form (); try { form . bindPdf ( inputFile...toString ()); form . fillField ( "gender" , 0 ); form . save ( outputFile...

    docs.aspose.com/pdf/java/fill-radio-button-fields/
  3. Export to XFDF|Aspose.PDF for Java

    Learn how to export PDF Form field data to XFDF in Java using the Form facade in Aspose.PDF....) to write form field data as XFDF. public static...) throws Exception { Form form = new Form (); try ( OutputStream...

    docs.aspose.com/pdf/java/export-to-xfdf/
  4. Aspose::Words::Saving::PdfSaveOptions::get_Pres...

    Aspose::Words::Saving::PdfSaveOptions::get_PreserveFormFields method. Specifies whether to preserve Microsoft Word Form fields as Form fields in PDF or convert them to text. Default is false in C++....preserve Microsoft Word form fields as form fields in PDF or convert...const Remarks Microsoft Word form fields include text input, drop...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Extract data from AcroForm|Aspose.PDF for C++

    Aspose.PDF makes it easy to extract Form field data from PDF files. Learn how to extract data from AcroForms and save it into XML, or FDF Format....AcroForm Contents [ Hide ] Extract form fields from PDF document Aspose...not only create form fields and fill in form fields but also...

    docs.aspose.com/pdf/cpp/extract-data-from-acrof...
  6. 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/
  7. 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/
  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. Import XML Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import Form data from an XML file into PDF Form fields using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read structured XML data through a file stream, and populate corresponding Form fields automatically....commonly used to store structured form data, making it a practical...systems. In this example, the Form facade from aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/import-xml-data/
  10. 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...