Unlock the full value of DC Web with our global community.
Recently active
Is there any way of doing that?
If I use the document service sdk to combine pdf's, will the documents be uploaded to the cloud?
I was recently helping one of our users when I discovered something that may not be terribly clear in our docs. When we talk about the Document Generation API, we say that you can use any data you want, as long as it can be converted to JSON (which is handled by the SDK). There is as small caveat to that. The data you send to use must be an object, and by that I mean a set of key/value pairs. So for example: { "name":"ray", "hobbies":[ "video games", "books", "sleep" ] } In the example above, we have an object with two keys, name and hobbies. Arrays are just fine... just not as the 'top level' object. This means the following would *not* work with our service: [ "foo","moo","goo" ] That is certainly a valid 'object' and could be converted to JSON, but it won't work with our service. So - this serves as an excellent reminder that while you can source your data from anything, sometimes you may need to 'shape' your data ahead of time. If your data is an
Does the Adobe API support adding page boundaries such as Trimbox, Bleedbox and Printer marks? I haven't seen anything regarding that on the documentations but I might be missing something.
Hi Team, We are having an issue with PDF Embed API on specific iOS version on safari browser. We are not able to view pdf and receiving file preview error. However, it is working on google chrome/MS Edge and DuckDuckGo browsers on the same iOS (15.7) device. Please help in resolving this issue for Safari. Thanks in advance.
We've been testing Adobe PDF Extract API to extract table information from PDFs using the code samples provided by Adobe. It has been working good for almost 80% of the files we tested, but for the rest 20%, we keep getting empty results (already checked that the PDF contains information to be extracted). There's no error response, we even get a json file, but without extracted info or tables.We tested the following appoaches:1. Extracting tables (it's already a searchable PDF)2. Running OCR and then extracting table (just to confirm)We got empty results for both cases on that PDF files. Has anyone experienced this? Is there a workaround?
I did see the FAQ ( https://community.adobe.com/t5/document-services-apis/faq-for-document-services-pdf-embed-api/td-p/10726141?page=1 ), but I could not find API limitations for api callinng. Is there any usage limitations per day or per month, for accounts or credentials ?
For our customer, when trying to use the PDF Embed API [https://www.adobe.io/apis/documentcloud/dcsdk/] it appears that the following URL is getting blocked on their internal network and impacting the PDF Viewer from passing the client API key --> https://documentcloud.adobe.com/view-sdk/main.js Is there a workaround to preventing this URL from getting blocked for internal firewalls? Furthermore, there are 4 URI patterns for https://documentcloud.adobe.com used in https://www.aemcomponents.dev/content/core-components-examples/library/page-authoring/pdf-viewer.html . https://documentcloud.adobe.com/dc-core/ https://documentcloud.adobe.com/dc-rendition-provider/https://documentcloud.adobe.com/dcpreviewdropin/ https://documentcloud.adobe.com/view-sdk/ Can these javascript libraries be moved to another domain?
We are trying to connect Adobe PDF Services to Power Automate and are prompted for the Base64 Encoded Private Key to create this connection. The issue is, we don’t know where to locate the Base64 EPK in AWS. Where can we locate this?
Checking around I don't see any. I'm returning back to a document which I haven't touched in months. The json I am trying to pass is valid (console.log) before I create the payload and valid after (console.log) but a previously working tag is not rendering correct/any values. Really stumped. TIA.
previewFilePromise.then(adobeViewer => {adobeViewer.getAPIs().then(apis => {apis.getZoomAPIs().setZoomLevel(<ZOOM_LEVEL>).then(result => console.log(result)).catch(error => console.log(error));});}); I'm using the setZoomLevel to set a default view of the pdf but in mobile it is not show pdf correctly . it is getting distorted. how can i handle it. in mobile
Just an FYI, I released a video this week with some tips and tricks for working with the PDF Embed API. Let me know if you have any questions. https://www.youtube.com/watch?v=hb1v10wM9ZU
See the attached PDF. The Extract API is throwing an error – “BAD_PDF - Unable to extract content” with no additional information. What is wrong with the PDF? How can I program the API to fix the error or skip pages that show an error and keep processing? Thanks.
Hi!!I would need to be able to include a certificate and time stamp in several PDFs (5000 units)Would it be possible to do it through API?I have user and pass to connect with TSA for time stamping. Thx!!
Does Adobe offer the Document Service On-Premise solution? I need to manage documents internally for security, without sending them to the cloud.
In the Annotations API overview (https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_comments/) it is explained that when enableAnnotationAPIs and includePDFAnnotations are both true, the Save and Download button are enabled. However, this is not ideal. Is there a way to disable the save and download buttons when both enableAnnotationAPIs and includePDFAnnotations are true? Attempting to set showDownloadPDF to false no longer works unfortunately.
In Android webview, we are not getting the tools like zoom, comments, annotations. Is this not possible ?
I'm a MS Power Automate user who's recently purchased a paid Adobe Premium license. When trying to create a Connection to the Adobe PDF Services in Power Automate I'm prompted for 'Client Id', 'Client Secret', 'Org Id', 'Tech Acct Id', and 'Base64 Encoded Private Key'. All but the 'Base64 Encoded Private Key' is readily available to me in the Adobe Developer Console.I'm current chatting with Adobe Virtual Assistant and have been passed along to four different service agents who have not been able to assist and have no understanding of what the issue is or how to resolve it. I've tried deleting my Adobe solution in the Adobe Developer Console. No reference to any 'Base64 Encoded Private Key' is suggested. The only time I have see this field was when I first received my license and signed into my account. Was not aware at the time that I should have documented and stored this value offline. There is an Access Token Generator that I've tried a
Good day,Can I highlight a phrase and call a popup and mark it as tags?sample: Thanks
I am using the PDF Embed API to add a PDF to a webpage inline. On our site the PDF is not loading at all when the page is browsed using an iphone. I get an error 'File preview error. File preview not available, please reload to try again'. But reloading doesn't work.I checked the example page on the Adobe website and it is erroring as well when browsed on an iphone. Please see this page here on an iphone and see it is broken: https://documentservices.adobe.com/view-sdk-demo/index.html#/view/IN_LINE/Bodea%20Brochure.pdfIn the console of the browser the errors coming are:Uncaught (in promise) Error: getMetadata request failedat DocumentViewUtils.js:90:20at MobXUtils.js:43:34at s (mobx.module.js:1337:9)at Yt (mobx.module.js:3120:20)at e.track (mobx.module.js:3330:22)at e.onInvalidate (mobx.module.js:1334:14)at e.runReaction (mobx.module.js:3305:22)at pn (mobx.module.js:3441:35)at ln (mobx.module.js:3419:47)at mobx.module.js:3448:71Uncaught (in promise) {code: 'PREVIEW_RENDERING_FAILE
Code<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function () { document.getElementById("CV").addEventListener("click", function () { var adobeDCView = new AdobeDC.View({ clientId: "203e1bacaee04c58b0e7c0ffeddfb6e7", }); adobeDCView.previewFile( { content: { location: { url: "https://dhanurjan.ga/wp-content/uploads/2022/10/Dhanurjan-CV.pdf", }, }, metaData: { fileName: "Dhanurjan-CV.pdf" }, }, { embedMode: "LIGHT_BOX" } ); }); }); </script>I have a button with ID = CV.When I click it pdf opens. But it not working in mobile browsers.Website URL: dhanurjan.ga
I have my application running on a server and there are two ports on which two different applications are running. the applications are running fine but the adobe pdf api is not working . on searching i got an answer that it does not work in subdomain. Is it realy the case ?? if not how can i run adobe embed api on subdomain . my sub domain is www.xxxxxxx.in . i have tried creating credential using www.xxxxxxx.in and www.xxxxxxx.com as well. it is not working on both the cases . do i need to deploy my project on a .com site . or is there any other way possible???
Hello Everyone Use Case : I am using the PDF Extract API service to extract the tables within the pdfTech Stack : .Net Nuget version is Adobe.PDFServicesSDK : 3.0.0Problem : In a given table, if all the cells for a particular column are empty, they get merged with the next column, (Both the pdf file and output file is attached)Expected output : CSV FilesHere is the sample code Adobe.PDFServicesSDK.ExecutionContext executionContext = Adobe.PDFServicesSDK.ExecutionContext.Create(credentials); ExtractPDFOperation extractPdfOperation = ExtractPDFOperation.CreateNew(); FileRef sourceFileRef = FileRef.CreateFromStream(pdfFileStream, "application/pdf"); extractPdfOperation.SetInputFile(sourceFileRef); // Build ExtractPDF options and set them into the operation. ExtractPDFOptions extractPdfOptions = ExtractPDFOptions.ExtractPDFOptionsBuilder() .AddElementsToExtract(new List&l
I have mailed to commercial Adobe, but no reply in more than a week. So I'm trying to ask here.I have used the PDF Service API to generate PDF from DOC, but I wonder if there is (as a payment SDK or so) a package that I can install on local server, without external connection, to generate PDF in the same way?I need to setup a project for a Government organization, and I must avoid any external connection, API, or microservice.
CONDITION:I have 100s of pdf files stored in a folder, each pdf contains 100 to 200 pages. WHAT I AM TRYING TO DO:I want to search a specific word from those pdf files, example i like to search a word called "Honesty". WHAT IS THE RESULT I EXPECTI want to know, in which pdf files and the page number of the file, does this word "Honesty" exists You can also contact me for providing the solution or leave your contact.
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.