in reply to Pointers on an XML mail merge solution?
From the docs:
use PDF::API2; $pdf = PDF::API2->open('existing.pdf'); $string = $pdf->stringify;
Update: Original code was bad (it truncated the file). Removed rather than <strike>'d because no one had followed up yet. For posterity, I had stupidly used the new method instead of open.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Pointers on an XML mail merge solution?
by SmugX (Beadle) on May 12, 2004 at 15:38 UTC | |
by idsfa (Vicar) on May 12, 2004 at 15:52 UTC | |
by SmugX (Beadle) on May 12, 2004 at 16:11 UTC |