I have a flow that works fine converting an HTML document to PDF.
However I need it to be a Landscape PDF so I don't get word wrapping as this messes up the format.
I have added the HTML attribute "body width=276mm" to the HTML and this has stopped the wrapping, but the end of the lines are now just missing from the portrait PDF document.
Can I force the PDF to be landscape?
I don't want to use an external tool.
Thanks