I have been using wkhtmltopdf successfully with PHP using KnpSnappyBundle in Symfony but it appears there is no way to set the form fields in the generated PDF to be required fields which is a deal breaker for our needs. It would be nice if wkhtmltopdf recognized the html Required attribute but it does not.
I have yet to find any libraries that support setting form fields as required. Any suggestions? Any help would be appreciated.
Thank you.