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