in reply to perl script to print data like this in pdf.
You can make your program output the data on the console in the format you want, right? If so, it's a simple step to making a PDF document look just like it. The bit I did for you with Data::Dumper is a straight ripoff from the PDF::API2 documentation.
If you can't write your perl script to output the data on the console in the format you want, then you ought to start with that first.
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl script to print data like this in pdf.
by veerubiji (Sexton) on Oct 21, 2011 at 08:17 UTC | |
by roboticus (Chancellor) on Oct 21, 2011 at 10:15 UTC |