James Zhou created PDFBOX-1442: ---------------------------------- Summary: bar chart converted from PDF is totally a black area. Key: PDFBOX-1442 URL: https://issues.apache.org/jira/browse/PDFBOX-1442 Project: PDFBox Issue Type: Bug Components: PDFReader Affects Versions: 1.7.1 Reporter: James Zhou
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 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira