06-12-2009, 06:19 PM
|
#4 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,298
Thanks: 17
|
Unless you have a specific reason for dynamically generating a PDF, it is probably a good idea not to do it unless you have some sort of caching function. Generating things like this are intense on the server, especially when done in large volumes. I would advise doing what you need to do to each PDF, storing them then linking them in a database opposed to dynamically generating the content each time.
|
|
|
|