Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi

i have windows application with separate file format that app.

like PDF,image,doc Editor So i want the same in Web application.

please help me.

What I have tried:

i have try for pdf editor alone but i want all in one, how to generate UI for that application.
Posted
Updated 25-Mar-16 5:27am

You can't really convert one to the other as they rely on totally different underlying frameworks, you're just going to have to re-write your app as a web site. Editing PDF files etc are hard things to do as websites though, and generating documents like PDF files is one of the most commonly asked questions so google what libraries etc are out there to help you.
 
Share this answer
 
This isn't a question we can answer, it's far too big for a little textbox!
And to be honest, it's a major job - you can't just grab C# Winforms or WPF and "make it a web app" - for one thing, the bulk of the user input can't even be in C#, it's going to have to be in Javascript for responsiveness.
They are totally different environments, and what works in one will not work directly in another!
 
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