Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
Hi all, am developing my final year project; a web based cloud storage system.
I want to include full document processing functions like
---Create and edit MS Word doc
---Create and edit MS Excel sheets
---Create and edit PDF

I need a free or paid API that can do this using a GUI, all the API i've found only uses code to manipulate. Pls help me with facts and ideas because am running out of time. Thanks
Posted
Comments
Krunal Rohit 2-Oct-15 7:16am    
Anything tried so far ?

-KR

Look at the Open XML SDK for Word and Excel documents, or itextsharp for PDF files.
 
Share this answer
 
Take a look at this CodeProject's article:
List of 3rd Party .NET UI & Reporting Components[^]

I believe DevExpress, Telerik and Syncfusion have the UI controls that you're looking for, but nevertheless you should go through that list either way because it is possible that you'll find others as well.

I'm afraid I cannot comment or recommend you any of them, but you can find out what people recommend on internet (for example on StackOverflow).
 
Share this answer
 
Thanks all. I finally got to use DevExpress ASP.NET control trial edition.
 
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