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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -