ICEPDF Applet | Disable "Save-As" button from toolbar -
i using icepdf(open source java applet) applet viewer pdf view in web without use of adobe reader. want disable "save-as" button toolbar available @ top. have extracted jar files , dont know file customize. any1 me on file edited hide save-as option toolbar. please.. - haan
you can work on swingviewbuilder
. personally, did customization subclassing , returning nulls things wanted disable.
edit:
swingviewbuilder
has many buildxyz() methods. required make such method return null each button/menu item/toolbar not needed. rest of code handling nulls gracefully , skips on it.
specifically, "save-as" feature, need change/override buildsaveasfilebutton()
, buildsaveasfilemenuitem()
.
Comments
Post a Comment