Hi,
When converting a DOCX with some portrait and landscape pages to PDF using Aspose.Words, the pages in the PDF all became portrait.
Code:
var doc = new Document(@".\Test.docx");
doc.Save(@".\out.pd…...\test.docx"); doc.Save(@".\out.pdf");...pdf"); I’ve attached the test files and a screenshot for your reference...