Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 687 for

xfdf

(0.06 sec)
  1. Add, Delete and Get Annotation|Aspose.PDF for .NET

    With Aspose.PDF for .NET you may add, delete and get annotation from your PDF file. Check all lists of annotations to resolve your task....Import and Export Annotations to XFDF Analyzing your prompt, please...

    docs.aspose.com/pdf/net/add-delete-and-get-anno...
  2. 使用 Python 从 AcroForm 提取数据|Aspose.PDF for Python...

    Aspose.PDF 让从 PDF 文件中提取表单字段数据变得简单。了解如何从 AcroForms 提取数据并将其保存为 JSON、XML 或 FDF 格式。...export_fdf ( f ) 从 PDF 文件导出数据到 XFDF XFDF(XML Forms Data Format)是基于...服务和现代数据管道中使用。和 FDF 一样,XFDF 文件可以导入回兼容的 PDF 表单。使用 export_xfdf 在 Form 生成输出的类。...

    docs.aspose.com/pdf/zh/python-net/extract-data-...
  3. Add, Delete and Get Annotation using Aspose.PDF...

    With Aspose.PDF for C++ you may add, delete and get annotation from your PDF file. Check all lists of annotations to resolve your task....Import and Export Annotations to XFDF format using Aspose.PDF for...

    docs.aspose.com/pdf/cpp/add-delete-and-get-anno...
  4. 使用文本注释进行PDF处理|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除文本注释。...pdf" ); } } 为XFDF文件设置标注属性 如果您使用从XFDF文件导入,请使用标注线名称,而不仅仅是...)) { // Create an XFDF string builder var xfdf = new StringBuilder...

    docs.aspose.com/pdf/zh/net/text-annotation/
  5. 添加、删除和获取注释 - Facades|Aspose.PDF for C++

    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....ModifyAnnotations(…) 方法的用法:## 从XFDF导入注释到PDF文件 PdfAnnotationEditor...Save 方法保存更新后的PDF文件。以下代码片段展示了如何从XFDF文件导入注释。 For complete examples...

    docs.aspose.com/pdf/zh/cpp/add-delete-and-get-a...
  6. Import JSON Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form field data from a JSON file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read structured JSON data through a file stream, and automatically populate matching form fields.... save ( outfile ) Import XFDF Data Import XML Data...

    docs.aspose.com/pdf/python-net/import-json-data/
  7. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...indented = True ) Export to XFDF Export to XML...

    docs.aspose.com/pdf/python-net/export-to-json/
  8. PDF Form having 200+ fields take a long time to...

    Hi, In our application, we handle PDF editable forms. We store the PDF form fields values in a database and while loading the form in our application we fill the form fields with the stored values. We use Aspose.PDF for…... XML, FDF and XFDF data export and import. You...Data from XFDF into a PDF File Export Data to XFDF from a PDF...

    forum.aspose.com/t/pdf-form-having-200-fields-t...
  9. 导出为 JSON|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段值导出到 JSON 文件。它解释了如何加载 PDF 表单,通过 Form 门面访问其字段,并将提取的数据保存为结构化的 JSON 格式。...json_stream , indented = True ) 导出为 XFDF 导出为 XML...

    docs.aspose.com/pdf/zh/python-net/export-to-json/
  10. Import and Export Form Field|Aspose.PDF for Java

    FormEditor allows to import and export data in FDF, Xfdf and XML format....File , and Import Data from XFDF into a PDF File . public static...FileInputStream(_dataDir + "Sample-Form-01-upd.xfdf")); } catch ( FileNotFoundExceptio...

    docs.aspose.com/pdf/java/import-export-form-field/