You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfne...@googlegroups.com
Q: we have noticed all excel sheets are shown in portrait layout, and we would like to have as default a portrait layout. Ho can we do that?
----- A:
The
conversion should preserve the page orientation of the input document.
If this is not the case, please provide steps to reproduce the
behaviour (we would need a sample document and information about the
version of Word you're using as well as the Windows version and
architecture you're running on).
The Conversion API does not provide options to change
orientation. But there are ways to programmatically change the
orientation of a page.
A third option would be to use the PDFNet SDK, which provides the
capability to rotate PDF pages. So if you were to first convert your
office document to PDF, then to XOD, you could rotate the PDF page prior
to converting it to XOD. You can detect a page's current orientation
with Page.GetPageWidth() and Page.GetPageHeight():