On my form, there are specific fields that users need to fill out. I'm looking for a way to automatically generate a PDF when these fields are submitted. Can anyone provide assistance with this?
Currently, I've been redirecting the form data to a new HTML page in order to process it. However, I've hit a roadblock on how to proceed further. My current process involves saving the generated HTML and then converting it to a PDF using command line tools.
Is there a more efficient method available for achieving this task?