You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ahfei (JIRA)" <ji...@apache.org> on 2014/04/23 10:50:16 UTC

[jira] [Created] (PDFBOX-2041) Convert PDF to Image (Strange Color)

ahfei created PDFBOX-2041:
-----------------------------

             Summary: 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


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.



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