Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.13, 2.0.8
-
None
Description
This code in PDFMergerUtility looks suspicious:
kDictLevel0.setItem(COSName.S, new COSString(STRUCTURETYPE_DOCUMENT));
It sets a top level type in the K hierarchy... it should be a name, not a string, see "Entries in a structure element dictionary".