Hi,
We've been using the Aspose.Pdf.Kit library since version 3.3 but have recently updated to the newest version, 4.0, to fix several issues we encountered. In previous versions it's taken about 2 seconds to generate a .jpg for a single page from a pdf, but now with version 4.0 we're averaging about 8-12 seconds. Our code remains the same, only the .dll has changed.
We're setting start and end page ranges to the same value as to just create a single page image. Performance seems to be about the same regardless of the document length, 3 or 20 pages makes no difference. Also, whether I run this locally, or on our load-balanced servers the performance is about the same, so it's likely not a server issue.
Is this a known performance issue and have others encountered this?