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

xfdf

(1.07 sec)
  1. 使用 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-...
  2. 使用 AcroForms|Aspose.PDF for .NET

    本节解释如何使用 Form Class 操作 Aspose.PDF Facades。...识别表单字段名称 在文本框字段中对齐文本 XML、FDF 和 XFDF 之间有什么区别 获取按钮选项值 导入和导出数据 打印文档...

    docs.aspose.com/pdf/zh/net/form-class/
  3. Set Submit URL|Aspose.PDF for Java

    Learn how to set a submit URL for a PDF form button in Java using the FormEditor facade in Aspose.PDF.... Xfdf ); editor . save ( outputFile...

    docs.aspose.com/pdf/java/set-submit-url/
  4. 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...
  5. 使用文本注释进行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/
  6. 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...
  7. 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/
  8. 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/
  9. Export to FDF|Aspose.PDF for Python via .NET

    This example explains how to export PDF form field data to an FDF (Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to access interactive form data through the Form facade, bind a source PDF document, and save the extracted values into an FDF stream....fdf_output_stream ) Export to XFDF...

    docs.aspose.com/pdf/python-net/export-to-fdf/
  10. 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/