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/08/01 20:02:00 UTC

[jira] [Comment Edited] (PDFBOX-4283) Allowing Rectangles with additional elements

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

Tilman Hausherr edited comment on PDFBOX-4283 at 8/1/18 8:01 PM:
-----------------------------------------------------------------

Can you share the file or is it confidential? Maybe attach only one page, which you can get with the PDFSplit command line application.


was (Author: tilman):
Can you share the file or is it confidential?

> Allowing Rectangles with additional elements
> --------------------------------------------
>
>                 Key: PDFBOX-4283
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4283
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: PDModel
>    Affects Versions: 2.0.11
>            Reporter: Ross Johnson
>            Priority: Minor
>
> I've come across some pages in a large PDF that have some additional, non-numerical elements at the end of the MediaBox rectangle array, e.g. 
> {code:java}
> /MediaBox [0 0 612 792 5 0 R 6 0 R]
> {code}
> Trying to read such a structure with PDPage.getMediaBox() throws an exception trying to construct the PDRectangle at [this line|[https://github.com/apache/pdfbox/blob/6f18d7c4bef4d23a22dcf14c804d737d43908deb/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDRectangle.java#L131].]
> I'm not sure if this strange case should be treated as a file issue, or if should be supported by slicing / shortening the COSArray prior to trying to convert to floats. Acrobat Reader shows the pages without complaint.
> The original PDF was produced by Foxit PhantomPDF Printer Version 7.3.9.0803.



--
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