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">
Comments
Post a Comment