Hi,
We have received reports from our users that when saving docx to pdf the layout is different, there are extra line brakes. After trying to isolate the problem, we reduced it to using the ‘frames’ elements in word. The issue is reproduced using the Aspose.Words 23.4 for .NET.
Aspose.Words.Document doc = new Aspose.Words.Document(input);
doc.Save(output, Aspose.Words.SaveFormat.Pdf);
Attached are the word file and the two pdfs outputs, one generated from word and one using Aspose.
aspose test.pdf (27.7 KB)
test word.pdf (8.6 KB)
test.docx (24.6 KB)