For some reason, HTML2PDF / TCPDF does not transmit PDF ... and I have no idea why ...: S
render.php (main file)
form.php
(the links will lead you to the im code that is trying to use, so you can test it, you only need the HTML2PDF class)
can someone tell me why the form is not rendering ??? I worry!
thanx in advance!
The answer was runtime.
Solved it using a function set_time_limit().
set_time_limit()
Check web server logs for any html2pdf related errors. If you use apache, the command will look like this:
tail -f -n 500 /var/log/apache2/error.log
, , PDF , , .