veerubiji has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I have xml data that I extracted from large file and stored in a hash.my data as shown below
now I need to convert this XML data into pdf form.I heard that I can do by using PDF::API2 module. How to install that module because I am using strawberry perl.Give some examples that convert xml to pdf using this module.$var1={ 'stud.xml'={ '24'=>'<address> <streetname="xxxx"/> <housenum="138"/"> </address>' '20'=>'<address> <streetname="xxxx"/> <housenum="110"/"> </address>' } 'pav.xml'={ '26'=>'<address> <streetname="xxxx"/> <housenum="138"/"> </address>' '27'=>'<address> <streetname="xxxx"/> <housenum="110"/"> </address>' } . . . }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl script to convert xml to pdf
by roboticus (Chancellor) on Oct 19, 2011 at 15:42 UTC | |
by veerubiji (Sexton) on Oct 20, 2011 at 09:48 UTC | |
by roboticus (Chancellor) on Oct 20, 2011 at 10:54 UTC | |
by veerubiji (Sexton) on Oct 20, 2011 at 12:11 UTC | |
by roboticus (Chancellor) on Oct 20, 2011 at 15:03 UTC | |
|
Re: perl script to convert xml to pdf
by Jenda (Abbot) on Oct 20, 2011 at 09:35 UTC | |
|
Re: perl script to convert xml to pdf
by GrandFather (Saint) on Oct 19, 2011 at 20:45 UTC |