Evaluating Aspose Total for Java
With a landscape docx; the pdf being generated is Portrait
And with a Portrait docx the pdf being generated is Portrait too…
How can I change the below lines of code so that the docx orientation is retained while doing the pdf conversion?
com.aspose.words.Document asposeDoc = new com.aspose.words.Document(docxpath.toString());
asposeDoc.save(intermediatePdf.toString());