Hello
As i m a beginner to Acrobat LiveCycle Designer..i used both Javascript and the Form design codes in one page.
But as before HTML,ColdFusion etc we can use separate Javascript file as .js file and simply link through href="...\.js file" and its works accordingly.
But in this Acrobat LiveCycle I tried for this but failed..
Can anybody help me...specially George_Jhonson !
Thanks
I'm trying to do what I think is something similar.
I'm using Acrobat to generate/maintain PDFs, but I'd like to keep the Javascript separate for source control, maintenance and test purposes.
A case in point: I might have a validation function A embedded in a number of different PDFs. When I develop a better algorithm, A', I would want to replace A with A' automatically in all PDFs.
So, I would like to be able to open up a PDF in Acrobat, flush any Javascript in it and replace it with new code from an external .js file.
Is this possible? How do I do it?
Ta much.