#57 add access to document metadata and expose wrapper type

This commit is contained in:
Eliot Jones
2019-08-11 12:41:51 +01:00
parent 2d6e49426a
commit 0349bedd3e
8 changed files with 120 additions and 7 deletions

View File

@@ -140,7 +140,8 @@
return new PdfDocument(log, inputBytes, version, crossReferenceTable, isLenientParsing, caching, pageFactory, catalog, information,
encryptionDictionary,
pdfScanner,
pdfScanner,
filterProvider,
acroFormFactory);
}