how to write contents in a word doc or pdf in c#

Posted by Arunachalam on Stack Overflow See other posts from Stack Overflow or by Arunachalam
Published on 2010-06-06T15:17:29Z Indexed on 2010/06/06 15:22 UTC
Read the original article Hit count: 260

Filed under:

how to write contents in a word doc or pdf in c#

like if i want to write some daily reports generated into word doc or pdf ..in unix we can just pipe the out put to text file can we do that in c# .i know that using string builder we can write the contents to text files can we write the contents to a doc or pdf format ?

© Stack Overflow or respective owner

Related posts about c#