IXFDFExtractor Interface
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines the PDF to XML extractor interface.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Methods
| Name | Description | |
|---|---|---|
| GetXFDF | Extracts forms data in XFDF format from whole PDF document. | |
| GetXFDF(Int32, Int32) | Extracts forms data in XFDF format from specifed page range. | |
| GetXFDFDocument | Extracts forms data in XFDF format from whole PDF document. | |
| GetXFDFDocument(Int32, Int32) | Extracts forms data in XFDF format from specifed page range. | |
| SaveXFDFToFile(String) | Saves forms data in XFDF format to file. | |
| SaveXFDFToFile(Int32, Int32, String) | Saves forms data in XFDF format from specified page range to file. | |
| SaveXFDFToStream(Stream) | Saves forms data in XFDF format to stream. | |
| SaveXFDFToStream(Int32, Int32, Stream) | Saves forms data in XFDF format from specified page range to stream. |
See Also