Hi all,
I'm on a project where I want to covert a PDF file into an image but I think 2 seconds per page is too much time (http://www.aspose.com/documentation/.net-components/aspose.pdf.kit-for-.net/aspose.pdf.kit.pdfviewer.html). I'm using the method DecodePage(int page) from an instance of the PDFViewer class and I show the Bitmap image.
Is there another way? Is it going to improve this time?
Any other ideas to convert into an image in less time?
Thanks in advance