WORD document save as PDF changes pagination

Please look at why the pagination has changed when using ASPOSE.WORD to save origfile.dot to resultfile.pdf. When I save the file to resultfile.doc, resultfile.docx, resultfile.rtf, the formatting is correct.
I’m using following code to convert file format:

static void Main(string[] args)
{
    // load license
    Aspose.Words.License license = new Aspose.Words.License();
    license.SetLicense("Aspose.Words.lic");
    // load the template document
    Document templateDoc = new Document("c:\\PDF_Need_Fix\\origfile.dot");
    Aspose.Words.DocumentBuilder docBuilder = new Aspose.Words.DocumentBuilder(templateDoc);
    // change format of file
    docBuilder.Document.Save("C:\\PDF_Need_Fix\\resultfile.rtf");
    docBuilder.Document.Save("C:\\PDF_Need_Fix\\resultfile.doc");
    docBuilder.Document.Save("C:\\PDF_Need_Fix\\resultfile.docx");
    docBuilder.Document.Save("C:\\PDF_Need_Fix\\resultfile.pdf");
}

Janet Everson - Sr. Software Developer - Sedgwick CMS

Hello
Thanks for your request. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is fixed.
Best regards,

A fix for the issue(s) you’ve reported (filed as 17703) will be released in the next release at the end of this month. You will be notified.

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

The issues you have found earlier (filed as WORDSNET-3578) have been fixed in this .NET update and in this Java update.

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