Re: memory requirements
"paolo_asioli" <[email protected]> Tue, 25 Nov 2008 08:08:42 -0000
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
> Some memory gets released, that used by temporary objects, but the PDF
> steadily grows.
I'm no PDF expert, but fro what I've read of the specs only global
objets and something to build the xref table at the end of the file
should be kept in memory, most of what is in each page should be
disposable...
Any idea on how to really free up unneeded memory, and keep only
what's needed to finish the PDF ?
Cheers,
Paolo