Question subject: How to convert xml file to Pdf file using C
Posted: Fri Jun 05, 2009 5:47 am
Joined: Fri May 08, 2009 7:07 am Posts: 4 Has thanked: 0 time Have thanks: 0 time
Quote:
How to convert xml file to pdf file usin C. Using file I/O instruction is it possible. If not what will be the more optimized method to do it.
biskot188
Question subject: Re: How to convert xml file to Pdf file using C
Posted: Wed Jul 22, 2009 5:28 pm
Joined: Fri Nov 21, 2008 6:18 pm Posts: 51 Location: thessaloniki Has thanked: 0 time Have thanks: 2 time
you mean you need a source code witch makes this conversion?
_________________ if you want make an effort yourself no one will make it for you... best regards
Hanumantas
Question subject: Re: How to convert xml file to Pdf file using C
Posted: Thu Jul 23, 2009 3:35 am
Joined: Fri May 08, 2009 7:07 am Posts: 4 Has thanked: 0 time Have thanks: 0 time
@ecored I have tried using Altova but it is not giving proper results/output. I have two nodes in which time attributes,I have to club and arrange in single column in ascending order.
@biskot188 If any tool can convert the xml to pdf and rtf with scripts, please let me know.
Thanks for your precious replies. Hope I'll get solution soon from great guys like you. Thanks in advance.
biskot188
Question subject: Re: How to convert xml file to Pdf file using C
Posted: Sun Aug 09, 2009 6:22 pm
Joined: Fri Nov 21, 2008 6:18 pm Posts: 51 Location: thessaloniki Has thanked: 0 time Have thanks: 2 time
i think that abletoconvert might help you.. but not 100 % sure have a look..
_________________ if you want make an effort yourself no one will make it for you... best regards
msi_333
Question subject: Re: How to convert xml file to Pdf file using C
Posted: Mon Aug 10, 2009 4:33 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 57 time
@biskot188
thank you a lot for your reply .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
hgedek
Question subject: Re: How to convert xml file to Pdf file using C
Posted: Sat Oct 03, 2009 2:27 pm
Joined: Mon Jun 25, 2007 3:30 pm Posts: 2 Has thanked: 0 time Have thanks: 2 time
why do you insist on using c I/O.Instead,use visual c++ of course
using namespace System::Xml;
using this lib,you will easily read xml files.
for creating a pdf file i am sure , there are libs.so after reading xml file and creation xmlelements you can create pdf element and save it.
bye.
For this message the author hgedek has received gratitude : msi_333