Questions
Als letztes aktiv
無料トライアル終了の通知メールはいつ頃届きますか?
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>
Hey I created an account in adoby for using firefly via API but the option is disabeld and I cant find the correct way to fix it.
I have a document generation process that is working currently, but for some reason there is a random gap between photos and the next question. Any idea why this is? My only assumption is that it has something to do with the size of the photo, if this is the case is there a work around? Attached are a copy of the document, the data being input, and the document after generation through the postman api
We had a update recently. New features include: * The ability to use base64 in inline images as well as height and width. * An update to the Postman collection irt external storage examples. You can find this in the release notes here: https://developer.adobe.com/document-services/docs/overview/releasenotes/#august-23-2024-added-new-features-for-document-generation-api-and-updated-acrobat-service-api-postman-collection
Hi, I want to replace a smart object in a layer of my PSD file with a png image the same size as the layer to be replaced. But I get an Internal Error message. I make a POST to https://image.adobe.io/pie/psdService/smartObject with this json: { "inputs": [ { "storage": "external", "href": "myurlpath/7043086_522_c.psd" } ], "options": { "layers": [ { "name": "SmartObject", "locked": true, "visible": true, "add": { "insertAbove": { "id": 0, "name": "string" }, "insertBelow": { "id": 0, "name": "string" }, "insertInto": { "id": 0, "name": "string" }, "insertTop": true, "insertBottom": true }, "input": { "storage": "external", "href": "myurlpath/Files/imagen_para_reemplazar1.jpg" }, "bounds": {
Hi,I am using an iframe to render PDF in div tag as per the documentation. I have included my registered client id for my pdf embed api. I have also included embed mode as Inline and showAnnotationTools: true. Still I do not see Annotation tools appearing on PDF viewer. Below is the code I am using- <div id="adobe-dc-view" style="width: 800px; box-shadow: 1px 1px 10px 1px #dadada;"></div> <script type="text/javascript" src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> /* The PDF embed mode option here */ const viewerConfig = { embedMode: "IN_LINE", showLeftHandPanel: true, showAnnotationTools: true, showDownloadPDF: true, showPrintPDF: true, showPageControls: true }; document.addEventListener("adobe_dc_view_sdk.ready", function () { /* Initialize the AdobeDC View object */ var adobeDCView = new AdobeDC.View({ /* Registered client id */ clientId: "&
Hello, We are trying to implment error handling in the event of a client inputing an incorrect ClientId/API Key, or in the off chance that the Adobe Embed Service is down. Is there any callback or way inside the sdk to watch for/manage errors? For the ClientID/API Key, we can see that https://viewlicense.adobe.io/viewsdklicense/jwt is called and fails in the event of a bad key, however we do not see any way to hook into this to provide additional customer messaging. Thank you.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.