[pdftex] [SOT] pdf in full screen mode on multiple screens

Victor Ivrii vivrii at gmail.com
Thu Oct 12 23:03:33 CEST 2006


On 10/12/06, James Quirk <jjq at galcit.caltech.edu> wrote:
> > Another (alternative) question: is there a way to send "Go to the next
> > page" command simultaneously to all open pdf files?
> This can be done using JavaScript, using code along the lines of:
>
>    var docs = app.activeDocs;
>    for(var n=0; n<docs.length; n++) {
>       var doc = docs[n];
>       doc.pageNum++;
>    }
>
> But it will only work if each PDF has its "disclosed" flag set to true.

How to add this code to PDF document: 1) using Acrobat 7? 2) Adding
something to latex code?
How to set disclosed flag? I do not see it in document properties?

Thanks
           Victor

>
> James
>


-- 
========================
Victor Ivrii, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii


More information about the pdftex mailing list