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

ConstructorDescription
XfdfReader

Methods

MethodDescription
getElementsParses XFDF file and returns information as hashtable.
readAnnotationsImport annotations from XFDF file and put them into document.
readFieldsImport 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.