Hi,
I’m converting a HTML to a PDF and want to use landscape pages.
final ByteArrayInputStream bais = new ByteArrayInputStream(...)
final HtmlLoadOptions loadOptions = new HtmlLoadOptions();
loadOptions.setHtmlMediaTy…... Tested with version 22.12 as 23.1 is not released yet...