Flip Print Job Coldfusion

148 views Asked by At

I need help flipping a print job in ColdFusion. It is printing upside down. I can change this setting manually in the printer options (form control panel) but how can I do it in coldfusion?

<cfprint type="pdf" source="#ExpandPath('includes/assets/#FORM.MRN#_#FORM.CSN#.pdf')#" attributeStruct="#aset#">

I tried the orientation "reverse-portrait" and it did not work as intended.

0

There are 0 answers