Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to convert word file into pdf format in C# .net windows application with out any dependency of any software
Posted
Updated 16-Dec-11 8:06am
v2

There are many 3rd party libraries for this, such as iTextSharp[^]
 
Share this answer
 
It depends on what API can you use. If you can rely on installed Microsoft Word, you can have available "Save As PDF" add-on installed as well, then the solution is pretty simple: http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically[^].

—SA
 
Share this answer
 
Have a look at below links where similar question is discussed
Convert .xls,.doc files to PDF with C#[^]
Convert word doc to pdf[^]
and this CP article PDF creation using C# (and Office) from RTF/DOC files[^] might help you.
 
Share this answer
 
v2

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