Hi Team,
I am creating a pdf document from the xml document having “emz” as image type in it.
Below code took 30-40 seconds to create the pdf document. If i remove the image or insert it as a “png” then the document created within 1-2 seconds.
Dim doc As New Aspose.Words.Document(ms)
doc.Save(pdfDocumentName)
StopWatch.Stop()
Please let me know if we can improve the pdf creation.