Hi all :slightly_smiling_face: I am trying to crea...
# suitescript
e
Hi all 🙂 I am trying to create a PDF render with a suitelet, how can make it go landscape? I tried using
'<pdf name="page1.pdf" orientation="landscape">\n' +
but didn't work. any ideas?
b
e
Thank you!
f
Another approach :
Copy code
<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdf>
	<head> ... </head>
    <body padding="0.2in 0.2in 0.2in 0.5in" size="Letter-LANDSCAPE">