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

IoaPetra has asked for the wisdom of the Perl Monks concerning the following question:

I'm working on a project that involves making thousands of PDF files from a template. I've got all of the font-metrics and text streaming ready, now the only thing holding me back is getting the images streamed in. PDF ASCII format uses ASCII85 encoding, what would be the best way to do this with Perl?

Originally posted as a Categorized Question.