[pdftex] [SOT] pdf in full screen mode on multiple screens
James Quirk
jjq at galcit.caltech.edu
Thu Oct 12 22:16:17 CEST 2006
> 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.
James
More information about the pdftex
mailing list