C# .NET - word to PDF convert
Asked By mostafa hamdy on 17-Oct-10 07:08 AM
Hello all
I want to make some application in C# which convert from MS Word (.doc) to a PDF file , is there any body know somw liberary in C# or other that it can help me in doing that , please if any body know send me or tell me about some url may help me in doing that
Regards
Mostafa
Vasanthakumar D replied to mostafa hamdy on 17-Oct-10 08:15 AM
Hi,
you can crate PDF using ITextSharp components... check here
http://www.codeproject.com/KB/graphics/iTextSharpTutorial.aspx
Regards,
Vasanth