Auto Convert Form to PDF and send in Email
Comments
-
In my workflow, I have the users fill out a form. How can I convert the form information into a PDF so that I can automatically email out the information from the form in a PDF?
[i]edited by madcook on 7/21/2023[/i] -
There is no way to directly convert between form to PDF directly; however, there are a few steps that you can take to achieve this. Create an HTML template based on your form and pass the user defined values into the template HTML. Then, you can pass the HTML into the HTML to PDF step and email out your PDF.

