Unlock the full value of DC Web with our global community.
Recently active
Using the Embed API. I am trying to create a list of pdf showing only the first page thumbnails either as an image, or base 64 imageI don't see a way for Embed to generate a jpg or a base64 img of the first page. Taking a look at the API, my guess it that i would need to create a new AdobeDC.View for each pdf document and show them on the page, and show it in Sized container, but how would i get the first page only. I feel this way could be too expensive for the client as we could have 20-30 pdfs at a time, generating thubmnails for diffeent pdf maybe something i would have to do outside the scopr of embed api? Thanks.
i use a curl api to upload my pdf file to be converted to xlsx file to the link https://pdf-services-ue1.adobe.io/operation/exportpdfand when i get the download uri it is a link to adobes s3 bucket so is my file being stored in adobe s3 bucket or cleaned when sent. And i tried using the external approach but cant seem to generate a proper output uri
Is there a way to extract data from two-column pdfs? I've tried the PDF Extract API, and it doesn't work on PDFs with two colu
Hello, I've been working on developing a few documents for use in the Adobe Document Generation API. Until yesterday I was able to use it with no issues, and had integrated a separate document into a Power Automate workflow with zero issues. However now I am running into a problem where any new documents I create throw an error when I try to generate them. In order to narrow the issue down I've edited the tags, checked JSON, and still run into the same problem. In my tests I've discovered that it now occurs on every document template I create regardless of content, including the previous templates which were functioning. As an example, I created a new test document, implemented a single tag as the only content, and attempted to generate with basic JSON (Please see example below).Tesst JSON data:Document Template:Attempt Document Generation: Since this issue cropped up, even the documents that were running fine in my Automate Flow two days ago are running into the er
Hi All,In normal window application able to load, preview and able to add annotations to adobe pdf api embed but if I try to access in incognitive tab(In browser setting third party cookies are disabled for incognitive tab) we will get below error. if I enable All cookies in browser even in incognitive its starts getting work. How to fix this issue without enabling all cookies in browser."dc-core.js:2 DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document".Please help us in solving this issue.Thanks in advance.
Hi Team,I have seen the documentations and it is mentioned that PDF Embed API is completely free. We want to use the js library to render PDF's and annotate (commercial usage). So, can we do it for free without any enterprise license? Thanks and Regards,Chethan N
PLease help, I have been using Lr for more than 2 years now with fantastic results. As of 5 days ago, I am unable to create subject, background and sky masks. All other masks are fine. Each time I try, it gives me an "unexpected error occured" If anyone can help please, would be much apreciated. Thank you. Wayne.
In my testing of the Document Generation service, I have found that a Table of Contents specified in the Word template does not get updated after the JSON data merge and before the PDF is rendered. Is this a limitation of the service or is there a way to get the Table of Contents to update?
I have been using the Adobe plugin for MS Power Automate for over a year now but recently I have been getting more and more BadGateways on creating the PDF. I am generating the PDF from a Word template and it works flawlessly but then get a random one that gives a BadGateway.JSON is fine and output to SharePoint is fine.If I resubmit the automation it works 100% of the time after, it sounds like the bad gateway is coming from the process of the conversion. Has anyone else had this issue? The workaround I currently have is to have a parallel line that if it fails it waits 30 secs then tries again but I'm guessing every time it fails it's using up one of my credits to run a second time.{ "error": { "code": 502, "source": "flow-apim-europe-001-westeurope-01.azure-apim.net", "clientRequestId": "a1af3c31-e9ba-4fcc-9147-24a1b19fe61b", "message": "BadGateway", "innerError": { "error": { "code": "INTERNAL_SERVER_ERROR", "message": "Unk
We have recently tried migrating our website from Gatsby Cloud to Netlify. On our site we have the Adobe PDF viewer embedded in a component which is used for all our publications and other pdf files. This has been working absolutely fine for a long time. Switching to Netlify hosting and pointing the dns to Netlifies servers broke the pdf viewer and it now no longer shows the PDF’s. For context we had to changed our primary domain name from the apex domain as suggested by Netlify to take advantage of their Load Balancers. We tried setting up a further instance of the PDF Embed service with a new API key on the www. domain but we still saw errors. The normal Unauthorised error did not show and the player shows the loading spinner but once complete we just see a blank box and the following js errors in the console. Console log first logs:rendering worker created TypeError: e.lastIndexOf is not a function - dc-core.js:2 at getNamePartsFr
Latest versions of Microsoft Edge has a tracking prevention system edge://settings/privacy In this tracking prevention system, using Balanced and Strict options will make the browser blocks PDF Embed API resources, and it means that users can not see PDF previews. How should we handle it?It could be great if this API stops using iframes to preview PDF files.
See the below exception details:Exception Details: Adobe.PDFServicesSDK.exception.ServiceApiException: The provided token is malformed or otherwise invalid. I've double-checked and the credentials are correct based on what was provided. What am I missing? Code:Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder().WithClientId("*********************************").WithClientSecret("******************************").Build(); ServicePointManager.ServerCertificateValidationCallback = ((sender, certificate, chain, sslPolicyErrors) => true);ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; //Create an ExecutionContext using credentials and create a new operation instance.ExecutionContext executionContext = ExecutionContext.Create(credentials);CreatePDFOperation createPdfOperation = CreatePDFOperation.CreateNew();// Set operation input from a source file.FileRef source = FileRef.CreateFromLocalFile(file);createPdfOperation.SetInp
Hey, I'm receiving duplicate data in my database. The ID is the primary key, and the AdobeId is the id of the created annotation. How is it that I am getting duplicate Adobe Ids for annotations created seconds apart? Can I rely on this value as the primary key? My code is fairly simple: var jsonParsed = eventData.ToString(); var annotationUpdate = JsonConvert.DeserializeObject<RootAnnotation>(jsonParsed); annotationUpdate.data.AdobeId = annotationUpdate.data.AdobeId; public class RootAnnotation { public string type { get; set; } public RootAnnotationData data { get; set; } } Root AnnotationData has property AdobeId which serializes from id Property [JsonProperty("id")] [JsonPropertyName("id")] public string AdobeId { get; set; }
Hi has anyone noticed the the PDF Embed API is not working on chrome. I'm on Chrome version Version 118.0.5993.70 (Official Build) (arm64) and the page loads to 100% then is just blank white, with no error message. Is any one else having this problem. The viewer still works in a web browser in Firefox and Safari? Thank you in adavance
Hi, I am using Microsoft Power Automate to create a cloud flow which converts Excel documents to PDF, see screen shot. The process works however the dates which were in dd/mm/yy/in Excel are being converted to mm/dd/yy format. The source files reside in sharepoint and I have set the regional setting correctly for the sharepoint site. Anyone have any ideas why this is happening? Apparrently you can change the region when using an SDK but I only have the Power Automate PDF object and there are are no settings in the Adobe connector... Thanks in advance
I need a solution to convert word (doc and docx) files into its corresponding PDF format. Application is built on (frontend - react and backend - .Net6). I used "Adobe.PDFServicesSDK" pakage and used "create PDF from Microsoft Office Docs (Doc and Docx ...)".I have created necessary items like CLIENT ID/ORGANIZATION ID/CLIENT SECRET and the authentication is working fine. I could sucessfully convert some owrd files to PDF. But when I tried to convert some Word files (docx) with large number of pages (300 pages), I am getting a timeout exception message from the application.Please help me to find out the issue.
Hi,I've used pdf-embed-api for the purpose of viewing pdf documents on a web based application.I would like to know if it is limited to a certain number of pages as it is having difficulties for documents with more than 400 pages(15mb).Thanks to provide accurate limitations of the api for viewing purposes. Snippet: adobeDCView.previewFile({ content:{location: {url: '${pdfUrl}'}}, metaData: { fileName: "${filename}" } }, { embedMode: "IN_LINE", showDownloadPDF: false, showPrintPDF: false }); });
HI,Has anyone come across an issue where they cannot locate the Base64 Encoded Private Key?i can gather all the other information but cannot locate this key to make the connection.
Does Html to Pdf support converting html form inputs into Fillable form inputs?If so, how can I do that?
Hello, all I wanted to do was to Open a PDF, change its text contents, and save as a new PDF ?As far as I can tell after hours of tests, this fairly obvious use case is not actually supported even by paid Adobe APIs ? (Without possibly: (1) exporting to Word, (2) modifying in Word using the MS API, and (3) generating an entirely new PDF from the Word Document -> which will always have problems...) Please Help,Cameron
I'll just start this off by saying that I'm trying to accomplish this through Zoho CRM using their scripting language Deluge and the Rest API commands. We are just getting started using the PDF Services API, walking through the authentication process, and uploading the asset. We're able to get our access token, then the uploadUri and assetID, but when we go to upload a file to the uploadUri we get a response code 400..- InvalidToken- The provided token is malformed or otherwise invalid We did figure out that once we get the initial response with the uploadUri and assetId, we have to decode the url before trying our POST of the file. If we don't decode the url, the error is "SignatureDoesNotMatch", if we do decode it, "InvalidToken". I've posted the code below if that helps, but again it's in Zoho Deluge. Any help is appreciated! adobeTokenUrl = "https://pdf-services.adobe.io/token"; adobeHeader = Map(); adobeHeader.put("C
I have a requirement to convert pdf to a searchable pdf, where a pdf page contains both text and images with text. therefore i want to extract text from images and add an overlay over the image to maintain the searchability of text and the images. I'm using .net framework and tried using OCRSupportedType.SEARCHABLE_IMAGE_EXACT but it doesn't extract the text of the image. How to overcome this issue?
We have a paid PDF Service API license subscribed via AWS Marketplace and been using Node SDK and JWT credentials to make API calls. This is the original code before migration:const credentials = PDFServicesSdk.Credentials.serviceAccountCredentialsBuilder() .withClientId(JWT_CLIENT_ID) .withClientSecret(JWT_CLIENT_SECRET) .withOrganizationId(ORG ID) .withAccountId(ACCOUNT_ID) .withPrivateKey(PRIVATE_KEY) .build();Using the servicePrincipalCredentialsBuilder() is the "new" way based from the sample code provided so we used this together with the OAuth Server-to-Server credentials and our code now looks like this:// NEW_CLIENT_ID and NEW_CLIENT_SECRET came from the new OAuth Server-to-Server Credentials const credentials = PDFServicesSdk.Credentials.servicePrincipalCredentialsBuilder() .withClientId(NEW_CLIENT_ID) .withClientSecret(NEW_CLIENT_SECRET)However, after a few days we started to receive this error "Either quota for this operation
Hello Team, I have an angular web application and I have requirement like create new PDF and add fillable input like input, checkbox, radio etc.... aftet that save pdf and preview same PDF with programatically fill the fillable input value. So is there any api service which provide all tool in web application same like Adobe Acrobat windows ?
Getting below excpetion when trying to convert docx to pdf java.lang.ClassNotFoundException: javax.validation.Validationat java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[na:na]at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[na:na]at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[na:na]at com.adobe.pdfservices.operation.auth.Credentials.validate(Credentials.java:52) ~[pdfservices-sdk-3.4.0.jar:3.4.0]at com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials.<init>(ServicePrincipalCredentials.java:31) ~[pdfservices-sdk-3.4.0.jar:3.4.0]at com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials$Builder.build(ServicePrincipalCredentials.java:90) ~[pdfservices-sdk-3.4.0.jar:3.4.0] ----------------------------------------------------------------------------------------- Below is the maven dependency added - <!-- adobe pd
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.