Any way to use a quick and dirty icon like cLabel in the quick tools toolbar?


i javascript cut-and-paster ability cobble things together.

 

in previous versions of acrobat, had tools added toolbar using technique shown in script:

 

app.addtoolbutton({cname: "myflattenbutton",

   clabel: "flatten",

   cenable: "event.rc = (app.doc != null);",

   cexec: "flattenpages();"

});

 

 

that create toolbar button "icon" read "flatten" needed.  click on , flatten pages in document.

 

i used create several different tools, different names , clabels.

 

this script still works in acrobat xi (it adds tool add-on tools list, , can add there quick tools toolbar).  clabel names show in add-on tools list, not in quick tools toolbar.  in toolbar use same generic icon (but work correctly).

 

from reading in forum see there way create custom icon not easy.  there simple way have text appear icon used earlier versions of acrobat?

 

thanks.

the clabel text should show next generic icon. not case?

and specifying icon possible, it's far simple. in fact, it's 1 of (unnecessarily, imo) complex things can in acrobat js.



More discussions in JavaScript


adobe

Comments

Popular posts from this blog

Could not place because the source rectangle is empty

Thread: Using smartcard reader with vpnc

Adobe Font Folio 7.0 or just 7?