Unlock the full value of DC Web with our global community.
Recently active
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 😞
Hi community,would really appreciate the swarm knowledge to help me solve my riddle. I want to use Adobe Extract PDF API from within a SAP ERP report I am currently coding. I implemented all steps as I have tested them in Postman, all working fine there.In SAP I encountered the problem during the put method to upload the PDF (as binary data), that the response was always the below 403 Forbidden. I installed a certificate in STRUST for *s3-accelerate.amazonaws.com, but that may be wrong according to the error? Thanks,AndréHTTP/1.1 403 Forbidden content-type: application/xml transfer-encoding: chunked connection: keep-alive x-amz-request-id: ZTRKGBT40HVN0Z8G x-amz-id-2: kzGtEYfihTEbHdLgRpXZTdON6LjRedpowTMcfqIUy5pmPh1TApz2qsfG55ACAiq0HzYygAElfug= date: Thu, 19 Sep 2024 14:36:43 GMT server: AmazonS3 x-cache: Error from cloudfront via: 1.1 4b69099d64ffa1fbe8adbe1235065a14.cloudfront.net (CloudFront) x-amz-cf-pop: FRA56-P7 x-amz-cf-id: pOWNrsQdiJAlOGEQRq_byitxjoZmRJpKozbgYrOWMEXUbKka6_m
現在、無料レベルの無料トライアルを使用しているのですが、トライアル終了後の従量課金制に移行する前にクレジット情報を登録できますか? また、使用したトランザクション回数はどこで見れますか?
Hi all, I read the following page: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/ocr-pdf/ It says "Optical character recognition (OCR) converts images to text so that you and your users can fully interact with the PDF file. After performing OCR, the PDF may be fully editable and searchable.". I used a very simple PDF which includes a picture of mouse and a text that says "MICE", and I followed the documentation here: https://developer.adobe.com/document-services/docs/apis/#tag/OCR to perform OCR for the simple PDF file. I download the processed PDF file, and I found out that the text "MICE" included in the generated PDF is now seachable, but not editable by using Acrobat. The page linked to the first link says "the PDF may be fully editable and searchable". Is it possible to perform OCR so that the text can be editable, not just seachable? Thank you!
Hi, I tried the api and it is great for tables. It would be nice to extract the text from the images as in some cases it can contain important information. Is there any other tool that can be used together? Thnak you
I use Adobe PDF Services API for Microsoft Power Automate and want to convert an e-mail into a PDF. Is that possible? I could not find an e-mail file format in the list of convertable files. Which e-mail file format (eml, msg ...) can be converted into a PDF with Adobe PDF Services API for Microsoft Power Automate?
Hello guys, I have case, so for some reason I need to hide the comment pannels on `annotationManager` and it must `enableAnnotationAPIs` enabled, but when I try to edit page the save button doesn't loaded, but when I disable `enableAnnotationAPIs` the save button is appear again. Anyone know how to make the save button loaded even I enableAnnotationAPIs? I'm using laravel in my project, here is the code<script type="text/javascript"> const config = {!! json_encode($this->pdfConfig) !!} const clientId = "{{ $this->pdfKey }}"; const urlToPDF = "{{ $this->pdfUrl }}"; const pdfFileName = "{{ $this->pdfName }}"; const rand = "{{ $this->rand }}"; const saveOptions = { autoSaveFrequency: 0, enableFocusPolling: false, showSaveButton: true } function fetchPDF(urlToPDF) { return new Promise((resolve) => { fetch(urlToPDF)
Hello community,I always encounter the same error when I try to extract text from a PDF. During the first one or two attempts to get the job result, this error occurs. I have to retry three times to continue the program and extract the text, and it succeeds after a couple of tries. Is this expected, or am I doing something wrong?SdkException: description =Request could not be completed. Possible cause attached!, requestTrackingId=(<class 'requests.exceptions.ConnectionError'>, ConnectionError(MaxRetryError('HTTPSConnectionPool(host=\'dcplatformstorageservice-prod-us-east-1.s3-accelerate.amazonaws.com\', port=443): Max retries exceeded with url: /...%40techacct.adobe.com/2bfe418e-cb4...?X-Amz-Security-Token=some long token. (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb05cc3c040>: Failed to resolve \'dcplatformstorageservice-prod-us-east-1.s3-accelerate.amazonaws.com\' ([Errno -3] Temporary failure in name resolution)"))')), <traceback
I'm trying to convert the PDF to PDF/A using C#. Having a CAcroAppPrefs reference issue. There is no clear documentation for which library has CAcroAppPrefs class. If anyone experiences this issue please help me with this.
HelloI successfully used the Adobe PDF services API to export DOCX from several PDF examples.Now I am trying to use the service to export and import PDF FORM data but it keeps crashing because the "CREATE a PDF JOB" step returns a 401 error. I have tried:1. three different PDF forms2. created a custom, simple, 2 field PDF form The Header is the same as the EXPORT PDF API but the body is JSON as follows: {"assetID": "%Asset%","jsonFormFieldsData": {"DOB": "10/10/1989","Name": "Amir Ramin",},"notifiers": [{"type": "CALLBACK","data": {"url": "https://dummy.callback.org/","headers": {"x-api-key": "dummykey","access-token": "dummytoken"}}}]} any help is appreciatedthanksRamin
I have a PDF (998 pages) where the pages are split into multiple documents with SplitPDFJob. When I try to run ExtractPDFJob, I get the error: "Error: BAD_PDF - Unable to extract content: filename.pdf".Using NodeJS @adobe/pdfservices-node-sdk 4.x.
Hi there, I am trying to set up a workflow that automatically saves my Adobe Scans (which are uploaded to my Adobe Document Cloud) on OneDrive (Business) or Sharepoint.In the environment I can see that the connection with the Adobe Document Cloud and OneDrive has been successfully established.To get the docs from Adobe, I chose the Trigger "Adobe Creative Cloud - When an asset is added". However, for some reason, I get the following error message (Bad Gateaway): "The remote name could not be resolved: 'ms-flow-facade.adobe.io '" Inputs:{"host":{"apiId":"subscriptions/b1b36c61-d929-4258-8ace-6d31523e9820/providers/Microsoft.Web/locations/uksouth/runtimes/uk-001/apis/adobecreativecloud","connectionReferenceName":"shared_adobecreativecloud","operationId":"WebhookSubscribeToAssetCreatedEvents"},"parameters":{}} Outputs (here is the error):{"statusCode":502,"headers":{"Access-Control-Allow-Origin":"*","Date":"Tue, 21 Jun 2022 05:25:20 GMT","Content-Length":"85
Is it possible to incorporate PDF Services API into a commercial service? If there are any documents outlining the terms and conditions, could you please provide them?
I'm using embedMode = 'FULL_WINDOW', however the annotation tools don't show up on a few different Android tablet devices that I have access to (Lenovo P11 and Amazon Fire tablets), but they do show up on an iPad Pro. May ask if it is using a whitelist of devices and can we add a device to it if so? Or alternatively is there a workaround to have full capability on Android devices>
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.