Exporting data from PDF Documents
Contents
[
Hide
]
Introduction
This example allows you to export data from PDF Documents to a variety of File Formats
API Information
Export data to XML
API | Type | Description |
---|---|---|
/pdf/{name}/export/xml | GET | GetExportFieldsFromPdfToXmlInStorage |
/pdf/{name}/export/xml | PUT | PutExportFieldsFromPdfToXmlInStorage |
cURL Example
SDK Example
Export data to XFDF
API | Type | Description |
---|---|---|
/pdf/{name}/export/xfdf | GET | GetExportFieldsFromPdfToXfdfInStorage |
/pdf/{name}/export/xfdf | PUT | PutExportFieldsFromPdfToXfdfInStorage |
cURL Example
SDK Example
Export data to FDF
API | Type | Description |
---|---|---|
/pdf/{name}/export/fdf | GET | GetExportFieldsFromPdfToFdfInStorage |
/pdf/{name}/export/fdf | PUT | PutExportFieldsFromPdfToFdfInStorage |
cURL Example
SDK Example
SDK Source
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our GitHub repository for a complete list of Aspose.PDF SDKs along with working examples, to get you started in no time.