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

Tilman Hausherr edited comment on PDFBOX-2041 at 4/23/14 9:49 PM:
------------------------------------------------------------------

1. The PDF file is corrupt. A look at it with NOTEPAD++ shows %%EOF and then 
trash characters. Deleting all after that one makes the file much smaller, 
518KB instead of 4,85MB. How did you get that file?!
2. I am able to render it. Your jpg file looks like it was cut off at some time.
3. The 2.0 version isn't able to open it with the non sequential parser, the 
sequential parser can open it.
4. The 1.8 version renders it fine, the 2.0 version has many glyphs missing, 
maybe a duplicate of PDFBOX-2037. I was able to render it with a modified 2.0 
version that I use for myself.



> Convert PDF to Image (Strange Color)
> ------------------------------------
>
>                 Key: PDFBOX-2041
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2041
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.8.4
>         Environment: Java(1.7.0_45),   OS (Ubuntu) 
>            Reporter: ahfei
>         Attachments: PDFBOX-2041.pdf, PDFBOX-2041.pdf-1-bad.tif, 
> pdfbox-2041.pdf-1-good.png
>
>
> Using PDFBox, tried to convert PDF to Image file  (case1.pdf, case1.jpg)
> Below is code i'm using : 
> BufferedImage image = page.convertToImage(BufferedImage.TYPE_INT_RGB, 200);   
>  
> ImageIOUtil.writeImage(image, "jpg", imagePath, BufferedImage.TYPE_INT_RGB, 
> 200);
> After convert, this image isn't look like pdf. Half page of it become blue 
> and black color. 
> Attached images & PDF : https://www.dropbox.com/sh/jevegc8bh09km1o/5XkVwPUxri 



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

Reply via email to