Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

Users can upload word document and those are saved in project folder.

My requirement is user can edit and save uploaded word document in browser. After save the word content need to export it as pdf.

Any ideas will be appreciated.

Thanks,
Ajay.

What I have tried:

I have tried to convert word document content to html and showing it in editor. But images and some alignments are not properly coming. I have used Syncfusion, Aspose but those not give me correct solution.

I have also checked for Microsoft apis but those need to be save file in cloud, in my requirement file must be save in project folder not in onedrive, sharepoint, cloud etc.
Posted
Updated 29-May-23 20:32pm

1 solution

Based on how you ask this question strongly suggests that you need to use a 3rd-party library. Here is one that I recommend: ASP.NET Core Word Processor | WYSIWYG Document Editor |Syncfusion[^]. They have a Community License[^] that you most likely will qualify for.
 
Share this answer
 
Comments
ajay.raju531 30-May-23 2:51am    
Thank you for your quick response, If word document contain oledb objects it is not showing properly. Showing red cross in that place.
Graeme_Grant 30-May-23 3:06am    
Rather than speculate, try out the 3rd party library, and read their documentation.
cmarcotte 1-Jun-23 20:37pm    
But, why in a browser ? As far I can think it is probably a bad solution, even if it is to reduce costs.

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