简体   繁体   中英

how to organize team work with javascript in Adobe Acrobat forms

I am newbie in Adobe Forms API. Our team supports complicated Adobe Forms, doing events handlers, calculations etc.

For now i do not see way to sync our efforts via SVN, because of PDF binary nature. it looks impossible to merge changes made by different developers over one PDF file.

My idea is - to have in SVN external js file not included in PDF and somehow evaluate in at document opening.

possible js code sources are

  • evaluate pdf data attachment (js /txt)
  • evaluate remote data (soap, ADBC, ajax, cdn)

please give me a clue - what direction to follow. am i missing some simple idea how to get that?

I know about possibility to ask user to place JS file manually in APP folder but it is last resort.

JS_Dev_Contexts documentation

这是我们目前的解决方案

Here is our current solution

  • JS stored in git
  • PDF is just a container of fields
  • All actions are set via JS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM