public class XfdfObjectFactory extends Object
XfdfObject objects.| Constructor and Description |
|---|
XfdfObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
XfdfObject |
createXfdfObject(InputStream xfdfInputStream)
Extracts data from input stream into XfdfObject.
|
XfdfObject |
createXfdfObject(PdfDocument document,
String filename)
Extracts data from pdf document acroform and annotations into XfdfObject.
|
public XfdfObject createXfdfObject(PdfDocument document, String filename)
document - Pdf document for data extractionfilename - The name od pdf document for data extractionpublic XfdfObject createXfdfObject(InputStream xfdfInputStream) throws ParserConfigurationException, SAXException
xfdfInputStream - the input stream containing xml-styled xfdf dataParserConfigurationException - if a XfdfObject cannot be created which satisfies the configuration
requested.SAXException - if any parse errors occurs.Copyright © 1998–2025 Apryse Group NV. All rights reserved.