Improve performance of generating large files using aspose.pdf

Hello All,

I have used aspose.pdf for converting pdf to jpg, so can view pdf files as thumbnails
I followed this link to do: Generate Thumbnail Images from PDF|Aspose.PDF for .NET

but I have issue in performance as I have to view more than 500 file in one click.
so, the page is very slow and go to timeout error.
Any solution please?

Hi Eman,


Thanks for contacting support.

We recommend using approach specified over Convert PDF pages to JPEG images.

After conversion of each file, please call document.Dispose(); method. In case you still face any performance related issue, please share some resource PDF files so that we can test the conversion at our end.