This message was deleted.
# suitescript
s
This message was deleted.
t
@Ahmed Have you tried dropping the dimensions from the body tag? Maybe use something like this instead:
<body size="Letter">
e
@Ahmed I think it should
<body size="65mm 45mm">
(or at least, I've successfully used
<body size="4in 2in">
in the past...
When you view the PDF in your browser (or Adobe)... does it show in portrait?
Oh, I listed the dimensions backwards. try
<body size="45mm 65mm">
^@Ahmed