Hi,
I have a pdf file form (contract) with Javascript coding. I would like to make sure that the form (contract) can only be printed on an 8 1/2 x 11 or legal size 8 1/2 x 14 paper. Is there any way to do this? In other words I don't want the form to print unless it is being printed on the correct size of paper. Does anyone know how to do this? Thank you for any help you may be able to offer.
Regards,
Paul
I don't think so.
You only can define if the form is printable or not in the security settings.
To be sure that the form is printed always completely on every paper format, you can use the bShrinkToFit parameter for a print button.
Example:
this.print({
bUI: false,
bSilent: true,
bShrinkToFit: true, //Fit to Papersize
nStart: 1,
nEnd: 1
});
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs