Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

How do i convert doc file to pdf in c#

user may upload any doc file or pdf if user uploads doc file then i want to convert that doc file to pdf and show in the user browser.i googled but i did not suitable solution for this problem can anyone solve my problem



thanks in advance
syed
Posted
Comments
[no name] 22-Feb-14 8:15am    
how can i save a word file in pdf format..please give me solution.
[no name] 22-Feb-14 8:19am    
or how i can display a word doc as pdf in browser

 
Share this answer
 
Comments
[no name] 22-Feb-14 6:58am    
my uploaded file is in word format i want read content and display in pdf format in browser
Maarten Kools 22-Feb-14 7:15am    
So you convert the doc to a pdf, using one of the links above and return it to the client. No?
ITextSharp[^] is a library that can help you achieve doc to pdf conversion.
Note that this feature may not be free and you will have to buy the library,
 
Share this answer
 
Comments
[no name] 22-Feb-14 7:43am    
Thanks
Abhinav S 22-Feb-14 8:04am    
Vote if it helped.

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