static byte[] |
XfdfExporter.export(byte[] pdfBytes) |
|
static byte[] |
XfdfExporter.export(byte[] pdfBytes,
XfdfExporter.Options options) |
|
static void |
XfdfExporter.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(byte[] pdfBytes,
java.lang.String password) |
Convenience for the common case of only needing a password, with no type/ID filtering.
|
static byte[] |
XfdfExporter.export(java.io.File pdfFile) |
|
static byte[] |
XfdfExporter.export(java.io.File pdfFile,
XfdfExporter.Options options) |
|
static void |
XfdfExporter.export(java.io.File pdfFile,
XfdfExporter.Options options,
java.io.File xfdfOutputFile) |
|
static byte[] |
XfdfExporter.export(java.io.File pdfFile,
java.lang.String password) |
|
static byte[] |
XfdfExporter.export(java.io.InputStream in) |
|
static byte[] |
XfdfExporter.export(java.io.InputStream in,
XfdfExporter.Options options) |
|
static byte[] |
XfdfExporter.export(java.io.InputStream in,
java.lang.String password) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(byte[] pdfBytes,
byte[] xfdfBytes) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(byte[] pdfBytes,
byte[] xfdfBytes,
XfdfImporter.Options options) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(byte[] pdfBytes,
byte[] xfdfBytes,
XfdfImporter.Options options,
java.io.OutputStream out) |
Convenience for writing the imported PDF straight to a destination rather than handling XfdfImporter.Result yourself.
|
static XfdfImporter.Result |
XfdfImporter.importInto(java.io.File pdfFile,
java.io.File xfdfFile) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(java.io.File pdfFile,
java.io.File xfdfFile,
XfdfImporter.Options options) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(java.io.File pdfFile,
java.io.File xfdfFile,
XfdfImporter.Options options,
java.io.File outputFile) |
|
static XfdfImporter.Result |
XfdfImporter.importInto(java.io.InputStream pdfIn,
java.io.InputStream xfdfIn,
XfdfImporter.Options options) |
|
static XfdfDocument |
XfdfReader.read(byte[] xfdfBytes) |
Parses a complete XFDF document's bytes into an XfdfDocument.
|