I created my first adobe form last week using LiveCycle Designer. I have
a print button that I need to print 2 collated copies. I changed the
number of copies to 2 in the Form Properties, but there is no option to
collate. I found the thread: http://forums.adobe.com/message/1159272I
created a .js file and put it in my C:\Program Files\Adobe\Acrobat
9.0\Acrobat\Javascripts folder. CollateAndPrint = app.trustedFunction(
function(oDoc) { var iCopies = 3; var iPages =
oDoc.numPages;app.beginPriv(); ...