Hi all;
I have read by Thom Parker's two or three articles about buttons and navigation, but being a complete JS novice I have not had much luck in translating his articles in to exactly what I want to do;
o - Generate 3 small buttons on each page of a PDF doc - something like PreviousView, DocHome (top of the current document) and Home (where home is a different PDF doc acting as an index page) so that it can be useful when in Full Screen / Kiosk stylee mode.
o - Replicate the 3 buttons across all the PDFs within a folder - say 30 or 40 of them.
Ideally I would like to learn more about JS and sort the buttons myself, but being pushed for time I would appreciate a few (lots!) of pointers if people can spare them ;)
Also, am I correct in thinking that to apply the same JS across a range of documents automagically I actually need to apply them to all the documents Reader may encounter by adding it to the ApplicationData folder? Is there no way of saying "replicate these buttons across all the documents you subsequently open starting from this index"?
Thanks folks.