http://www.perlmonks.org?node_id=496980


in reply to Re^3: pdf::api2 page question
in thread pdf::api2 page question

Because you would have all of your document's pages loaded into memory. That may not be the ideal situation depending on your machine's available memory. Not a big deal really, just something to consider.

Replies are listed 'Best First'.
Re^5: pdf::api2 page question
by talexb (Chancellor) on Oct 03, 2005 at 16:51 UTC

    In that case you probably want to look into some sort of caching arrangement, where your pages are swapped to disk while you run through the document. Something like Cache would probably do the job nicely.

    Once you get to the end of the document, you can go back to the first page, add the "1 of 3456 pages" to the page, write that page out, flush that page from the cache, and continue to the end.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds