Unlock the full value of DC Web with our global community.
Recently active
Just trying to get started with the basics:I copied the 'Copy it Run it' code into our application.var adobeDCView = new AdobeDC.View({ clientId: "OUR CLIENT ID", divId: "adobe-dc-view" }); adobeDCView.previewFile({ content: {location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, metaData: {fileName: "Bodea Brochure.pdf"} });When it runs the spinner shows 'Opening Document 100%' but it throws an error a Promise rejection 'Cannot perform DCAPI command if DCAPI is disabled'.If I click through all the Promise rejections the pdf does eventually display, though any mouse move over the pdf generates more Promise rejections.I must be missing something obvious???I also tried using our own pdf with the url pointing at our AWS location, the spinner shows 'Opening Document 0%' then the promise rejection, the pdf never loads
File size is 1.41GB PDF created i get several errors: 1. Out of memory as per console snapshot below2. Timeout or network error (but it shows 100%) I can also see the full 1.4 network request compelted in abot 50 seconds, so why there is a timeout I do not know, especially when it says 100% below. (but nothing shows)Document opens normally in other PDF programs, just not using the embed api, (other docs work fine which are 300mb or so.I have also turned on enableLinearization: true, which is suppose to start displying the pdf progressible, but in all cases, it waits untill its 100% before it shows (for other working pdfs)What am i doing wrong here?Chrome Latest / Edge latest both the same result.
Hi, I am using the Adobe PDF Services API. I assume data is hosted in the US? Is it possible to choose between EU and US hosting when creating an API key? Thanks.
Hi Team, I am currently using the Embed API for a web application, and i expect high traffic where PDFs might be viewed up to 5000 times per day. I would like to confirm whethre this level of usage is covered under the free tier or i would upgrade to any commercial plan for this volume. Please confirm Thanks,Brindha
Generate document from Word template Between August 12th and August 15th 2024 my reports started leaving variables where a field was not found in the body. My body only includes fields with values, prior to this change the variablelike , {{feature.attributes.`fcomments`}}, would be removed if the field was not found (due to a null value). Now my report keeps the variable {{feature.attributes.`f_3comments`}} . Seems like something has changed on Adobes side. Do I now need to add logic to check to fields?
Hi Adobe community,I want to convert the pdfs in my system to images using Acrobat Services API, but the based in the document if the pdf contains muliple pages it will convert each page to an image. is there an option or way to convert the pdf to single image ? regardless of the number of pdf pages. Many thanks on advance.
We have a bunch of PDFs that contain Native Script to dynamically change the PDF layout based on some data entered into the PDF via a form. Currently we have a Adobe Pro running on a virtual machine; using a bunch of other tools we are able to open the relevant PDF, enter the data, (at which point the Native Script alters the PDF) and then save the updated PDF. This works, but its cumbersome and flaky. Ideally we would do all of this using the PDF Services API. However I cannot find any examples of using PDF templates or PDFs containing Native Script; only creating PDFs from Word etc (bmp, doc, docx, gif, jpeg, jpg, png, ppt, pptx, rtf, tif, tiff, txt, xls and xlsx). Is this possible with the API?
Hello,Today my application is running into this issue with a long conditional phrase. We have not made changes in months to the document or the codebase but this issue seemed to start last night. Have there been changes in regards to this? I am using the Adobe PDF Services SDK and the bad response comes from this line of code:documentMergeOperation.Execute(object); With a response similar to:CONDITIONAL_PHRASE_TAG with name "ExampleTextLongerThan400" of length greater than 400 is not allowed.; I am on version 3.4.0 in .NET.
Hi, I am looking at the .NET PDF Services to extract text from PDFs. I ran the sample with my credentials crated here: Create Credentials My usage report says 16/500. Today everything Itry gets an error 403003 "Client ID is invalid". I went in and created another set of credentials with new sample code just to be sure and used those creds. No change. What am I missing? Thanks,Sean
Is the PDF Embed API completely free for previewing PDFs, or is there a limit on the number of requests after which Adobe starts charging?
Dear Adobe Support Team I hope this message finds you well. My name is Yusuke Murata from MU Inc., a company based in Japan. We have been using your PDF Extract API. About a week ago, we received an email from your company recommending us to apply for a paid plan as we were nearing the free limit of 500 requests. Following the instructions provided, we submitted the application for the paid plan through the form.The email mentioned that we would receive a response within a few days, but it has now been two week without any further communication. I am writing to confirm whether there might have been any oversight. If possible, I kindly request that you review our application submitted last week and consider approving it at your earliest convenience.The details regarding our business have been provided through the input form.We look forward to your favorable response and continued cooperation.Best regards,
My web application is running on a touch screen laptop with a pen (MPP 2.0). It uses Adobe PDF Embed API to view and make annotations to a PDF. However, it is unable to use pen to select text (use pen to point at the text on the screen but the text CANNOT be selected), and therefore resulted in unable to make highlight, underline or strikethrough by pen. But it is OK to use finger to select text. It is OK to use pen to select text if the PDF is directly opened in browser (NOT embeded in Adobe PDF Embed API). It is OK to use pen to select text if the PDF is opened in Adobe Acrobat Reader. It is OK to use pen to add comment and make free-hand writing in Adobe PDF Embed API Is it a defect of Adobe PDF Embed API when using pen on touch screen laptop?
Hi This connector is in preview status does anyone know if there is a timeline for when it will come out of preview. Thanks Emma
We are exploring way to programmatically create portfolio. Is this possible with PDF Services API?
Hi,We have a display problem on IOS18. We get a popup saying “this application domain (my domain) is not authorized to use the provided PDF embed api client id”.But it works on all other browsers or on other versions of IOS. We only get the error on Safari on IOS18.Could this be linked to the fact that the file comes from a sub-domain different from where it's displayed?We have this error in console :
Hi,Could you add support for signed URLs from Google Cloud Storage. Specifically, I need it for the Export PDF endpoint. Reference to other supported providers:https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/pdf-external-storage-sol/
Does anybody know if Adobe has any for of API or SDK for validating pdf signature?I want to be able to validate them according to AATL and EUTL, but cant fint any solutions that does that.So what I am looking for is an api or sdk that does the same as adobe acrobat reader regarding signatures. RegardsThomas
The PDF linked to below contains some logic that updates the images/layout within the PDF based on some values entered into a form within the PDF. Example PDF I'd like to know if it's possible to pass this PDF, along with values for the form to the API and have the API return an updated PDF. e.g.Pass PDF and value 1600 to API. The API returns a PDF tailored to value 1600.Pass PDF and value 2400 to API. The API returns a PDF tailred to the value 2400. I've not found an obvious way to do this but perhaps I'm missing something?Or perhaps this is possible with the Node.js SDK?
Hi team, the attached PDF file failed to parse, when I call the extract PDF api. The error is as follows. code: BAD_PDFmessage: BAD_PDF - Unable to extract content.Status: 400 This file could be opened correctly in Adobe Acrobat Reader.
Hello Adobe Community,I’m encountering a puzzling issue with the Adobe PDF Embed API. My website integrates the API to display PDFs directly on the page, and it has been working fine for most users. However, recently, I’ve started receiving an error on certain devices that states, “The application domain is not authorized to use the PDF Embed API.”Here’s some background on the situation:Implementation: The API is correctly set up with the appropriate client ID, and it functions normally on most devices.Issue: On specific devices, the PDF viewer fails to load, showing an error message about the domain not being authorized to use the API.What I’ve Tried:Cleared browser cache on the affected devices.Tested the site across multiple browsers and devices, with the issue appearing only in certain environments.Confirmed that my domain is registered in the Adobe Developer Console and should be authorized.Verified that my website is served over HTTPS.I’m unsure why this problem is occurring only
Hi Adobe Team,Is there any way to dynamically shade a table cell in Adobe document generation API? I will pass hex code or color in JSON based on what it will color the cell
Hi! I'm using the PDF Embed API with React. And it's working perfectly when I only have embed on the page. But when I try to add another one on the page I get this error in my network tab. I'm using the Full Window mode if that helps. Are there any suggested ways I can solve this issue? Thank you in advance,
Hi Team,I'm using PDF extract API to extract tabular data from PDF file. The extracted CSV file shows some cell is mis-aligned.The symptom is described in "Symptom-Description.pptx".The source PDF file and the extracted CSV file are also uploaded.Can you help suggest why the mis-alignement happens and how I could avoid it.Thank you.
Dear All, We are building an app which utilises Adobe services API to merge documents. However, since this will be used at organisational level and keeping in mind that the transactions could very well be below 500 transactions a month, can we use the free tier.Also, the Enterprise agreement comes at a steep price despite of the usage being low and we end up with unutilised services.Can anyone from Adobe please confirm on this from EU legal perpective that its ok to use the service in free tier if we are under 500 tranaction even at org level in production. Best Regards,Geet
Hello,We are doing some heavy testing of our implementation of the PDF Embed API in our web site and have found that when embedding a pdf document with the latest iOS version, iOS 18, there is some very strange behavior. The document initially loads for less than a second, and then a modal overlay displays reading the following: File preview not availableThis application domain ([DOMAIN]) is not authorized to use the provided PDF Embed API Client ID. NOTE: This should not be a Domain/Client ID authorization issue as we are using the same already provisioned domain as when testing in other working device/browser combinations. This seems like a bug. Is this known and/or will it be addressed? Please let us know as soon as possible.Thank you!Fred
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.