Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Take a look at the code at the CodePen linked above.
Copy link to clipboard
Copied
I'm looking for official documentation. I wanted to see what all api's are available
Copy link to clipboard
Copied
I'm looking for official documentation. I wanted to see what all api's are available
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thank you!! I actually didn't realize when scrolling that the left navigation was not including the current page. User error. My bad
Find more inspiration, events, and resources on the new Adobe Community
Explore Now