You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Roland Quast (JIRA)" <ji...@apache.org> on 2011/06/02 03:26:47 UTC

[jira] [Commented] (PDFBOX-767) CLONE -convertToImage seems to invert colors

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

Roland Quast commented on PDFBOX-767:
-------------------------------------

Can confirm that this bug fixed worked for me too. Thanks!

> CLONE -convertToImage seems to invert colors
> --------------------------------------------
>
>                 Key: PDFBOX-767
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-767
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0-incubator, 1.0.0, 1.2.0, 1.3.1
>         Environment: any
>            Reporter: Roland Quast
>            Assignee: Andreas Lehmkühler
>             Fix For: 1.6.0
>
>         Attachments: tast_bb.pdf
>
>
> The pdfbox support team asked me to post this message on this forum so attachments could be seen
> I have a pdf document that has a white background with black text. It
> appears after I make the call to convertToImage the colors are reversed. A
> black background with white text
> pdDocument = PDDocument.load(new ByteArrayInputStream(aContent));
> List<PDPage> documentPageList = pdDocument.getDocumentCatalog().getAllPages();
> for(int i=0; i<documentPageList.size(); ++i) {
> PDPage aPage = documentPageList.get(i);
> for (int x=1; x < 14; x++) {
> BufferedImage tempImage = convertToImage(x, (2 * 72),aPage);
> ImageIO.write(tempImage,"jpeg", new File("c:\\tmp
> page-" + x + ".jpeg"));
> }
> } 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira