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

Tilman Hausherr edited comment on PDFBOX-2041 at 4/24/14 10:57 PM:
-------------------------------------------------------------------

I didn't mean to remove %%EOF, just everything after it.

Could it be your Ubuntu disk is full?

If not - I don't have Ubuntu, so someone else will have to answer that.

Also try using the PDFBox app:

java -jar pdfbox-app-1.8.4-SNAPSHOT.jar PDFReader yourfile.pdf

does it display correctly or not? 

And what java version are you using? If it isn't the latest, what happens if 
you update to Java SE 7 Update 55  ?


was (Author: tilman):
I didn't mean to remove %%EOF, just everything after it.

Could it be your Ubuntu disk is full?

If not - I don't have Ubuntu, so someone else will have to answer that.

Also try using the PDFBox app:

java -jar pdfbox-app-1.8.4-SNAPSHOT.jar PDFReader yourfile.pdf

does it display correctly or not?

> 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