Hi,
I am using aspose-pdf-10.3
On converting the attached PDF to PNG image, the output color changes to purple.
Code snippet.....
PngDevice pngDevice = new PngDevice(resolution);
pngDevice.process(pdfDocument.getPages().get_Item(pageIndex), imageStream);
Can you please verify this issue.
Thanks,
Jaspreet