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
2
votes
1 answer

Adobe PDF Embed apis.gotoLocation() forces pdf to refresh

Adobe PDF Embed seems to always reload the pdf instead of just navigating to the correct page (as changing the page number within the iframe does). Is there a way around this? Code being used: previewFilePromise.then(adobeViewer => { …
winstonth
  • 23
  • 3
2
votes
1 answer

Issue trying to change a loaded PDF in the embed

I'm using the Adobe PDF Embed API and can successfully display a PDF after a user selection. When my app starts up, I initialize a DC View object: let dcView = new AdobeDC.View({ clientId: ADOBE_KEY, divId: div }); And after a user has…
Raymond Camden
  • 10,661
  • 3
  • 34
  • 68
1
vote
1 answer

Domain not authorized to use PDF Embed API though listed as allowed in Adobe console

I am using the Adobe PDF Embed API to display PDFs on my web client. For development I'm using XAMPP with virtual hosts. Since I set up xampp to use SSL encryption locally, I can not get the Embed API to work anymore. I have an API Client Id and the…
1
vote
1 answer

How to preview a file in different pages with one selection in JS

I am making a PDF Viewer. I am using ADOBE View SDK. I have a File input but the problem is that I want to show the file in different views - Full Screen, Half Screen and In-Line. But when the user selects a file and selects a different view the…
Suyash Kumar
  • 113
  • 1
  • 8
0
votes
0 answers

PREVIEW_RENDERING_FAILED - intermittent error Adobe Embed

WE have a site where the Adobe Embed API has been working well for months, but in the last week started popping up with the error PREVIEW_RENDERING_FAILED, which fails to even show an error message, instead we get a completely blank screen, this is…
Modika
  • 6,192
  • 8
  • 36
  • 44
0
votes
1 answer

Client is not authorized for this domain

We are using Adobe PDF embed api to display pfs files in our website I have created the api key in adobe website. It displays de pdf file content but then it stops showing it I'm getting this error on jwt authentication . I have created the right…
0
votes
1 answer

Collaborative settings on Adobe PDF embed API not working using Reactjs

I was trying out the collaborative settings on the adobe pdf embed API using Reactjs. I created a separate SDKClient wherein all the constructors are placed. But still, the profile is set to "Guest". Can someone tell me what am I doing wrong…
0
votes
1 answer

Issue with adobe_dc_view_sdk pdf file preview

I am testing the adobe document cloud view sdk on https://www.thacherandrye.com/dinner , https://www.thacherandrye.com/the-shed , https://www.thacherandrye.com/brunch Sometimes, the file preview is not working and all I can get on the screen is a…
Jatin
  • 1
  • 1
0
votes
3 answers

Adobe Embed API not saving saving

I am using Adobe Embed API (documentation) to embed PDF in web page and allows me to comment, markup, etc. All the files are stored on DigitalOcean Spaces. Issue is that when I modify the PDF then click "Save", it doesn't actually save. Any…
joro
  • 11
  • 1
0
votes
1 answer

Build a feature to get feedback on annotations drawn on pdf using adobe embed

I have some predefined annotations that I'm drawing on the PDF using the addAnnotationsInPDF function. Users are not allowed to make their own annotations. Now I want to build a feature to get feedback on annotations drawn. I'm using Adobe embed API…
Akash Sharma
  • 129
  • 9
0
votes
1 answer

Download pdf with annotaation

Is there any way to download pdf with annotation (using adobe embed api) without opening pdf in viewer? In my application I have download button , if I click on that button then its should start download pdf with annotation.
0
votes
1 answer

Load PDFs from local file share

I'm developing a web app for in-house use and I'm looking for a better way to display PDFs. I've played around with Adobe's 'Work with Local File' example from GitHub, Adobe GitHub Example, and it works great using the file picker to display a PDF. …
0
votes
1 answer

bookmark panel not showing scrollbar on adobe embedded

I am refereing below document for abobe annotation. https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/# I am using below configuration to enable or disable the icons, viewerConfig =…
0
votes
1 answer

Adobe PDF Embed API can not change the pdf (the return of)

I have almost the same problem that in thread "Adobe PDF Embed API can not change the pdf" and "How to use a variable in Adobe's pdf embed API as URL-value?". which both were addressed by Mr Raymond Camden. The only difference is that I am trying to…
0
votes
0 answers

Adobe Embed API - how to add annotations using javascript

I would like to add a box over a specified area of a PDF using Javascript and Adobe Embed API. The documentation is not clear on how to do this. I have page coordinates of where box should be placed, has anyone had success in doing this?
orangeaeons
  • 31
  • 1
  • 5
1
2