简体   繁体   中英

Using Javascript to submit multiple PDF forms?

Is it possible to submit multiple PDF forms at once, if they've been filled out separately in different files? It would have to be done from within a PDF file, and be as simple as clicking a button since it will be for end users.

It's possible but without more details, I can't provide a specific answer. First, all of the "slave" PDF files will need to have their disclosed property set to "true". You will also need to install a folder level script that allows you to get an array of the active documents because the function is subject to security restrictions. Then you can call doc.sibmitForm() from the master to cause each document to submit itself.

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