Hi
When we convert Word file to Pdf, several bottom rows jumps to the next page. Native Word convertion works fine.
That behavior reproduces at https://products.aspose.app/words/ru/conversion/doc-to-pdf and in code wit…... Sample code: var document = new Document(filename); var saveOptions...Create(resultFilename)) { document.Save(outputFile, saveOptions);...