Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to read and save a server-side pdf with adobe in a client-side web browser ? (plugin, applet / java servlet, …)

New Here ,
Mar 22, 2018 Mar 22, 2018

Hello,

My need is:

  • read a pdf present on a server to display it in a web browser
  • the user can add tooltips, change the order of pages, delete pages, ... and changes must be save server side

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.

The environment is : intranet, tomcat, java, jsp, internet explorer

Do you know how I can do this with Adobe ? (Plugin, ...)

Thanks

873
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2018 Mar 24, 2018

Adobe doesn't offer anything that can do that. It would require a custom-made solution, if it's at all possible.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 26, 2018 Mar 26, 2018

Adobe Acrobat DC | Adobe Document Cloud seems to meet the need utility (adding tootips, rearrange pages, delete pages, ...) but how to modify the reading/saving of pdfs directly with the server-side ? Can we change the default event of this button ?

=> It's a solution to integrated directly in Internet Explorer (Use Adobe plugin ? applet ?...)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 26, 2018 Mar 26, 2018
LATEST

You add a submit button to a PDF that will send the data back to the server, and then use a service (written in PHP, for example) to capture that data and save it locally, but you can't do it directly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines