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

Embedded PDF not saving back to webserver

New Here ,
Nov 24, 2020 Nov 24, 2020

I am trying to check whether adobe document services can be used to handle some requirements in my organisation 

My requirements were

1. Show PDF from my webserver (asp.net MVC )  in a webpage : Done thanks

2.Allow Users to add sticky notes and other annotation to the appove pdf  : Accomplsihed

3.Save back the File to the webserver: Problem here 

The sample provided in github doesn't says how to send PDF with changes from client side to  server side

What I tried is sending the content in SaveApi to controller action and converting it as PDF ,it corrupted

.Attcahing below  the code I done,Hope someone helps

 

 

My requirement wi

 

979
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 ,
Nov 24, 2020 Nov 24, 2020

I have an example of saving the modified PDF at this CodePen. The PDF "content" is a ByteArray which I convert to a Base64 blob and then save locally but as base64, you can send it wherever you like. The trick is, you don't want this to execute every time the PDF is modified which is what triggers the Save API. Instead, use the Save API to recreate the object to be saved and then attach the actual save to server action to some other UI element. 

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 ,
Nov 25, 2020 Nov 25, 2020
thanks a lot it is working
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 Beginner ,
Jul 21, 2025 Jul 21, 2025

Hey, sorry this is from a while ago but I just started using the pdf embed api but I'm not seeing any documentation for any of the functionality like AdobeDC.View.Enum.CallbackType.SAVE_API of the save options. Where can I find that? Thanks

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 ,
Jul 21, 2025 Jul 21, 2025

Take a look at the code at the CodePen linked above.

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 Beginner ,
Jul 21, 2025 Jul 21, 2025

I'm looking for official documentation. I wanted to see what all api's are available

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 Beginner ,
Jul 21, 2025 Jul 21, 2025

I'm looking for official documentation. I wanted to see what all api's are available

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 ,
Jul 22, 2025 Jul 22, 2025
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 Beginner ,
Aug 13, 2025 Aug 13, 2025
LATEST

Thank you!! I actually didn't realize when scrolling that the left navigation was not including the current page. User error. My bad

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
Resources