Landscape error

Dear Support,
I am unable to convert the attached document to pdf using aspose dll. Below is my code. And in the attached document, page 6, is in landscape. If I change the page orientation to Potrait, then its working fine. Can you please help me in this regard.

string inputPath = @"D:\Projects\rsmfinstmt_ver2\Word_Generation\Generated_Documents\Rpt_websyn_20130822_2011_9.docx";
string outputPath = @"D:\Projects\rsmfinstmt_ver2\Word_Generation\Generated_Documents\Rpt_websyn_20130822_2011_9.pdf";
Aspose.Words.Document doc = new Aspose.Words.Document(inputPath);
doc.Save(outputPath);

Regards,
Anil

Hi Anil,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 13.7.0, I managed to reproduce Aspose.Words.FileCorruptedException on my side. I have logged this issue in our bug tracking system. The ID of your issue is WORDSNET-8816. Your request has also 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-8816) have been fixed in this .NET update and this Java update.

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