Jill Xu created PDFBOX-5615: ------------------------------- Summary: 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 Reporter: Jill Xu 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