Unlock the full value of DC Web with our global community.
Recently active
Hi,Can i attach more than one domain to a single client id?We have den and prod in defferent domains:www.xx.com, dev.xx.com
I am having issues getting the Extraction SDK to return complete text from a provided PDF. I am using the .NET Core sample projects. I have tried all of the extraction examples and the returned Json only returns a bit of the PDF header text and some footer text. The PDF has a table in it, but the text is all selectable, so it's not an embedded image. I can't find any other configuration settings that impact the response from the extraction call. Any guidance is appreciated.
Hello team;I am writing here because the community has referred me to this thread for the third time. I need help with a "print" instruction in my own code.In my code, I have created a tool that allows me to edit and lock my own reports pdf wit ADOBE API.but after that i can't print it and i think i put the correct function; addPermissions .... "PRINT" ...Can you help me with that? example:..... permissions.addPermission(protectPDFOptions.Permission.PRINT_LOW_QUALITY) permissions.addPermission(protectPDFOptions.Permission.EDIT_DOCUMENT_ASSEMBLY) permissions.addPermission(protectPDFOptions.Permission.COPY_CONTENT) const options = new protectPDFOptions.PasswordProtectOptions.Builder() .setOwnerPassword(config.pdf_lock_password) .setPermissions(permissions) .setEncryptionAlgorithm(protectPDFOptions.EncryptionAlgorithm.AES_256) .setContentEncryption(protectPDFOptions.ContentEncryption.ALL_CONTENT_EXCEPT_METADATA) .setConten
Hi Team,. I have created PDFs using the api services. PDFs are created successfully. But,I am not able to select content in the PDF , Which is generated from other formats(.JPG, .XLSX, .TIF). Note I am able to select content in PDF , which is generated from MS word(.DOC) file. Please check this.
I use embeded API to display PDFs with scanned images (black/white and color mixed) inside. Sometimes, some pages are displayed as image noise. It happens not to all scans, but if it happens, all black/white images of a PDF are destroyed. If such a PDF is opened with Adobe Reader, all pages are displayed OK.Does someone else have such phenomenon?
SDK was working fine but now its start showing following error. DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-bb177d3/private/main.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-9ef32cc/private/ViewSDKInterface.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Hello, Does Adobe have any plan to bring Pre-flight feature to Document Services APIs? Regards,Amit
Hello,Highlighted portions in the above section of the PDF are vectors (selectebale text), but I am unable to extract any text data from this pdf. Attached: the drawing PDF and the JSON result. Thanks,Adam.
Hello,so, when I made a word template in word app and want to generate it to PDF document, I get an error, which say that "Error while processing the Word document", but if I try to do the same in Teams app where my word template is uploaded everything goes fine. So where could be the problem?
Hello, We've just noticed that any PDF file we try to process via ExportPdf API is either timeing out or returns an error. That includes files that definitely worked before. Examples: Exception encountered while executing operation ServiceApiError: Operation execution has timed out!Unexpected Error, request could not be completed Error: getaddrinfo ENOTFOUND ims-na1.adobelogin.com Exception encountered while executing operation Error: Unexpected error encountered while executing request Error: getaddrinfo ENOTFOUND ims-na1.adobelogin.comUnexpected Error, request could not be completed Error: socket hang upMore often it's the first error - timeout. Is there any wide-spread issue? Status page isn't reporting any failures or scheduled maintenance - https://status.adobe.com/products/4827/en
I need to change the workflow of my application based on the error messages, for example, if the API throws no. of pages exceeded message I can split the page content based on the status code. Couldn't find any material on errors/exceptions/status codes in the documentation section.
Still getting 403 errors and trying to figure out why. Happens everytime a PDF loads. I downloaded the demo files, and it happens with them as well. Even happens on Adobe's PDF Embed Demo site.Live site 403: https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.mapDemo files 403:https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.mapAdobe's Demo Site 403 errors:https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-617dd66/private/main.js.maphttps://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.maphttps://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/dc-app-launcher.js.maphttps://documentcloud.adobe.com/dc-core/2.10.3/private/dc-core.css.map... and more.
Hey there.I was using the Embed API lst night and all of a sudden, it stopped working - screenshot attached. It's not just specific to one PDF, I tried another one and got the same answer. Tried on different browsers and still got the same answers.The PDF viewer sometimes loads, but annotations are not loading at all and can't add any annotations either.I saw some other related posts, but there wasn't a clear solution. Please help!
While testing, noticed that PDF are not rendered and it happens very intermittenly showing a blank page. Console shows below error:- Could not load content for https://documentcloud.adobe.com/view-sdk/2.15.0_2.2.0-2020030/private/ViewSDKInterface.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I am using PDF Embed API to embed pdf files, but some pdf files are not loading. Random files not opening. Moreover, I got this error "PREVIEW_RENDERING_FAILED" PDF file not loading: https://www.nammakalvi.in/uploads/3/0/7/5/30750087/namma_kalvi_10th_science_biology_ganga_guide_em_218967.pdf
Hi, Seems i've stumbled across the most uncommon and hard to answer question ever. So far chat support has given up. Hope maybe someone here stumbled across the same question: We intend to use the Adobe Document Generator API to create digital documents such as order confirmations, invoices and so on. Now that means that there's customer data (subject to GDPR) being processed trough the Adobe Cloud. As a US based company Adobe is subject to the Presidential Act hence in theory could be forced to hand out data to the US govement which would include their clients data which then obviously would breach our local GDPR rules. Question: Is there any documentation or official statement from Adobe as to how they deal with that challange ? A.i. no data is stored in that process at all, data is encrypted/inaccessible for Adobe themselves and so on. Any hint would be much appreciated.
We're using the Adobe generated annotation ID guid for records we're saving into our database. Here is an example: "5b88956c-f62b-8c17-32h8-286beb8e8b5" Which type of GUID format is this? It does not adhere to the UUID standard.https://www.uuidtools.com/decode It appears this format is not adhering to the UUID standard. Can someone confirm which UUID standard the annotationId is?
Hey there, I have embedded my PDF with the PDF API Script into my wordpress Website and I have the WP-Rocket Cache Plugin. I am facing two major some issues that I need to have solved. At first, I have the API Embed Script integrated like this in the body of the website:<div id="adobe-dc-view" style="width: 100%;"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){ var adobeDCView = new AdobeDC.View({clientId: "6b0c4686e1b842909660a955344f3322", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://my-ul/wp-content/uploads/YYYY/MM/my-ebook.pdf"}}, metaData:{fileName: "my-ebook.pdf"} }, {embedMode: "IN_LINE", showDownloadPDF: false, showPrintPDF: false}); }); </script> So I have the following issues here:1. The PDF I am embedding won't display, when the WP-Rocket Cache Plugin is act
I am tryin to convert the pdf on this url https://www.cba.am/AM/laregulations/Regulation_33.pdf to html. we are using the pdf service api. we post the file to the adobe engine it then return us a json file we parse the structure generate the html. but all the text in Armanian come back as gobaldy goo 😉 see json file attached any help much appreciated. Chamal
Hi, I have an inline embedding of my PDF in that page and I see the PDF in previewmode. However, when I when I see the page as an external visitor, I see only the headline but not the PDF. Any Idea where the issue could come from? The DIV of the ADOBE ID is visible but it's essentially emtpy in the frontend.Here's the URL: https://erfolgreich-freelancer.de/finanzverwaltung-e-book-testleser
how to use PDF Embed API on my local server with IP address example http://172.16.112.83:1100/myfile.pdf
I have a very piculear problem. I want to use the Embed API in my web application and went trough the process of installing it getting the credentials etc. I have a list of items each with its own drawing (can be the same drawing can be different)When i click the button "View Drawing" in my application it open quickly without much problems. but when i close the Boostrap model and try to click an other "View Drawing" the drawing just is not loading at all. After some debugging i think its related to some files Adobe's javascript file caches. since this is all hosted on Adobe's website i can not find the root cause. The funny thing is when i try to use Chrome incognito function i have no problems at all.Any idea on how to solve this?Please find below how i have implemented the adobe preview file. this is called everytime i call "fetch document link from my api"$("#mdlViewPDF").modal("show"); link = baseAPILink + ajaxResult.substring(
I'm testing a PowerAutomate/Logic-App solution using Adobe PDF services connectors. My concern is that all connectors are tagged (Preview). Is this because I'm using a test credentials vs. paid credentials? Should I be concerned that Preview versions don't yet have final stable versions?
I don't know, what's wrong here? I'm always getting the error message:The requested document was not found on this server.<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){ var name = '<?php echo $_GET["p3"]; ?>'; var directory = 'https://domain.xy/resources/'; var adobeDCView = new AdobeDC.View({clientId: "key", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: directory.concat(name)}}, metaData:{fileName: name} }, {embedMode: "SIZED_CONTAINER"}); }); </script> The pdf-files are stored in the directory "resources" under the domain "domain.xy".
[INFO ] 2021-09-30 15:14:13.746 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextT - All validations successfully done. Beginning ExtractPDF operation execution[WARN ] 2021-09-30 15:14:30.679 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextTtion exception encountered while executing request ims.session_token[ERROR] 2021-09-30 15:14:30.679 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextToFromPDF - Exception encountered while executing operationcom.adobe.pdfservices.operation.exception.SdkException: Request could not be completed. Possibleat com.adobe.pdfservices.operation.internal.http.HttpClientWrapper.executeApacheHttpReques-sdk-2.1.0.jar:?]at com.adobe.pdfservices.operation.internal.http.HttpClientWrapper.executeRequest(HttpCl.0.jar:?]at com.adobe.pdfservices.operation.internal.http.HttpClientWrapper.lambda$send$0(HttpCli0.jar:?]at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) ~[failsafat net.jodah.failsafe.in
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.