Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
i need to convert word, excel or image format to pdf format through asp.net with c# can any one provide me solution to this problems
Posted
Updated 10-May-11 21:09pm
v2
Comments
Tarun.K.S 11-May-11 3:46am    
Try System.IO.ChangeExtension method. It won't exactly "convert" but will change the extension to what you like.

 
Share this answer
 
Comments
gowthammanju 11-May-11 5:39am    
can u ply code me some sample files of pdf to word conversion in c# with asp.net
Ashishmau 11-May-11 5:50am    
Firstofall u should clear with ur question..
u want word to pdf OR pdf to word..be more specific.
gowthammanju 11-May-11 6:42am    
sry dude ! i need word to pdf conversion must take place in asp.net
gowthammanju 11-May-11 6:44am    
can u code me some samples projects based on this question
Sergey Alexandrovich Kryukov 11-May-11 15:19pm    
Good enough, my 5.
--SA
"Any file format"? This is simply ridiculous. Be logical. Just forget it.

—SA
 
Share this answer
 
Comments
gowthammanju 11-May-11 3:08am    
file format includes word,excel,or image files tat's it
Sergey Alexandrovich Kryukov 11-May-11 15:17pm    
That's better. Always specify what exactly you need.
--SA
gowthammanju 11-May-11 3:12am    
if i upload a word or excel file then it must be converted to pdf through asp.net with c# can u provide me a solution for this
Sergey Alexandrovich Kryukov 11-May-11 15:18pm    
I agree with Ashishmau, iTextSharp should help.
--SA
gowthammanju 12-May-11 0:17am    
i too tried it but i am getting error .............can u provide me any links
Ya i got the solution please refer to followimg articles which converts



http://www.dotnetspark.com/kb/4175-pdf-converter-asp-net.aspx
 
Share this answer
 

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