Switch to full style
For C/C++ coders discussions and solutions
Post a reply

How to convert xml file to Pdf file using C

Fri Jun 05, 2009 5:47 am

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.




Re: How to convert xml file to Pdf file using C

Wed Jul 22, 2009 5:28 pm

you mean you need a source code witch makes this conversion?

Re: How to convert xml file to Pdf file using C

Thu Jul 23, 2009 3:35 am

@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.

Re: How to convert xml file to Pdf file using C

Sun Aug 09, 2009 6:22 pm

i think that abletoconvert might help you..
but not 100 % sure have a look..

Re: How to convert xml file to Pdf file using C

Mon Aug 10, 2009 4:33 pm

@biskot188

thank you a lot for your reply .

Re: How to convert xml file to Pdf file using C

Sat Oct 03, 2009 2:27 pm

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.

Post a reply
  Related Posts  to : How to convert xml file to Pdf file using C
 Encrypt/Decrypt a file from source file to target file.     -  
 Copy file to file in java code- implementation     -  
 getting file name of html input file tag using jsp     -  
 file descriptor vs file pointer     -  
 C++ File I/O     -  
 web.xml file     -  
 Append to file using php     -  
 copy file     -  
 j2me io.File     -  
 Close a file in php     -