Click here to Skip to main content
15,885,818 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Respected Sir,

I want to convert XML file to PDF File in c#.

plz Help me.
XML File
XML
<?xml version="1.0" encoding="utf-8"?>
<DocumentElementName>
<Test>
<C0>Mini</C0>
<C1>2</C1>
<C2>1957</C2>
<C3>324</C3>
<C4>192</C4>
</Test>
<Test>
<C0>Mini</C0>
<C1>2</C1>
<C2>1957</C2>
<C3>324</C3>
<C4>192</C4>
</Test>
<Test>
<C0>Mini</C0>
<C1>2</C1>
<C2>1957</C2>
<C3>324</C3>
<C4>192</C4>
</Test>
<Test>
<C0>Mini</C0>
<C1>2</C1>
<C2>1957</C2>
<C3>324</C3>
<C4>192</C4>
</Test>
<Test>
<C0>Mini</C0>
<C1>2</C1>
<C2>1957</C2>
<C3>324</C3>
<C4>192</C4>
</Test>
</DocumentElementName>
Posted
Comments
ZurdoDev 5-Jul-13 8:23am    
OK. Where are you stuck?
connect2manas 5-Jul-13 8:24am    
don't have any idea.
ZurdoDev 5-Jul-13 8:29am    
Search for a pdf dll. A popular one is itextsharp. You can use it to create pdfs.
connect2manas 5-Jul-13 8:32am    
i had gone through the link: but not happening.
http://www.dotnetfunda.com/forums/thread2904-convert-xml-to-pdf-using-itextsharp.aspx
ZurdoDev 5-Jul-13 8:33am    
What does that mean? Not happening? How can we help you then?

Take a look at my article: Creating PDF documents from XML[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900