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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -