[ https://issues.apache.org/jira/browse/PDFBOX-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729562#comment-17729562 ]
Tilman Hausherr commented on PDFBOX-5615: ----------------------------------------- You can also add it the two files to the class path at runtime. Same for the jbig2 decoder that I forgot to mention. > 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