Xfdf Formatter
Provides methods for exporting data in XFDF format from the document as well as parsing the existing XFDF data and applying it to the document.
Functions
Parses XFDF file served by the data provider and returns a list of annotations that can be added to the document. This doesn't automatically add all the annotations to the document. To do that use com.pspdfkit.annotations.AnnotationProvider.addAnnotationToPage.
Parses XFDF file served by the data provider and returns a list of annotations that can be added to the document. This doesn't automatically add all the annotations to the document. To do that use com.pspdfkit.annotations.AnnotationProvider.addAnnotationToPage.
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.