Home All Groups Group Topic Archive Search About

Creating PDF file out of XML datasource

Author
28 May 2006 8:37 PM
Puneet
Hello everyone,
I have data in XML file, thats generated at runtime. Now i want to load
this all data into a PDF file and save that file... can someone suggest
me dome way of doing the same.
Thanx

Author
28 May 2006 9:28 PM
Ken Tucker [MVP]
Hi,

       I usually use the open source sharppdf lib to create pdf's.
http://sharppdf.sourceforge.net/Tutorials.html

Ken
----------------------
Show quoteHide quote
"Puneet" wrote:

> Hello everyone,
> I have data in XML file, thats generated at runtime. Now i want to load
> this all data into a PDF file and save that file... can someone suggest
> me dome way of doing the same.
> Thanx
>
>
Author
29 May 2006 5:16 AM
Puneet
thanx Ken