Footer at the top when convert a DOCX to PDF

Hello,

I’m trying to save a DOCX as PDF but in this document, the footer for some reason become at the top of the PDF. I minimized the code to the shortest possible, but the issue still exists. This is the whole code I’m running:

  public static void Main(string[] args)
{
    Aspose.Words.Document doc = new Aspose.Words.Document("./test_aspose_conversion.doc");
    doc.Save("./converted.pdf", Aspose.Words.SaveFormat.Pdf);
}

You can see the page number in the DOCX becomes at the top of the PDF.

Original DOCX: Dropbox - Error - Simplify your life
Converted PDF: Dropbox - Error - Simplify your life

I’m using Aspose .NET 19.3.0

Thanks!

@fawaz9

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18465. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Thanks a lot