XfdfReader
Inheritance: java.lang.Object, com.aspose.pdf.XfdfReader
public final class XfdfReader extends Object
Class which performs reading of XFDF format.
Document doc = new Document("example.pdf"); InputStream xfdfStream = new FileInputStream("filename"); XfdfReader.readAnnotations(xfdfStream, doc); xfdfStream.close(); doc.save("example_out.pdf");
Constructors
| Constructor | Description |
|---|---|
| XfdfReader |
Methods
| Method | Description |
|---|---|
| getElements | Parses XFDF file and returns information as hashtable. |
| readAnnotations | Import annotations from XFDF file and put them into document. |
| readFields | Import field values from XFDF file. |
XfdfReader
public XfdfReader()
getElements
Parses XFDF file and returns information as hashtable.
readAnnotations
Import annotations from XFDF file and put them into document.
readFields
Import field values from XFDF file.