I want users to fill out an html form and when they submit the form they could print out a PDF with other information plus their answers. If you have any input on how to get that done, it would be great.
I was looking for a solution for this problem and I found wkhtmltopdf.org it says to do wkhtmltopdf http://google.com google.pdf
through the command prompt. I did it in the bin directory where wkhtmltopdf.exe is located.
I ended up getting the PDF of google. but this is on my PC. how do I get this exe on heroku? is there another way to solve this problem? I only know JS and work with windows.