You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Erik Scholtz (JIRA)" <ji...@apache.org> on 2010/02/01 17:04:57 UTC

[jira] Updated: (PDFBOX-32) Overlay produces bad pdf

     [ https://issues.apache.org/jira/browse/PDFBOX-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Scholtz updated PDFBOX-32:
-------------------------------

    Attachment: overlayh-l.pdf
                letter.pdf
                header.pdf

Ok; the files mentioned in this issue can neither be found here, nor on sourceforge. I made a little test, overlaying the header.pdf with letter.pdf and a second test overlaying letter.pdf with header.pdf.

------Code------
Overlay head = new Overlay();
PDDocument resulthl = head.overlay(header, letter);
PDDocument resultlh = head.overlay(letter, header);
resulthl.save("overlayh-l.pdf");
resultlh.save("overlayl-h.pdf");
------/Code------

The result in the overlayl-h.pdf is, what I expected it to be; the result of overlayh-l.pdf is not what I expected it to be, but understandable. I'm not sure if this is the default-behaviour or really a bug. Perhaps someone can take a look on it and revalidate my result. To me this bug is "Not a Bug".

> Overlay produces bad pdf
> ------------------------
>
>                 Key: PDFBOX-32
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-32
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>         Attachments: header.pdf, letter.pdf, overlayh-l.pdf
>
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1087993
> Originally submitted by benlitchfield on 2004-12-19 09:25.
> A bad PDF is generated when using overlay class
> See zig.pdf and zigheader.pdf
> Ben

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.