Good Day Spire Team
We have a question in regards to pdfDocument.SaveAsImage(pageNumber, PdfImageType).
We are using Spire to load PDF files and then render the resulting Bitmap using WPF.
Depending on what is loaded, the SaveAsImage method takes quite a bit of time, especially when using a vector PDF (construction plan specifically).
What are your recommendations to optimize the performance?
Would there be a better option to render the PDF in WPF?
If required I can provide a PDF file that takes about 6 seconds to load.
All the best