Rank: Newbie Groups: Member
Joined: 2/18/2015 Posts: 4
|
We are displaying a website that has the ability to show PDF documents. Is there a way to intercept the button clicks, for example Save, Print, ect... I would like to manually save the files to a specific location rather than give the customer the save file dialog.
If not, is there a way to disable these buttons completely?
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You can override the Save dialog by handling the WebView's FileDialog event: http://www.essentialobjects.com/doc/6/customize/file_dialog.aspxYou can also override the print dialog: http://www.essentialobjects.com/doc/6/advanced/printing.aspxHowever I do not believe you can customize the actual printing process. Thanks!
|