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