Converting to pdf is very slowly

Hi,
Our customer has a doc file.When our web programme convert i to pdf,converting operation is very slowly.and my browser is locking.Iattached the original file.Could you please check it?

Hi Ahmet,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.7.0, I managed to reproduce this performance issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-6925. Your request has been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Moreover, I would suggest you please use the following code as a temporary work around:

Document doc = new Document(@"c:\test\in.doc");
PdfSaveOptions so = new PdfSaveOptions();
so.SaveFormat = SaveFormat.Pdf;
so.MetafileRenderingMode = MetafileRenderingMode.Bitmap;
doc.Save(@"C:\test\out.pdf", so);

I hope, this will help.

Best Regards,

Do you have any improvement about this problem?

Hi,

Thanks for your inquiry. The responsible developer has completed the analysis of this issue and the root cause has been identified. We will inform you as soon as it’s resolved.

Best Regards,

My problem seems as resolved.Do you have any improvement

Hi Ahmet,

Thanks for your inquiry. Good news for you is that your issue (WORDSNET-6925) has now been resolved and its fix will be included in the next version of Aspose.Words (v11.9.0) which is planned to be released by the end of this month (October’ 31, 2012). We will inform you via this forum thread as soon as the new release is published.

Best Regards,

The issues you have found earlier (filed as WORDSNET-6925) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.