Skip to main content
Participant
October 12, 2018
Answered

How can I automatically export the form data from one pdf to another?

  • October 12, 2018
  • 1 reply
  • 1091 views

So I've got four PDFs in total. The first one is a non-printable form where I want my coworkers to type in the data needed. That's also where I have three form buttons: for full payment, for 50% down-payment, and for page adjustment/reduction for each of the other PDF.

The idea was once they've typed in the info, they can press one of the buttons and it will open the respective PDF linked to it with the form data from the first file along with the computation and everything else that's in that other pdf. Can this be done? Thank you.

This topic has been closed for replies.
Correct answer jane-e

You can have a button in the one PDF that will Export the fdf and a button in the second that will import the fdf (or pdf).

If it can be done in one step, I imagine it would take custom JavaScript code.

1 reply

jane-e
Community Expert
jane-eCommunity ExpertCorrect answer
Community Expert
November 2, 2018

You can have a button in the one PDF that will Export the fdf and a button in the second that will import the fdf (or pdf).

If it can be done in one step, I imagine it would take custom JavaScript code.