migrating javascript code across multiple documents
Hi Everyone,
"Bottle to the Sea" we work on a "big" project of a pdf form with significant javascript.
the template and all fields are 'locked', we have got the document translated in multiple languages.
We continued to develop the code in parallel to the translations happening.
The Challenge we face is to "copy" the code from one document to all the different version in different languages.
We had hoped that simply opening "all Javascrip Strings" in a text editor and pasting the final version of the code would allow us htat final update.
Unfortunately seems that Acrobat massively struggles with this approach (code actually does not copy properly)
Any idea or advice ?
