Skip to main content
logistics227043683
Known Participant
February 27, 2019
Question

How to compare form field values from two different PDFs

  • February 27, 2019
  • 1 reply
  • 853 views

Good evening, I am trying to find an efficient way to compare the form field values from two different documents... is there an easy way to do this?

Both documents are the same, but the idea is to check for any possible changes made to one of the documents.

Any help would be wonderful, thank you!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 27, 2019

You posted in the JavaScript forum. Do you want to do it using a script?

If not necessarily then I would use the Merge Data Files into Spreadsheet command and then compare the values in the two rows using Excel. That's probably the easiest way of doing it.

logistics227043683
Known Participant
February 27, 2019

We want to compare two different files using a script, yeah

try67
Community Expert
Community Expert
February 27, 2019

That's more complicated. You would need to run a script on the one file, collecting all the form data into an app-level or global variable, and then run it again on the second file, collecting the data from that file, and then compare the two.