I'm using JODConverter to convert my office files into PDF, using this simple code:
officeDocumentConverter.convert(origin, destination, destinationFormat);
But the problem is that OpenOffice (or JODConverter, I don`t know) isn't respecting the page orientation of my documents. Every document stays in a portrait format. Even if the document pages are in landscape format.
Is there any option to turn on that kind of detection or respect my page orientations?