html - Netsuite Advanced PDF -


i trying create print out bill of materials using advanced pdf in netsuite. using source code. how can changed orientation of print out portrait landscape? know when using wyswyg, can choose orientation in template setup option not available when using source code.

thanks!

you can set page size size attribute on <body> tag.

<body size="a4-landscape"> 

or

<body size="letter-landscape"> 

link documentation


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -