Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want coding of convert doc file into pdf in asp.net

i used this code Convert Word-Documents to PDF on an ASP.NET Server[^] but it not work wall is only show form only
Posted
Updated 11-Jun-11 21:25pm
v4
Comments
Sergey Alexandrovich Kryukov 12-Jun-11 3:03am    
OK, where is your question? Any effort?
--SA
Shahriar Iqbal Chowdhury/Galib 12-Jun-11 4:43am    
just saying not working wont help to understand the problem, share the code pls
thatraja 12-Jun-11 6:17am    
What's the error message?, always include that in your question

1 solution

The easiest, most reliable, way is to install a PDF writer pint driver, and print each of your word docs to it.
Any other solution needs you to understand both Word and PDF formats and the various elements each can contain.

Google[^] can help you here.
 
Share this answer
 
Comments
mohit.a44 12-Jun-11 4:15am    
it is not solution

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