Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 537 for

xfdf

(0.14 sec)
  1. Import and Export Data|Aspose.PDF for .NET

    This section explains how to import and Export Data with Aspose.PDF Facades using Form Class....pdf" ); } } } Import Data from XFDF into a PDF File Form class allows...allows you to import data from an XFDF file to the PDF file using ImportXfdf...

    docs.aspose.com/pdf/net/import-and-export-data/
  2. Import Data into a PDF File - facades|Aspose.PD...

    This section explains how to import Data to XML from a PDF File with Aspose.PDF Facades using Form Class.... Import Data from XFDF into a PDF File (facades) Form...allows you to import data from an XFDF file to the PDF file using importXfdf...

    docs.aspose.com/pdf/java/import-data-into-a-pdf...
  3. 导入和导出表单字段|Aspose.PDF for .NET

    使用 FormEditor 类通过 DataTable 填充表单字段,编号 Aspose.PDF for .NET...文件中的表单字段,通过 从 FDF 导入数据到 PDF 文件 、 从 XFDF 导入数据到 PDF 文件 、 从 XML 导入数据到 PDF...xfdfInputStream ); } // Import data XFDF using ( var xfdfInputStream...

    docs.aspose.com/pdf/zh/net/import-export-form-f...
  4. Imported polygon annotation is not showing - Fr...

    I have a PDF and i want to import annotations from a Xfdf file, the code i am using with Aspose.PDF 25.2.0 Document pdfDocument = new Document(inputPdf); // Create a PdfAnnotationEditor object PdfAnnot…...to import annotations from a XFDF file, the code i am using with...= new("FIVR_133_PrintToPDF2.XFDF"); // Read the stream as a string...

    forum.aspose.com/t/imported-polygon-annotation-...
  5. Extract data from AcroForm|Aspose.PDF for PHP v...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using PHP and the Aspose.PDF....To export PDF forms data to XFDF file, we can use the exportFdf...shows you how to export data to XFDF file. // Open document $form...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  6. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....To export PDF forms data to XFDF file, we can use the exportFdf...shows you how to export data to XFDF file. public void extractFormExportFDF...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  7. Import and Export Form Field|Aspose.PDF for .NET

    Fill Form fields using DataTable with FormEditor Class by Aspose.PDF for .NET...PDF File , Import Data from XFDF into a PDF File , Import Data...xfdfInputStream ); } // Import data XFDF using ( var xfdfInputStream...

    docs.aspose.com/pdf/net/import-export-form-field/
  8. Extract data from AcroForm|Aspose.PDF for Java

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using Java and the Aspose.PDF....To export PDF forms data to XFDF file, we can use the exportFdf...shows you how to export data to XFDF file. public static void ExtractFormExportFDF...

    docs.aspose.com/pdf/java/extract-data-from-acro...
  9. Extract Annotations from PDF|Aspose.PDF for .NET

    This section explains how to extract annotations from PDF file to Xfdf with Aspose.PDF Facades....Annotations to XFDF Flatten Annotation from PDF to XFDF Analyzing...

    docs.aspose.com/pdf/net/extract-annotation/
  10. 从AcroForm提取数据|Aspose.PDF for Android via Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Aspose.PDF从AcroForms中提取数据。...导出数据到 PDF 文件的 FDF 要将 PDF 表单数据导出到 XFDF 文件,我们可以使用 Form 类中的 exportFdf...exportXfdf 方法。以下代码示例向您展示如何将数据导出到 XFDF 文件。 public void extractFormExportFDF...

    docs.aspose.com/pdf/zh/androidjava/extract-data...