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

Tilman Hausherr commented on PDFBOX-2917:
-----------------------------------------

The pepsi bottle is at 
{{Root/Pages/Kids/\[0]/Kids/\[0]/Kids/\[0]/Resources/XObject/X36}} and looks 
faint/dim in PDFDebugger. So there are two possible causes:
- that display (i.e. the conversion from the jpeg data) is not correct
- incorrect support of extended graphic settings

Both our java competitors and PDF.js can render the file properly.

> PDF to Image, faint/dim Images
> ------------------------------
>
>                 Key: PDFBOX-2917
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2917
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Windows 8.1, jdk1.8.0_51, jre1.8.0_51
>            Reporter: Samuil Goranov
>            Priority: Trivial
>              Labels: images, newbie
>         Attachments: saved0.png, selection.pdf
>
>
> {code:title=pdftoimage.java|borderStyle=solid}
> PDDocument document = null;
>         File file = new File("F:\\Projects\\java\\pdfbox\\complete.pdf");
>         document = PDDocument.load( file );
>         try {
>             // retrieve image
>             BufferedImage bi = new PDFRenderer(document).renderImageWithDPI( 
> 0 , 150, ImageType.RGB );
>             File outputfile = new File("saved0.png");
>             ImageIO.write(bi, "png", outputfile);
>         } catch (IOException e) {
>         }
> {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