Hi,
I am using Aspose PDF 10.3
On generating the PNG image of the attached PDF, the images are missing from the output.
Code snippet....
PngDevice pngDevice = new PngDevice(resolution);
pngDevice.process(pdfDocument.getPages().get_Item(pageIndex), imageStream);
Can you please verify this issue.
Attached source PDF doc & problematic PNG output.
Thanks,
Jaspreet