FdfReader

Inheritance: java.lang.Object, com.aspose.pdf.FdfReader

public final class FdfReader extends Object

Class which performs reading of FDF format. Document doc = new Document(“example.pdf”); InputStream fdfStream = FileInputStream(“file.fdf”); FdfReader.readAnnotations(fdfStream, doc); fdfStream.close(); doc.save(“example_out.pdf”);

Methods

MethodDescription
readAnnotationsImport annotations from FDF file and put them into document.

readAnnotations

Import annotations from FDF file and put them into document.