You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Laurent Yaish (JIRA)" <ji...@apache.org> on 2014/09/04 08:27:51 UTC

[jira] [Created] (PDFBOX-2314) Restore backward compatibility with OverlayPDF

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)