[ 
https://issues.apache.org/jira/browse/PDFBOX-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729527#comment-17729527
 ] 

Jill Xu commented on PDFBOX-5615:
---------------------------------

Hi [~tilman], thanks for the response, can you give some more details? Since 
the doc to image conversion is done by this single pdfBox API: 
renderer.renderImageWithDPI(0, dpi, ImageType.RGB)
I am not clear where to add the decoding step using the jpeg2000 decoder.

Or are you suggesting us to add jpeg2000 into our dependency/class path (we are 
using gradle to manage dependency), then pdfbox will be able to automatically 
use the correct decoder?

Thanks!

> Color drastically change when performing document to image conversion
> ---------------------------------------------------------------------
>
>                 Key: PDFBOX-5615
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5615
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.27
>            Reporter: Jill Xu
>            Priority: Major
>         Attachments: original_doc-1.pdf, output_image.jpeg
>
>
> Hi team,
> We noticed drastic color change after performing a PDF to image conversion. 
> The API we used is something like: 
> {code:java}
> PDFDocument document = PDDocument.load(xxx); 
> PDFRenderer renderer = new PDFRenderer(document);  
> renderer.renderImageWithDPI(0, dpi, ImageType.RGB); {code}
> The original pdf and the processed output image is attached to the ticket.
> The pdfbox version we are using is 2.0.27



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to