『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
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
something is wrong with the adobe pdf embed. it was working fine until a few days ago and suddenly i have many users complaining that they can no longer read document. the pdf starts to load up correctly and then it stops and does not load up anything else. no error message is displayed anywhere.
Hi, when entering the console and to the PDF Embed viewer project I get this message -We have detected that your organization is no longer entitled to the following APIs and services that were added to this project - PDF Embed API.And when trying to use annotations it says there's no permissions for that.
I have been trying to customize the Adobe Pdf Embed Api UI. I know from looking at the documentation, that you can pass in config options to turn off ui elements. How do I disable the undo/redo buttons, since I couldn't see anything on the docs that mentioned itopenPdf() { const viewerOptions = { showDownloadPDF: false, showPrintPDF: false, showLeftHandPanel: false, showThumbnails: false, enableAnnotationAPIs: true, includePDFAnnotations: true, showAnnotationTools: true, dockPageControls: false, showDownloadPdf: false, enableLinearization: true, } try { this.adobeDCView ?.previewFile( { content: { location: { url: this.url, }, }, metaData: { fileName: 'File', id: 'pdf-1' }, }, viewerOptions ) } catch (ex) { console.error(`
It seems that the display size of the Sized Container has been changed.Previously, the uploaded PDF files were displayed fitting within the container, but at some point, they started to be displayed in an enlarged manner. Does anyone know how to resolve this issue? Customize Sized Container Embed Mode - Adobe PDF Embed API Demo Even on the official page, a scrollbar appears, indicating that there seems to be a change in the specifications, but we have not received any notification about it.
Hello everyone, I'm building my portfolio, which is made of a main page containing a right div where an object loads the requested pages. I'm using the PDF embed API and it's working fine from a PC - I tested it on Chrome, Edge, and Opera - but, when I test it on a mobile device, I get the error saying 'This application domain (my website URL) is not authorized to use the provided PDF Embed API Client ID. More than that, by logging into the console a message says 'We have detected that your organization is no longer entitled to the following APIs and services that were added to this project - PDF Embed API.', but I am the only person in the organization and I have not applied any change. Thank you to anyone responding.
I believe that the plan will switch to a pay-as-you-go system after the free trial ends, but is it possible to register my credit card information before that happens?
無料トライアル終了の通知メールはいつ頃届きますか?
Hello community. Hope you are all fine.I need your help because i'm keeping gettting "Promise { <state>: "rejected", <reason>: "Annotation APIs not enabled." }" . My script aimed to retreive updated data from fillable PDF file. This is my scricpt. <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { let res=null; var adobeDCView = new AdobeDC.View({clientId: "d146718832cf4e97afcd8b6e27fb967b", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "pdf.pdf"}}, metaData: {fileName: "Bulletin d'adhésion ",id: "aeef47fe-c473-4a6c-9e78-ec23d7790837"} }, { embedMode: "FULL_WINDOW", defaultViewMode: "FIT_PAGE", enableLinearization: true, showDownloadPDF: true, showPrintPDF: true, showLeftHandPanel: false, showAnnotationTools:
How to set creator name in annotations in PDF Embed API??I don't find anything about set creator name.
I use adobe pdf embed api viewer in IN_LINE mode and cannot separate pages with css. For some reason the selectors I use do not update the document. But when I use the same css selectors in the browser's inspector the pages are separated. I also have to mention that the document is generated with the below js scriptfunction displayDocument(fileName, clientId, arrayBuffer, embedMode) { var adobeDCView = new AdobeDC.View({clientId: clientId, divId: "adobe-dc-view-id"}); adobeDCView.previewFile({ content:{promise: Promise.resolve(arrayBuffer)}, metaData:{fileName: fileName} }, {embedMode: embedMode}); } where the content is an arrayBuffer Can you suggest a way to separate pages with IN_LINE mode?
無料トライアルを利用しているのですが、サービス使用状況はどこで確認できますか?
Hi, im getting error when using the pdf operations (document generations, createpdf,extractpdf) I'm getting this error{ "reason": "Validation error Request id: d2vhiGMagS744w1phjdoUabqcvThHFW6.", "message": "Bad Request"} please help me 😞
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.