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

Zuzzlwuzzl commented on PDFBOX-1992:
------------------------------------

Oh yes, sorry. The firewall was the reason. At home the build works fine. 
Thanks!!!

> 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
>
> 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)

Reply via email to