Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 25,072 for

form

(0.48 sec)
  1. Aspose.Cells Forms for Sitefinity|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platForms....Cells Forms for Sitefinity Contents [ Hide ] Introduction...Introduction Aspose.Cells Dynamic Forms for Sitefinity Module allows...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  2. 导入 FDF 数据|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将表单数据从 FDF 文件导入 PDF 表单。它展示了如何绑定 PDF 文档、从 FDF 流读取表单字段值,并自动填充相应的字段。...FDF 数据 Contents [ Hide ] FDF(Forms Data Format)是一种轻量级格式,用于存储和传输...输 PDF 表单字段值,而不包含整个文档。在本示例中, Form facade 来自 aspose.pdf.facades...

    docs.aspose.com/pdf/zh/python-net/import-fdf-data/
  3. Aspose::Words::Document::get_ShadeFormData meth...

    Aspose::Words::Document::get_ShadeFormData method. Specifies whether to turn on the gray shading on Form fields in C++....turn on the gray shading on form fields. bool Aspose :: Words...how to apply gray shading to form fields. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...); XForm form = annotation . Appearance [ "N" ]; form . BBox =...name ; // Add the image to the form resources if it hasn't been...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  5. Document.shade_form_data property | Aspose.Word...

    Document.shade_Form_data property. Specifies whether to turn on the gray shading on Form fields....shade_form_data property Document.shade_form_data property Specifies...shading on form fields. @property def shade_form_data ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Export Data to XML from a PDF File (Facades)|As...

    This section explains how to export Data to XML from a PDF File with Aspose.PDF Facades using Form Class....(Facades) Contents [ Hide ] Form class allows you to export data...create an object of Form class, open source PDF form using bindPDF...

    docs.aspose.com/pdf/java/export-data-into-a-pdf...
  7. Fill Fields by Name and Value|Aspose.PDF for Java

    Learn how to adapt the Form facade field-filling API in Java for dynamic name-value Form updates....directly: form . fillField ( "name" , "John Doe" ); form . fillField..."123 Main St, Anytown, USA" ); form . fillField ( "email" , "john...

    docs.aspose.com/pdf/java/fill-fields-by-name-an...
  8. Fill List Box|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill list box and multi-select fields in a PDF Form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, select values within a list-based Form field, and save the updated file.... In this example, the Form facade from aspose.pdf.facades...facades is used to access the PDF form and assign a selected value...

    docs.aspose.com/pdf/python-net/fill-list-box/
  9. Get Required Field Names|Aspose.PDF for Python ...

    This example demonstrates how to identify and retrieve the names of required Form fields in a PDF document using Aspose.PDF Facades API....Names Contents [ Hide ] PDF forms may contain mandatory fields...required in the form’s properties. Create a Form Object. Bind the...

    docs.aspose.com/pdf/python-net/get-required-fie...
  10. 导出为 XFDF|Aspose.PDF for Python via .NET

    本示例展示了如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段数据导出为 XFDF(XML Forms Data Format)文件。它演示了如何加载 PDF 表单,通过 Form 外观访问其字段,并将提取的值保存到 XFDF 流中。...在本示例中,the Form 对象 来自 aspose.pdf.facades 用于绑定源...并将其数据导出为结构化的 XFDF 文件。 初始化 pdf_facades.Form() 以管理 PDF 表单数据。 调用 ‘bind_pdf()’...

    docs.aspose.com/pdf/zh/python-net/export-to-xfdf/