Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.14
Description
The mergeKEntries method in class PDFMergerUtility creates a new K Array and adds the items from the source and destination documents to the new array. However, it adds the source items first, then the destination items. This causes the new array to have the items from page 2 first followed by the items from page 1 which confuses the accessibility reader reading order. Please reverse the logic so the destination items are added first maintaining the original order.