You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Martin Leitner (JIRA)" <ji...@apache.org> on 2019/02/20 03:31:00 UTC

[jira] [Created] (FOP-2843) PDFDocumentGraphics2D#nextPage() creates a copy of the current page instead of an empty page

Martin Leitner created FOP-2843:
-----------------------------------

             Summary: PDFDocumentGraphics2D#nextPage() creates a copy of the current page instead of an empty page
                 Key: FOP-2843
                 URL: https://issues.apache.org/jira/browse/FOP-2843
             Project: FOP
          Issue Type: Bug
          Components: renderer/pdf
    Affects Versions: 2.1
         Environment: Windows 8.1
            Reporter: Martin Leitner
         Attachments: MultiPagePdf.java

When creating a multi-page PDF with PDFDocumentGraphics2D, each page contains a copy of the previous page.

In the attached sample, the expected content is: "Page 1" on page 1, "Page 2" on page 2, "Page 3" on page 3

The actual content is: "Page 1" on page 1, "Page 1" and "Page 2" on page 2, "Page 1", "Page 2", "Page 3" on page 3



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)