Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a rictextbox editor, in which i want to open/load a pdf file , edit it and save with the same format.


I came through many forum explaining converting richtext content to pdf but instead I need to load the pdf file with in the richtextbox editor itself.

So , I kindly request please suggest me to how to implement this using Asp.net MVC pattern.



What I have tried:

I have implemented the richtext box which is loading the plain text as well same as word format.
Posted

1 solution

Simple. You don't.

The TextArea tag in HTML has no clue what a PDF file is and cannot edit them.

You're going to have to find a 3rd party component that does this, though I doubt there is one because of the complex nature of PDF files and editing them.
 
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