Page 1 of 1

Generate PDF in hooks

Posted: 2025-03-06 22:32
by Marcelo Vitoria
Hello friends

I need to generate a PDF of a record from a table with 10 fields, including a BLOB type field.

Is it possible to do this using hooks?

Thanks

Re: Generate PDF in hooks

Posted: 2025-03-07 07:02
by ppfoong
There are some PDF generator libraries for PHP around. You can take a look in the article below:

https://apitemplate.io/blog/how-to-gene ... using-php/

Re: Generate PDF in hooks

Posted: 2025-03-10 14:27
by Marcelo Vitoria
ppfoong wrote:
2025-03-07 07:02
There are some PDF generator libraries for PHP around. You can take a look in the article below:

https://apitemplate.io/blog/how-to-gene ... using-php/
Thanks for the suggestion.

I've tried a few of these, but most of them either do absolutely nothing or give a 500 error.
I need to generate a PDF of a DV to be digitally signed, but I believe it won't generate because it needs to be in the table's hook file.

If anyone has any suggestions on how I can get around this, I'd appreciate it.