Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 25,008 for

form

(0.1 sec)
  1. 使用 XFA 表单|Aspose.PDF for .NET

    Aspose.PDF for .NET API 让您在 PDF 文档中处理 XFA 和 XFA AcroForm 字段。Aspose.Pdf.Facades....表单类提供了处理静态 AcroForm 的能力,您可以使用 Form 类的 GetFieldFacade(..) 方法获取特定字段实例。然而,XFA...字段无法通过 Form.GetFieldFacade(..) 方法访问。相反,请使用 Document.Form.XFA 来获取/设置字段值并操作...

    docs.aspose.com/pdf/zh/net/xfa-forms/
  2. Flatten All Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to flatten all Form fields in a PDF using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, convert every interactive Form element into static page content, and save the finalized file....removes interactivity from PDF forms by merging field values directly...layout. In this example, the Form facade from aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/flatten-all-fields/
  3. Developer's reference|Documentation

    For developers, by developers. Find answers to your questions regarding Aspose.OMR for C++ and start building your own software OMR solutions....designing a machine-readable form to reading hand-filled marks...machine-readable forms Describe the content and layout of OMR forms in textual...

    docs.aspose.com/omr/cpp/developer-reference/
  4. PdfSaveOptions.generateFormFieldScripts propert...

    PdfSaveOptions.generateFormFieldScripts property. Specifies whether to generate scripts that emulate specific Microsoft Word Form field behavior in PDF...emulate specific Microsoft Word form field behavior in PDF. Default...Microsoft Word form field behavior, such as date and time form fields...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FormFieldCollection.RemoveAt | Aspose.Words for...

    Effortlessly remove a Form field using the FormFieldCollection RemoveAt method. Streamline your Forms with this efficient index-based solution....RemoveAt method Removes a form field at the specified index...The zero-based index of the form field to remove. Remarks If...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Exploring features of FormEditor class|Aspose.P...

    You can learn details of exploring features of FormEditor class with Aspose. PDF for .NET library...sometimes contain interactive form, which are known as AcroForm...just like a form used in the web pages. These forms contain different...

    docs.aspose.com/pdf/net/exploring-features-of-f...
  7. Field appearance and attributes|Aspose.PDF for ...

    This section explains how you can change field appearance and attributes with FormEditor Class....change the look and feel of the form field, but also the behavior...the change the appearance of a form field. It takes AnnotationFlag...

    docs.aspose.com/pdf/net/changing-field-appearan...
  8. 导入 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/
  9. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....Document ( dataDir + "Sample-Form-01.pdf" )) { // Add page document...formEditor . Save ( dataDir + "Sample-Form-01-mod.pdf" ); } } } Copy Outer...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  10. Working with List Item|Aspose.PDF for Java

    This section explains how to work with List Item with com.aspose.pdf.facades using FormEditor Class....bindPdf ( _dataDir + "Sample-Form-01.pdf" ); editor . addField.... save ( _dataDir + "Sample-Form-01-mod.pdf" ); } Delete List...

    docs.aspose.com/pdf/java/working-with-list-item/