I paid Adobe $1200 for them to tell me this works to extract pages in LiveCYcle BUT I can't get it to work;
var myDoc = event.target;
myDoc.extractPages(nStart, nEnd, cPath);
Can ANYONE help me out ??? I told Adobe this didn't work and they refuse to help me out (even though they didn't have any trouble taking my $1200).
THey said to put this on the "click" event, which I did. They also said if I left
off the cPath, Adobe would prompt me for the path....
PLEASE Anyone, I really need this function !
Thanks in advance,
Rod
rodbunn [at] yahoo [dot] com
What message(s) are you getting?
I set the click event of a button to 'JavaScript' and ran this code:
var myDoc = event.target;
myDoc.extractPages();
Also
var myDoc = event.target;
myDoc.extractPages(1, 1);
Works well. What happens when you try?