I want to convert word document to pdf.
i found lots of solution using office dll. But i want a solution using free third party dll because in office dll there must be office installed. so on my server there is'n office installed.
Is there any free third party dll???
EDIT: Oops, looks like you do have to have office installed. One of the comments in the second link mentions using OpenXmlPowerTools.HtmlConvertor and iTextSharp to convert the document into HTML, and then going to a PDF. Good luck with that!
If you're using .docx files, check out DocX:
http://docx.codeplex.com/
Then take a look at this blog post for an example on using DocX to convert to PDF:
Converting .docx into (.doc, .pdf, .html)
Hope this helps. I'm not aware of any free solutions that will work with older versions of Word (.doc).