Hi,
I wanted to upgrade our .NET project to use the latest Aspose.Pdf version (17.10) from current referenced version 11.7 due to performance issue. But version 11.7 perform way better that the latest version in the code that converts an HTML to a TIFF image (using Aspose.Pdf.Document is way slower and memory sink than using deprecated Aspose.Pdf.Generator.Pdf)
I have Attached aSolutionAndImages.zip (396.8 KB)
copy of a small test project that show case memory and CPU usage of both versions with diagnotstic tool snapshots, along with my approach of using the sapose api to acheive my goal.
Also I didn`t succeed in producing the exact margins with the new version as with the old version. Please check generated images: Printed_v17_10.tiff (new version) and Printed_11_7.tiff (old version)
Please advise me on the matter.
Thanks,