The problem with HTML2PDF, not PDF rendering

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!

+1
source share
2 answers

The answer was runtime.

Solved it using a function set_time_limit().

+2
source

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 , , .

0

All Articles