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

John Hewson updated PDFBOX-3465:
--------------------------------
    Description: 
The image color is too diferente from pdf page. It just ocorre in PDF 1.4. In 
the PDF 1.5 the image is ok.

{code:java}
PDFRenderer render = new PDFRenderer(document);
BufferedImage image = render.renderImage(pageIndex, scale, ImageType.ARGB);
{code}

  was:
The image color is too diferente from pdf page. It just ocorre in PDF 1.4. In 
the PDF 1.5 the image is ok.

PDF [https://www.dropbox.com/s/ptj5vyq5bslikft/landscape.pdf?dl=0]
Image [https://www.dropbox.com/s/z99r0j2p8x13sk8/landscape.png?dl=0]

{code:java}
PDFRenderer render = new PDFRenderer(document);
BufferedImage image = render.renderImage(pageIndex, scale, ImageType.ARGB);
{code}


> getting wrong color when converting pdf page to image
> -----------------------------------------------------
>
>                 Key: PDFBOX-3465
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3465
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.2
>         Environment: PDF 1.4, Mac OSx 10.11.6
>            Reporter: Pedro Lucas da Silva Junior
>         Attachments: landscape.pdf, landscape.png
>
>
> The image color is too diferente from pdf page. It just ocorre in PDF 1.4. In 
> the PDF 1.5 the image is ok.
> {code:java}
> PDFRenderer render = new PDFRenderer(document);
> BufferedImage image = render.renderImage(pageIndex, scale, ImageType.ARGB);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to