Unlock the full value of DC Web with our global community.
Recently active
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.
PFA the pdf and converted json. If you check page 9 of pdf, in json given as page 8 there is table but it is empty giving number of row and column as 0.I have seen this kind of issue many times if some one can help, it will be great
Hi,I have been trying to generate a word file from pdf using the standard code sample and updated JWT token related credentials.The process hangs onFileRef result = exportPdfOperation.Execute(executionContext);and the word file doesn't get generated any longer, this was working previously. Please help on this, as our functionality is currently non-functional due to this.
Hi guysI am currently working on a java project that requires the implementation of a read-aloud feature for PDF documents. The PDFs I'm dealing with include images with alt-text. My goal is to extract both the text and alt-text from the PDF while maintaining the correct reading order to enable the read-aloud functionality. To accomplish this, I would appreciate your guidance on the following:1. Extracting the text from the PDF while preserving the reading order that I've set using Adobe Acrobat.2. Extracting the alt-text associated with the images in the PDF, also following the correct reading order.3. Combining the extracted text and alt-text in the right order, which has been set using accessibily, to generate the content for a text-to-speech system. I am using pdfservice-sdkRegards
I'm having problems is in the interpretation of the json. In the attached example (which were generated by an Adobe community user) I can see page 108 from the document correctly visaulised, but in my case it looks like this: I'm using php for the html code: Can anyone guide me a bit about the coordinates and if I should create any other element apart from the "div"? ThanksMark
We are working on a project where AnnotationTools works fine in Desktop browsers but doesnt even show AnnotationTools in mobile bowser. our code snippet for the viewerOptions:const viewerOptions = {embedMode: "FULL_WINDOW",defaultViewMode: "FIT_PAGE",showDownloadPDF: false,showPrintPDF: false,showLeftHandPanel: false,showAnnotationTools: true};Can you guys tell me can we imlement that feture for mobile browser & if yes then can you provide us some solution for this ?Thanks in advance.
When the PDF Embed API is rendered into an element within a container that has an `overflow-y: scroll; ` property, the HUD view positioning breaks when scrolling. Instead of remaining positioned at the bottom, it seems to scroll up together with the first page of the document (see attached screen capture). This happens when the embed mode is set to `IN_LINE` and any container around it has a fixed height set. The positioning seems to be correctly reset after scrolling once a browser zoom event is triggered, however it will be incorrect again once the user proceeds to scroll again. Steps to reproduce: Create a div container that has a fixed height and an `overflow-y: scroll` property (also happens with `auto`). Use the Adobe PDF Embed API to render any PDF into an element within that div container using in-line embed mode. Scroll within the PDF.
Hi, i want to convert one PDF file that contains more pages into Excel file.I develop a flow in Microsoft Power Automate with action "Convert PDF to Excel".The flow runs successfully but my Excel file (output) only contains the first page of provided PDF (input). Does anyone have an idea on why this behavior occurs and how to fix it so that my Excel has all the pages of the original PDF. Thanks
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.