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

form

(0.23 sec)
  1. Import FDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import Form data from an FDF file into a PDF Form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read Form field values from an FDF stream, and automatically populate the corresponding fields....Data Contents [ Hide ] FDF (Forms Data Format) is a lightweight...used to store and transfer PDF form field values without including...

    docs.aspose.com/pdf/python-net/import-fdf-data/
  2. Working with AcroForms using Python|Aspose.PDF ...

    Learn how to create, fill, extract, import, export, and manage AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET....interactive, page-oriented PDF forms introduced by Adobe and included...In AcroForm-based workflows, form data can be exchanged in formats...

    docs.aspose.com/pdf/python-net/acroforms/
  3. Changing the Layout of Pivot Table|Documentation

    How to change the layout of a Pivot Table with Aspose.Cells for JavaScript via C++....three forms: Show in Compact Form Show in Outline Form Show in...in Tabular Form How to Change the Layout of Pivot Table Using...

    docs.aspose.com/cells/javascript-cpp/changing-t...
  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. Aspose::Words::Fields::FormFieldCollection clas...

    Aspose::Words::Fields::FormFieldCollection class. A collection of FormField objects that represent all the Form fields in a range. To learn more, visit the documentation article in C++....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/cpp/aspose.words.fie...
  6. Working with AcroForms in PDF using Aspose.PDF ...

    With Aspose.PDF for C++ you may create a Form from scratch, fill the Form field in a PDF document, extract data from the Form, add or remove fields in the existing Form....fillable forms based on the PDF architecture. XFA forms are XML-based...XML-based forms enclosed in a PDF file. AcroForms is an older form...

    docs.aspose.com/pdf/cpp/acroforms/
  7. 导入 JSON 数据|Aspose.PDF for Python via .NET

    本例演示了如何使用 Aspose.PDF for Python via .NET 将表单字段数据从 JSON 文件导入 PDF 表单。它展示了如何绑定 PDF 文档、通过文件流读取结构化 JSON 数据,并自动填充匹配的表单字段。...在本例中, Form 来自 aspose.pdf.facades 模块用于绑定...被保存为新的 PDF。 初始化 pdf_facades.Form() 以操作 PDF 表单字段。 调用 ‘bind_pdf()’...

    docs.aspose.com/pdf/zh/python-net/import-json-d...
  8. PdfSaveOptions.UseSdtTagAsFormFieldName | Aspos...

    Discover how the PdfSaveOptions UseSdtTagAsFormFieldName property enhances PDF Forms by using SDT control tags for better organization and clarity....or Id property as a name of form field in PDF. public bool UseSdtTagAsFormField...property is used as a name of form field in PDF. When set to true...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 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...
  10. 修改 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/