mod_perl / PerlEx (was: Paragraph and documentation)
"henningmllernielsen" <henning.just-B5obmGyaMydknbxzx/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
In regards to mod_perl / PerlEx usage of PDF::API2, I highly recommend saving the PDF as a temporary file, first, and then feed it back to the client. If your PDF potentially is large, your memory usage could be astronomical if you do it in-memory. I do believe this is suggested in the documentation as well ;)