[DOCX] Exception when make a conversion

Hello,


I make a Docx conversion, with input file “doc1.docx” but we have an exception and output file is empty.

Could you give me an advice for make this conversion without exception?

We use this code for reproduce this problem:

public void pdftest()
{
Document d1 = new Document(@“D:\Temp\INC000004344762\doc1.docx”);
PdfSaveOptions options = new PdfSaveOptions();
options.SaveFormat = SaveFormat.Pdf;
try
{
d1.Save(@“D:\Temp\INC000004344762\doc1resultat.pdf”,options);
}
catch
{
}
}

Thank you

Maxime
Hi Maxime,

Thanks for your inquiry. 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-12957. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Dear support team,

Is it possible to have a planning for the resolution of this WORDSNET? Many thanks in advance. Raphaël

Hi Raphaël,

Thanks for your inquiry. This issue (WORDSNET-12957) has now been resolved and its fix will be available in next version of Aspose.Words v16.1.0. Hopefully, the next version of Aspose.Words will be available at the start of next month (February 2016). We will inform you via this forum thread once new version of Aspose.Words is published.

Thanks for your patience.

The issues you have found earlier (filed as WORDSNET-12957) 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