Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a file control to upload PDF document to database. But If user uploads word, it should convert word to pdf and save it in server as PDF any ideas?
Posted
Updated 14-May-19 5:30am
Comments
Thavest 26-Apr-16 8:35am    
You'll need to do that convertion on your server side, for example you should probably take a look at this sample of converting Word to PDF in C#.
The code uses a .NET library for word documents.

1 solution

Hi,

Have a look here:
http://stackoverflow.com/a/608153[^]
 
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