You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2018/11/12 17:20:01 UTC

[jira] [Commented] (PDFBOX-3358) Incorrect OverlayPDF positioning

    [ https://issues.apache.org/jira/browse/PDFBOX-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684122#comment-16684122 ] 

Tilman Hausherr commented on PDFBOX-3358:
-----------------------------------------

I don't see what the problem is. The mediabox of the centerlines file is 0, 0, 612, 792. The W9 file mediabox is NOT the same as the centerlines file, it is 18, 20.59, 630, 812 so the X max value is larger than the centerlines file. The cropbox is 0, 0, 648, 1043 so it is ignored because it is outside of the mediabox.

The result file looks fine to me in PDFDebugger, the horizontal line goes from 84 to 528, same as in the centerlines file. I tested with the trunk and with 2.0.1.

So I am closing this issue for now, you can still comment or reopen in case I missed something.

> Incorrect OverlayPDF positioning
> --------------------------------
>
>                 Key: PDFBOX-3358
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3358
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.0.1
>         Environment: Ubuntu 16.04, Java 1.8.0, 64-bit
>            Reporter: Stephen Eisenhauer
>            Priority: Major
>              Labels: Overlay
>         Attachments: CenterLines.pdf, W-9_0.pdf
>
>
> Some PDFs have atypical media/crop boxes, and this seems to cause the OverlayPDF command in pdfbox-app to produce unexpected results.
> To reproduce:
> {code}
> wget https://www.colorado.gov/pacific/sites/default/files/W-9_0.pdf
> wget http://stepheneisenhauer.com/files/CenterLines.pdf
> java -jar pdfbox-app-2.0.1.jar OverlayPDF W-9_0.pdf out.pdf
> {code}
> In this example, W-9_0.pdf has the unusual traits (when opened in Inkscape, objects outside the media box can be seen), and CenterLines.pdf is just a normal PDF with lines centered on the page. Both pages have the same media size, yet out.pdf shows the lines shifted (though they are still their original size).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org