Generate PDF in hooks

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
User avatar
Marcelo Vitoria
Veteran Member
Posts: 92
Joined: 2016-10-11 12:08

Generate PDF in hooks

Post by Marcelo Vitoria » 2025-03-06 22:32

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
Marcelo Vitoria
Coding since 1982 ! :geek:
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng

ppfoong
Veteran Member
Posts: 62
Joined: 2021-07-13 16:46

Re: Generate PDF in hooks

Post by ppfoong » 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/

User avatar
Marcelo Vitoria
Veteran Member
Posts: 92
Joined: 2016-10-11 12:08

Re: Generate PDF in hooks

Post by Marcelo Vitoria » 2025-03-10 14:27

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.
Marcelo Vitoria
Coding since 1982 ! :geek:
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng

Post Reply