Adobe Sign API
Hi all,
I started by creating a html form and using a PHP plugin called FPDF, converted the form data to a .pdf file. Then using the "try it out" functionality on the Adobe Sign page I uploaded the document and created a widget from it which was then sent to the recipient(me) for signing with a bunch of pre-filled fields using the data supplied from the HTML form.
As I am only using the trial at the moment I don't know whether I will have time to test the whole process before it runs out. What I want to know is could I get these two working in tandem so the workflow would be a long the lines of:
- User visits page and fills in HTML form
- The data from HTML form is pushed to a pdf file
- Via the adobe sign API that file is uploaded to Adobe and from that a widget is created
- Then either the document is emailed to the user or the user is directed the hosted URL to sign
