Details
Description
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
Attachments
Issue Links
- relates to
-
PDFBOX-1844 [PATCH] Parser for Type 1 Fonts
- Closed