Hi!
I have a government created PDF Form that I am trying to fill in. I can call pdf.co API to fill in the Form Fields that are writable, but there are a number of read-only fields that if I was filling in the form manually would autoupdate to calculate some totals etc. However when I fill in the form using pdf.co Fill Form API the read-only fields don’t update. I’ve spoken to pdf.co and they don’t seem to be able to help. At the moment the only solution I have been offered is to manually open the pdf, amend a writable field and then the read-only fields will update.
How can I automate this? I don’t have access to the javascript in the pdf to change it. I don’t want to flatten the pdf, I just want to trigger the calculations. Any ideas?
Thanks!