in reply to Re^2: perl script to convert xml to pdf
in thread perl script to convert xml to pdf
Yes, that's exactly what it does. You didn't specify *any* requirements on the output, so I did the minimum I could to satisfy them. Of course, PerlMonks isn't a code writing service, so had you put any nontrivial requirements in, I probably would have passed over this thread.
In any case, I can't imagine that there's a "general purpose XML to PDF" procedure that would be useful, as there are myriad forms of XML documents, and even more ways to present the data. So you're going to have to get more detailed requirements from your user(s), and figure out how to turn them into code.
First you must figure out what you want:
Now that you know what sorts of transformations you need to perform, you need to:
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perl script to convert xml to pdf
by veerubiji (Sexton) on Oct 20, 2011 at 12:11 UTC | |
by roboticus (Chancellor) on Oct 20, 2011 at 15:03 UTC |