hi
I am using Aspose.Words 6.3. On saving the attached document to PDF using the code below I lose the Vertical formatting in the first page. If the document is saved as a .doc the formatting os preserved. The same happens if I use Aspose.PDF.
Aspose.Words.Document doc = new Aspose.Words.Document("D:\\Doc\\Vertical Center Template.doc");
doc.SaveToPdf("D:\\Doc\\Vertical Center Lost.pdf");
doc.Save("D:\\Doc\\Vertical Center Not Lost.doc", Aspose.Words.SaveFormat.Doc);
Please help