[
https://issues.apache.org/jira/browse/PDFBOX-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888988#comment-13888988
]
Tilman Hausherr edited comment on PDFBOX-1442 at 2/2/14 9:07 PM:
-----------------------------------------------------------------
Its getting better... the file that started this issue now has bars in the
diagrams, but the (axial?) shading isn't there. The funsh file is correct. The
ch14 file too (except a color problem for which I'll open a new issue).
was (Author: tilman):
Its getting better... the file that started this issue now has bars in the
diagrams, but the (radial?) shading isn't there. The funsh file is correct. The
ch14 file too (except a color problem for which I'll open a new issue).
> 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
> Labels: shadingpattern
> Attachments: clientfocus.PNG, clientfocus.pdf, funsh01.pdf-1.png,
> pdfbox-1442.pdf-1.png
>
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)