Not applicable
28-10-2015
07:25 PDT
- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I want to add a 'Save as' button in my pdf, for that I introduice this code :
app.alert("1");
this.saveAs("/c/temp/temp.pdf");
app.alert("2");
Only first message appear. Any help please