Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.8.3
-
None
-
None
-
Windows 7 professional, Spring Tool Suite Version 3.2.0.RELEASE java version 1.7.0.45
Description
When converting a PDF Page to image PDPage,convertToImage. Some fonts are not transferring to the bufferedImage canvas.
for(int index = 0; index < workDoc.getNumberOfPages(); index++){
PDPage workPage = (PDPage) workDoc.getDocumentCatalog().getAllPages().get(index);
BufferedImage workImage = workPage.convertToImage();
ImageIO.write(workImage, "PNG", new File(baseFolder + "PdfBoxImage_" + index + ".png"));
}
Attachments
Attachments
Issue Links
- is part of
-
PDFBOX-1959 Remove AWT Fonts
- Closed
- relates to
-
PDFBOX-1019 PDF conversion to image crashes the JVM
- Closed