Converting from XML to PDF

Apr 29, 2011 at 8:41am
Hello Programmers.....

Please Help.... I am new in C++ and I am Investigating on how to Convert Programmatically from XML to PDF in C++ or VC++... If you have any Idea, please help..!
Last edited on Apr 29, 2011 at 8:44am
Apr 29, 2011 at 8:45am
Well for me I would look for a library to help me extract data from the XML, that is a C++ XML Parser. Then I would look for another library that allow me to write as PDF format, this I am stumped as I don't know of any C++ PDF library yet.

Apr 29, 2011 at 8:48am
Thanks Sohguanh... I will look for that library shortly....
Apr 29, 2011 at 8:50am
For XML, I usually use Apache Xerces C++ Parser. There are others of cuz but this is just one of them.
Topic archived. No new replies allowed.