Pdf to png conversion help

Problems converting pdf to png. please find the attachement to see the code.it is not creating any pngs of the pages.


Thank you,
Krishna Dasika

Hi Krishna,

Thanks for your inquriy. Please set imageStream position back to 0, it will resolve the issue.

byte[] buff = null;
imageStream.Position = 0;
BinaryReader br = new BinaryReader(imageStream);

Please feel free to contact us for any further assistance.

Best Regards,