Uses of Class
com.pd4ml.pdf.xfdf.XfdfDocument
-
Packages that use XfdfDocument Package Description com.pd4ml.pdf.xfdf -
-
Uses of XfdfDocument in com.pd4ml.pdf.xfdf
Methods in com.pd4ml.pdf.xfdf that return XfdfDocument Modifier and Type Method Description static XfdfDocumentXfdfReader. read(byte[] xfdfBytes)Parses a complete XFDF document's bytes into anXfdfDocument.Methods in com.pd4ml.pdf.xfdf with parameters of type XfdfDocument Modifier and Type Method Description static byte[]XfdfWriter. write(XfdfDocument document)Serializesdocumentto a complete, well-formed XFDF file's bytes (UTF-8, with the standard<?xml?>declaration andxmlns="http://ns.adobe.com/xfdf/"root).
-