Unlock the full value of DC Web with our global community.
Recently active
Hello, I tried using the following code snippet from the java sample from Adobe Document Services API for using oauth. It does not seem to work get the following error "There is no service principal present in the organization for this client id." * * Copyright 2019 Adobe * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this file in * accordance with the terms of the Adobe license agreement accompanying * it. If you have received this file from a source other than Adobe, * then your use, modification, or distribution of it requires the prior * written permission of Adobe. */ package com.adobe.pdfservices.operation.samples.exportpdf; import java.io.IOException; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.adobe.pdfservices.operation.ExecutionContext; import com.adobe.pdfservices.operation.auth.Credentials; import com.adobe.pdfservices.ope
Few pdf files are not opening in mobile chrome in if desktopsite is onPlease help us to resolve the issue ,I will provide the file if require
Hi,We are looking for a PDF generation solution to create PDF or update the existing PDFs based on the information provided. We are evaluating Document Generation API for the same. Is Document Generation API cloud based or on-prem standalone version (using Java SDK) is also available?Also, is Document Generation API licensed under AEM 6.5 or we need to buy a separate license for it for our enterprize application? Or is it free?If not, what is the license cost? @Ben Vanderberg Regards,Umair.
Hey, My requirement is to merge multiple document into pdf using Microsoft Flow but every time getting error ("For application/pdf mime-type The input file appears to be corrupted and cannot be processed.;...-PowerAutomate"). Below are the step which implemented in my flow with screenshot : Flow trigger. (manually) Get files (properties only) We start with getting properties of all our DOCX files stored in a specific folder - Source Files Library. ... Initialize Array variable. ... Get file content using path. ... Convert DOCX to PDF. ... Append to an array variable. ... Merge PDF. ... Full Flow : Please let me know how I can merge multiple document into single pdf using Adobe Connector from Microsoft Flow. Currently using the above flow getting error ("For application/pdf mime-type The input file appears to be corrupted and cannot be processed.;...-PowerAutomate") but the document are not corr
While using this following api https://cpf-ue1.adobe.io/ops/{{create}}?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D to submit pdf generation request, most of the time we get response with x-request-id, which we further use in poll api to check pdf generated. But sometimes, intermittent issue is coming in above api with 502 response as {"error_code": "504001","message"l : "Gateway timeout"}Can anyone suggest how to use this api fail safe?
There are many developer SDKs that can extract the tag tree of a tagged PDF (a PDF with accessibility markup), and there are many that can extract the PDF content as one big text string. However I need to find the specific content which each tag points to in the PDF. I know Acrobat has this data because you can clearly see it in the tag tree in Acrobat (picture attached), but is this programmatically possible through an API? thank you
Hi alldc-core.js:2 DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.at ExpandedPanel_ExpandedPanel in angular application.All of sudden we are getting this error if we try to access.
We want to make a business partnership for PDF production in UBL files, who can support us in this regard?
HiWe are looking for an integration of PDF Document Services in AEM6.5. Though I am able to convert the HTML to pdf standalone but when putting them in AEM, the Bundes are not getting resolved saying the following.com.adobe.pdfservices.operation -- Cannot be resolvedcom.adobe.pdfservices.operation.auth -- Cannot be resolvedcom.adobe.pdfservices.operation.exception -- Cannot be resolvedcom.adobe.pdfservices.operation.io -- Cannot be resolvedcom.adobe.pdfservices.operation.pdfops -- Cannot be resolvedcom.adobe.pdfservices.operation.pdfops.options.createpdf -- Cannot be resolved I know the document services Jar file is missing. But I need a OSGI bundel for this. Do we have any pre build OSGI Bundel or we need to convert the PDF document serives Jar to OSGI? Subhendu
Hi all, We use Adobe in Power Platform to create and fill PFDs. The PDFs have in total three links that are being displayed besides other text. Afterward we merge the PDFs into one big PDF. (you can see in the screenshot that the link is working)From there, we convert the PDF to a PowerPoint. (in the second screenshot you can see that the link is gone) Up until the last week, we have changed nothing so far with the workflows...but only one of the three links just doesn't work anymore. It's still marked in blue as a link, but when you look into the element you can see that the address is empty. This came out of nowhere and doesn't really make sense to us. Any help is appreciated. Thanks, Robert
I'm currently trying to upload a PDF via the upload URI that is retrieved from a different cloud service, and the upload step seems to be working correctly, but when I get to the polling stage for the job, I get a CORRUPT_DOCUMENT "The input file appears to be corrupted and cannot be processed." 400 error response. I suspect that my upload is incorrect and would like to test to see if the upload was correct or not in the first place.
It is showing the error: Bug in custom code _validateFileInfoMetaData@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:63111validateFileInfo@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:62868_getFinalFileInfo@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:1002265initialiseAction@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:998114previewFile@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:949870previewFile@https://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:13880@7469361://parchaa-citizen.bubbleapps.io/version-653x/hiu?debug_mode=true line 10 > injectedScript:4:15@7469361://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:1031876@7469361://acrobatservices.adobe.com/view-sdk/3.2.4_3.2.0-bab76ff9/ViewSDKInterface.js:2:1031895@
Does anyone have any experience with Adobe or third-party services for implementation/onboarding of the document generation API (https://developer.adobe.com/document-services/apis/doc-generation/)? My organization has IT resources familiar with JSON coding, but limited availability such that additional customer service and product guidance may be useful.
Some text in pdfs is extracted as figures and not as text. I was wondering why this is and if there are any settings that would get around this.I am using the ExtractTextInfoFromPDFWithCustomTimeouts python function from the adobe-dc-pdf-services-sdk-extract-python-sample package.
Is there any API that I can use to add a custom footer to existing PDF files? I need the same functionality as Tools > Edit PDF > Header & Footer > Add.
Hello. I need to integrate PDF compression into my .Net desktop solution. I downloaded personalized samples, tried CompressPDFWithOptions example and it works perfectly (it's .NET 6 solution). But my application is .Net 4.7 WinForms, so I created test .Net 4.7 WinForms solution, got Adobe.PDFSdk version 3.4 from NuGet and copied exact the same code from CompressPDFWithOptions example. Unfortunately it doesn't work. When I call compressPDFOperation.Execute(executionContext); it completely hangs. The code is absolutely the same, copied from Adobe example. When I try previous library (for exampe 3.3 version) I'm getting 403 Forbidden error. Could you please help me to figure out how to use pdf compression under Framework 4.7. Thanks.Here is my code: private void button1_Click(object sender, EventArgs e) { try { // Initial setup, create credentials instance. Credentials credentials = Credentials.ServicePrincipalCredentialsBuil
I am running the extract.py code as set in the PDF Extract API (Python): QuickStarts - Step Three: Creating the application. I get the following error message: File "c:\Users\34679\Desktop\Adobe Developer\extract.py", line 24.with_client_id('PDF_SERVICES_CLIENT_ID')^SyntaxError: invalid syntax Please, could you help? Thank you very much.
Hi Guys, I am trying to run the ExtractTextInfoFromPdf file that is part Adobe Pdf API, but I am reciving the following error: ERROR ExtractTextInfoFromPDF.Program - Exception encountered while executing operationSystem.ArgumentException: The ClientId field is required.;The ClientSecret field is required.at Adobe.PDFServicesSDK.auth.Credentials.Validate()at Adobe.PDFServicesSDK.auth.ServicePrincipalCredentials..ctor(String clientId, String clientSecret)at Adobe.PDFServicesSDK.auth.ServicePrincipalCredentials.Builder.Build()at ExtractTextInfoFromPDF.Program.Main() The thing though is that I did put my client Id and clientSecret id in the code through these lines .WithClientId(Environment.GetEnvironmentVariable("sssss")).WithClientSecret(Environment.GetEnvironmentVariablessssss"))Additionally, I ran the set PDF_SERVICES_CLIENT_ID=<YOUR CLIENT ID> set PDF_SERVICES_CLIENT_SECRET=<YOUR CLIENT SECRET>commands with my given client id and client secret val
It starts very well and I see loading but after loading it disappears
We have a few PDF (of many) where the copy of text fails to copy the spaces between the words.However copying on other platforms like the chrome browser, adobe desktop or Mac Preview desktop app works like expected. It seems really something to do with the PDF Embed API. Any idea how to solve/fix this?
I am trying to make use of the Adobe PDF Services in Power Automate, specifically the action for extract PDF structure in a JSON file. I registered with Adobe and went thru the Get Credentials process. I have entered all the credentials but i get an error that says 'private key file could not be parsed'. I have tried regenerating credentials and I keep getting the same error.
Is the Font color available in Adobe Extract API's output? Could not find it in the response and the schema JSON linked here
In some PDF which contain images and plain text getting preview error while loading.how can i solve it?FYRsize: 3MB
I'm facing some Adobe services exceptions while running the Python SDK of Adobe PDF Extract API Service. Clueless thing is I'm facing this exception only when I'm trying to use any of my PDF Data sets. However, it's working succesfully for the pdf sample which comes with all SDK named: "extractPdfInput.pdf" and with this I'm able to generate json structure for all the .py files inside rc 1) .py script with my PDF data set : (AnalogDialogue.pdf) import logging import os.path import zipfile from adobe.pdfservices.operation.auth.credentials import Credentials from adobe.pdfservices.operation.exception.exceptions import ServiceApiException, ServiceUsageException, SdkException from adobe.pdfservices.operation.pdfops.options.extractpdf.extract_pdf_options import ExtractPDFOptions from adobe.pdfservices.operation.pdfops.options.extractpdf.extract_element_type import ExtractElementType from adobe.pdfservices.operation.execution_context import ExecutionContext from ado
We're really impressed with the PDF Extract API, it's perfect for us and working well - but we aren't able to buy a license and are stuck on the free tier. I've looked everywhere and can't find a contact number, I've filled in the form ages ago but have had no response. Anybody know how to reach sales at Adobe? I'm ready to buy and just want to give them some money.
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.