Hi There,
I've noticed a problem with a form.
The form has a flowed layout with two significant sections - one for data entry, one for printing.
The Print function occurs on the click event of a button on the form, and initiates the app.print function, without displaying the Print dialog. It sets visibility to "visible" / "hidden" for the two sections (e.g. Data Entry = hidden, Print section = Visible).
The problem we have discovered is this: When the data entry form is less pages than the print section, then only the number of pages in the data entry section is printed.
e.g. If the Data entry form has one page - and the printed form has two pages, then only the first page is printed.
Is this a bug in Acrobat, or is there a better workaround?
Thanks,
Views
Replies
Total Likes
*bump* ... any thoughts?? Paul?? should I report this to go/wish?
Thanks
Views
Replies
Total Likes
Hi,
Try moving the presence portion of the script to the mouseDown event, so that the data page(s) are hidden and the print page(s) are visible before the print command is executed.
Alternatively place the presence portion of the script in the prePrint and postPrint events.
Hope that helps,
N.
Views
Replies
Total Likes