Laurent Yaish created PDFBOX-2314:
-------------------------------------
Summary: Restore backward compatibility with OverlayPDF
Key: PDFBOX-2314
URL: https://issues.apache.org/jira/browse/PDFBOX-2314
Project: PDFBox
Issue Type: Bug
Components: Utilities
Affects Versions: 1.8.6
Reporter: Laurent Yaish
There is a major difference with the way the overlay pages are handled between
the Overlay tool from PDFBox 1.6.x and the latest OverlayPDF in 1.8.6.
In the original version, when using a multi-page PDF overlay, all pages from
the overlay would be combined with the original document. The latest version
only uses the first page of the overlay.
Example with a 6 page document and a 2 page (A, B) overlay:
Expected behavior:
A, B, A, B, A, B
Current behavior:
A, A, A, A, A, A
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)