Having problems converting word document to pdf

Hey,

Our customers experiencing problems converting word documents to PDF (it just stuck).
We’ve been able to create a dummy document which reproduce the problem using Aspose.Words 11.8.0.0 and the following code,

static void Main(string[] args)
{
AsposeLicenseHandler.SetLicense();
string inputFilepath = args[0];
string outputFilepath = args[1];

Document wordDoc = new Document(inputFilepath);
wordDoc.Save(outputFilepath, SaveOptions.CreateSaveOptions(SaveFormat.Pdf));
}

Your help will be greatly appreciated.
Thanks.
Hi,

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

Best Regards,

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


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

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan