Question

Anyone having problems reading fillable pdf forms? Depending on the app used to open the pdf form (adobe, foxit, browser) we see different data in the fields

  • 11 October 2022
  • 2 replies
  • 21 views

Userlevel 1
Badge +4

We created an adobe fillable form the customers use to make payments on invoices. in practice they typically reuse the last PDF form sent. Make a copy Edit the form with new payment value and invoice Remittance advice.

 

the problem is that when the bot runs and collects the data it gets old values.

 

When the pdf is opened in the browser we typically see the latest values entered. but, when the bot runs or we use adobe to view the pdf the fields show different values.

 

When i use the PDF Form template to configure the bot I also see older values in the fields as sample data. When i use the PDF get text none of the data fields are returned in the text image. I suppose i expect this result since i assume the fillable data is stored elsewhere in the file separate from the text data.

 


2 replies

Userlevel 6
Badge +9

Every PDF viewer parses the PDF data differently so the best choice is to choose one and stick with it.

Userlevel 1
Badge +4

This is not a viewer problem by itself, it is a data capture problem.

 

Actually from an AA BOT perspective there are 2 options: get pdf fields or get text. When i run the get text function on a fillable form NONE of the data fields are captured. When i run the get pdf fields function it is returning the wrong data.

 

What we really need to understand is what does the PDF objects look like under the covers and how is it that there is more than 1 set of field values.

 

SInce we are trying to use this form to authorize payments it needs to be 100% accurate.

As a result it could be that we need to find a better program than what AA is offering or better yet understand why its getting the wrong data.

 

If the AA PDF package is not correct than i will need to find a different solution.

 

Reply