I have a HTML form to signup user. After filling that form I want to generate a PDF file from these input and then send that generated PDF to user for signature.
Can anyone help me how can I do this using any Adobe PDF tool.
I have a HTML form to signup user. After filling that form I want to generate a PDF file from these input and then send that generated PDF to user for signature.
Can anyone help me how can I do this using any Adobe PDF tool.
Once your application has generated the PDF, you can use something like Echo Sign or Docusign to push the PDF into a signature work-flow. There are lots of systems that can sign the document and many have APIs that you can call, typically along this sequence:
Your customer may have a preferred system for creating the signatures. Check the API, have your application make the calls to the document signing service.
I hope that helps.
LibreOffice just worked.
File
, Export As
and then Export as PDF...
/Create PDF form
is checked and Submit format:
is set to PDF
.