Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing a PDF 1

Status
Not open for further replies.

crhaynes3

MIS
Oct 8, 2004
1
US
I have created a PDF with forms so that website viewers can fill out the necessary items. A signature is needed so I want to put a print button on the form but I can't get the JavaScript right so that it offers the print options and doesn't just send it to a default printer. What does the script need to say? Any ideas?
 
Why not try this code in a javascript action.

(On your button choose action->Add->JavaScript:)

this.print();

This should open the print dialog box.

Klaz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top