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

[jira] [Resolved] (PDFBOX-1992) text in pdf with convertToImage not rendered

     [ https://issues.apache.org/jira/browse/PDFBOX-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr resolved PDFBOX-1992.
-------------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.0.0

> text in pdf with convertToImage not rendered
> --------------------------------------------
>
>                 Key: PDFBOX-1992
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1992
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 1.6.0, 1.8.4
>         Environment: Java Runtime 7 Update 51
>            Reporter: Zuzzlwuzzl
>             Fix For: 2.0.0
>
>
> I'm converting a pdf into an image. Since I have updated the Java Runtime Environment from JRE 7 Update 17 to JRE 7 Update 51 text will not be rendered.
> PDDocument doc = PDDocument.load(is);
> PDPage page = (PDPage) (pages.get(0));
> BufferedImage image = page.convertToImage(BufferedImage.TYPE_INT_RGB, 100);
> Example PDF:
> http://www.swm.de/dms/swm/dokumente/m-wasser/gesunde-ernaehrung.pdf
> Example Output:
> https://db.tt/1pogAuU8



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