hi everybody,
how can format of file be converted to other format through c# code?
eg. xml to doc,htm,pdf
doc to xml,htm,pdf
pdf to xml,htm,doc
htm to xml,pdf,doc
any help would be appreciated.
thanks in advance.
praveen pandey
Loading
TimothyPosted Nov 6, 2014, 3:50 AM
Dorothy TincherPosted May 8, 2014, 4:54 AM
- Convert between Word files and HTML files in C#
- Convert from HTML file into a PDF file in C#
- Convert from Word file into a PDF file in C#
But for an XML file I'm not sure what kind a conversion you would like to achieve, would you like to create a table that will contain XML data or just plain XML content written inside a documents. Also what kind of XML are you expecting to get from Word or PDF documents?rebecca yangPosted Sep 13, 2013, 4:29 AM
Aleksey NagogaPosted Oct 24, 2006, 6:23 PM
Besides the question itself is very vague: an XML file IS already a text file, and technically you can make any text file to be an XML, just surround it with