Hi,
I am using aspose-pdf-10.3
On converting PDF to PNG image the content displayed is not correct, rather the optional content is being shown.
Here's the code snippet....
PngDevice pngDevice = new PngDevice(resolution);
pngDevice.process(pdfDocument.getPages().get_Item(pageIndex), imageStream);
.......
Can you please verify this issue.
Thanks,
Jaspreet