I have a fillable PDF opening in the Chrome browser. I change a few fields. All is good. In Chrome, I click the download button and it offers me the chance to download it with our without the changes. I download with changes. All is good.
Is it possible to get this PDF in javascript and POST it to a service? I want to save it server-side without the user having to do much.
Thanks,