Questions tagged [adobe-embed-api]

This tag is for questions related to Adobe's PDF Embed framework that allows for web-based embedding of PDF documents.

This tag is for questions related to Adobe's PDF Embed framework that allows for web-based embedding of PDF documents.

29 questions
0
votes
1 answer

Python remove shapes from a pdf

In my setup, I have a student submit a pdf, and the teacher can annotate the pdf using the adobe embed api. This really nice since the teacher can create and delete comments. However, take the example case where a student writes their answers on a…
0
votes
1 answer

Save new pdf to server using Adobe Pdf Embed API

I got this code here https://codepen.io/practicalPDF/pen/eYBOpEm Basically, after annotating or commenting on a pdf, it helps you download the new pdf. I tried modifying it so that when I save the commented pdf, it goes to my server instead of…
0
votes
0 answers

Adobe PDF Embed API returns "PREVIEW_RENDERING_FAILED" error

I am using PDF Embed API to embed pdf files, but some pdf files are not loading. Random files not opening. Moreover, I got this error "PREVIEW_RENDERING_FAILED" in the browser console. PDF viewer window loads continuously and shows the below…
0
votes
1 answer

Is it possible to create custom annotations in adobe embed api

Trying to change the title of the annotation menu and pop up from Add Sticky Note to something else, has anyone created custom anotations? I need to create a custom menu item to create an annotation, is this possible?
0
votes
1 answer

How to generate automatically ClientID for Adobe PDF Embed API

I have developed a jira-plugin that can be installed in many instances of jira having different domains. Is there any API or another way to generate the client ID's automatically that I can use it in my plugin-code-source by giving her only the…
fi_imene
  • 3
  • 1
0
votes
2 answers

How to use a variable in Adobe's pdf embed API as URL-value?

I use the Adobe PDF Embed API (https://www.adobe.io/apis/documentcloud/dcsdk/docs.html?view=view) to display pdfs within modals on a site of mine. As I want the modals to only change in one tiny detail (the file-url of the pdf displayed there) I…
Daiaiai
  • 1,019
  • 3
  • 12
  • 28
0
votes
1 answer

Adobe PDF Embed API Save Content To Base64

Using Adobe PDF Embed API, you can register a callback: this.adobeDCView = new window.AdobeDC.View(config); this.adobeDCView.registerCallback( window.AdobeDC.View.Enum.CallbackType.SAVE_API, (metaData, content, options) => { }) Content is…
user1779362
  • 1,012
  • 1
  • 12
  • 29
0
votes
1 answer

Is the PDF sent over the network with Adobe Embed API?

I would like to use the Adobe Embed API to display PDF in an enterprise internal application. But I'm wondering if the PDF itself is sent to the Adobe servers? Since the documents are strictly confidential, that would forbid me to use this API.
LaurentG
  • 11,128
  • 9
  • 51
  • 66
0
votes
1 answer

adobe-dc-view dynamic URL

I want to get the file from the code behind in c# with adobe dc view , and i don't know how to do it , and i don't find examples on internet. If anyone can help , here is The code
Bennani HAMZA
  • 163
  • 2
  • 10
0
votes
2 answers

How to embed PDF from remote service into html page?

I'm developing a UI that interfaces with an existing back-end service. The UI needs to make a call to the back-end server for a PDF file that will either be displayed on the existing page or in a new tab. I've tried all the options I've seen…
RHarris
  • 10,641
  • 13
  • 59
  • 103
0
votes
1 answer

How Can I Pass String Variable to Anonymous Adobe View SDK Script?

I have a very basic knowledge of javascript and I have been unable to find a solution for my specific use of the Adobe View SDK API, though it seems like there should be a way. I am working on a web page to show newsletters in the pdf viewer. I…
spock9458
  • 1
  • 3
-1
votes
0 answers

Adobe PDF Embed API failed to render pdf on mobile browsers/view

I'm facing some issues with rendering pdfs on mobile view/browsers, hoping to consult if there is any workaround. What I did I cloned from the React Samples here. Using my own sample pdf and importing it locally in the code, I got it embed mode:…
tidbit0519
  • 19
  • 3
-1
votes
1 answer

PyMuPDF (Fitz) QuadPoints for re-use in the Adobe Embed API

I am trying to extract annotations from a PDF and then use that data to 'Cherry Pick' the annotations we require to display them in a clean version of the PDF using the Adobe Embed API. We are getting data fine from the PDF using PyMuPDF however…
Justin Erswell
  • 688
  • 7
  • 42
  • 87
-2
votes
1 answer

Any Case Adobe Embed - API Key (Client ID) Will Be Expired?

I am new to Adobe PDF Embed API.In any case, newly created API Key (Client ID) will be expired or Usage will be stopped ?
1
2