Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.1, 1.8.0, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 2.0.0
Description
The bar charts converted from PDF is totally a black area. The code is as following:
PDFImageWriter imageWriter = new PDFImageWriter(); boolean success = imageWriter.writeImage(document, imageFormat, password, startPage, endPage, outputPrefix, imageType, resolution); if (!success) { logger.error( "Error: no writer found for image format '" + imageFormat + "'" ); System.exit(1); }
I will attach the ppt and PNG files later
Attachments
Attachments
Issue Links
- depends upon
-
PDFBOX-615 shfill operator needs implementation
- Closed
-
PDFBOX-1094 Pattern colorspace support
- Closed