My PDF Template is cutted. Is it too big?

Hello,

I need to create an 8 or 9 pages PDF Template with tables, but i see that including new lines over the 5th or 6th page, after saving the template it is cutted.

Is there a way to increment the capability of a PDF template?

Check your Web server log (maybe called php_errors.log, check your php.ini) to see if there is any clue there.

This could be just a PHP setting, like

max_vars
max_execution_time
max_post_size
memory_limit

etc

I am using these:

upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 512M

OK, it seems the problem is that browsers can’t buffer so much characters.

If I want to store a bigger quantity I must to connect directly to the table aos_pdf_templates using an external program like HeidiSQL or similar.