DOCX to PDF conversion takes much time using .NET | Performance

A document of around 10 page with mostly data in table, is taking around 100 seconds to load, which is a performance issue. I have purchased the license for Aspose.Words not for this productivity.
Initializing the docx takes around 49 seconds and saving it to pdf takes around 50 seconds.
Please help, how can i reduce the time.
I am already using saveOptions.MemoryOptimization = true; but it do not help.

@aryavivek97

Please ZIP and attach your input Word document and code example that you are using here for testing. We will investigate the issue and provide you more information on it.

aspose TEST document.zip (210.7 KB)

Aspose.Words.Document doc = new Aspose.Words.Document(path);
SaveOptions saveOptions = SaveOptions.CreateSaveOptions(Aspose.Words.SaveFormat.Pdf);
saveOptions.MemoryOptimization = true;
doc.Save(pdf, saveOptions);

@aryavivek97

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-20828 . You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

hi @tahir.manzoor ,

Any update on the same ? My client release is holding on this issue.

Thanks

@aryavivek97

Hopefully, you will get the fix of this issue in September 2020 release. Please note that this ETA is not final at the moment. However, we will inform you via this forum thread once this issue is resolved.

hi @tahir.manzoor,
Any update on the issue ? It has been a month now and we do not have any fix.

@aryavivek97

Hopefully, you will get the fix of this issue in September or October 2020 release. Please note that this ETA is not final at the moment. However, we will inform you via this forum thread once this issue is resolved.

Hi @tahir.manzoor,

Any update ?

@aryavivek97

This issue has been resolved and its fix will be available in the next version of Aspose.Words i.e. 20.10. We will inform you via this forum thread once it is released.

The issues you have found earlier (filed as WORDSNET-20828) have been fixed in this Aspose.Words for .NET 20.10 update and this Aspose.Words for Java 20.10 update.