I've a pdf file and I want to run javascript on it. How to do it?
Basically, i want to launch acrobat from my application, open a file and print it.
I've been able to launch acrobat from my application and passed the filename argument and it opened. Now how to run the print api on the document?
I've problems running javascript on acrobat and not in syntax,apis and all. I know the apis. I've the code ready but I'm not able to run it on acrobat.
Can somebody please help me??
So, what you would do is create an FDF which opens the according PDF document, and then executes the according script.
HTH
Max Wyss.