Copy link to clipboard
Copied
Hello!
I have two PDF documents and the field names are exact. I would like to take information from the old document and merge it into the new template. Is there a way to accomplish this without cutting and pasting from the old document into the new one?
Some of the fields are interactive, texboxes and dropdowns.
Thank you in advance for your help!
Copy link to clipboard
Copied
More clear instructions:
Copy link to clipboard
Copied
Run this script in the console to export an FDF file:
this.exportAsFDF();
Run this script in the other PDF to import the FDF file:
this.importAnFDF();
Copy link to clipboard
Copied
Thank you so much for the quick reply!
I fear I have placed the code iincorrectly.
1. I placed the coding as you stated on the "export" file and then typed coding on the "import" file.
2. Both files now have the same code. But I did not type the same code.
3. After initially typing the code I clicked the "green" button upper left in the console.
Where did I go wrong? I attached images to hopefully help explain.
Thank you so much for your patience.
Copy link to clipboard
Copied
More clear instructions:
Copy link to clipboard
Copied
I DID IT. I DID IT.
Thank you sooooo very much! This is what it feels like to wave a magic wand and POOOF!
I will save so much time. Thank you thank you thank you.