Answered
Greetings,
I need to have a PDF always open to the last page, even when the number of pages is unknown. Any help would be much appreciated.
Craig
Greetings,
I need to have a PDF always open to the last page, even when the number of pages is unknown. Any help would be much appreciated.
Craig
The code is:
this.pageNum = this.numPages - 1; // go to the last page of the pdf
Dcoumentation aobut JavaScript is llocated at:
[url=http://www.adobe.com/devnet/acrobat/javascript.php/]JavaScript for Acrobat[/url]
[url=http://www.adobe.com/devnet/acrobat/ /]Acrobat Developer Center[/url]
George Kaiser