Uses of Class
com.pd4ml.pdf.xfdf.XfdfExporter.Options
-
Packages that use XfdfExporter.Options Package Description com.pd4ml.pdf.xfdf -
-
Uses of XfdfExporter.Options in com.pd4ml.pdf.xfdf
Methods in com.pd4ml.pdf.xfdf that return XfdfExporter.Options Modifier and Type Method Description XfdfExporter.OptionsXfdfExporter.Options. ids(java.lang.String idsCsv)Restricts export to the annotations/fields whose ID is in the given comma-separated list -- an annotation's own/NM, or a field's fully-qualified (dot-joined) name.XfdfExporter.OptionsXfdfExporter.Options. password(java.lang.String password)Password to open the input, if encrypted (user or owner password; empty/omitted tries an empty password).XfdfExporter.OptionsXfdfExporter.Options. types(java.lang.String typesCsv)Restricts export to annotations/fields of the given type(s), a comma-separated list, e.g.Methods in com.pd4ml.pdf.xfdf with parameters of type XfdfExporter.Options Modifier and Type Method Description static byte[]XfdfExporter. export(byte[] pdfBytes, XfdfExporter.Options options)static voidXfdfExporter. export(byte[] pdfBytes, XfdfExporter.Options options, java.io.OutputStream out)Convenience for writing straight to a destination rather than handling the returned bytes yourself.static byte[]XfdfExporter. export(java.io.File pdfFile, XfdfExporter.Options options)static voidXfdfExporter. export(java.io.File pdfFile, XfdfExporter.Options options, java.io.File xfdfOutputFile)static byte[]XfdfExporter. export(java.io.InputStream in, XfdfExporter.Options options)
-