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 2014/03/24 20:30:43 UTC

[jira] [Commented] (PDFBOX-1998) PDF rendering with reversed colors

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

Tilman Hausherr commented on PDFBOX-1998:
-----------------------------------------

What I did notice: the PDF has this:

/ImageMask true /Decode [ 1 0 ]

changing it to 

/ImageMask true /Decode [ 0 1 ]

changes the Adobe Viewer rendering, but not the rendering with PDFBOX. Which suggests that the Decode is ignored.

> PDF rendering with reversed colors
> ----------------------------------
>
>                 Key: PDFBOX-1998
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1998
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 1.8.4, 1.8.5
>            Reporter: Tilman Hausherr
>         Attachments: PDFBOX-1998.PDF
>
>
> The attached PDF (from Étienne Landry on the user mailing list) is rendered in w/b instead of b/w. This does not happen in the 2.0 version.



--
This message was sent by Atlassian JIRA
(v6.2#6252)