My need is:
- read a pdf present on a server to display it in a web browser
- save the modifications of the pdf (made by the user) on the server
Currently, I'm using an independent applet that uses a servlet to open a connection between the client and the server. This allows you to read and save the pdf as a byte stream.
I need to do it with Adobe. Do you know how I can do this? (Plugin, ...)
Thanks
environment: tomcat, java, jsp, internet explorer