Hi ,
i am facing the alignment issue when i convert the text document to pdf.
i am using vs2010 v 3.5
Below is the sample code
Aspose.Words.License license = new Aspose.Words.License();
license.SetLicense(_license);
Document doc = null;
Aspose.Words.LoadOptions loadOptions = new Aspose.Words.LoadOptions();
loadOptions.LoadFormat = Aspose.Words.LoadFormat.Auto;
doc = new Document(input, loadOptions);
doc.Save(output);
Aspose.word.dll V 7.8
Sample input and out put attached here
please help me on this.