Unlock the full value of DC Web with our global community.
Recently active
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
Hi,I'm processing the json that I get back from the PDF Extract API. My goal is to translate it into HTML so that the resulting HTML would resemble the original PDF as close as possible, with respect to structure. My implementations works pretty well in general, I get the text, images and tables ok - but see below. The biggest problem is that footnotes and tables have often mistakes in the json. Sometimes ordinary paragraphs come under /Table path in the json, sometimes under /Footnote path. Another problem is that the structure of the tables is sometimes incorrect, the text and the table structure in the json does not really match the structure of the table in the PDF. I see the same problem if I ask the API for the .xlsx for the tables, so I'm confident that this problem is in the PDF Extraction service. As a good example, this (public domain) PDF https://unece.org/sites/default/files/2023-04/ECE-TRANS-WP.29-2023-57e%20.pdf has a few problems with the PDF Ext
When converting a Word document to PDF, it tries 8 times to connect to the Adobe service and ends with Bad Gateway error.I can't figure out what the problem is. It always worked fine and now it has suddenly stopped. I changed the credentials several times but nothing to do. Do you have any idea? Thank you in advance for your cooperation and have a good day
I am attempting to obtain the Asset pre-signed URI using the API, but I am consistently receiving an error. I have come across similar issues in other posts, but unfortunately, no solutions have been provided. Does anyone have any insights into what might be causing this problem?<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>ASIAWD2N7EVPLYPGPOMH</AWSAccessKeyId><StringToSign>AWS4-HMAC-SHA256 20230703T214359Z 20230703/eu-west-1/s3/aws4_request cc32d06483c81bf49796f9c8e337d01bb5e1f384d37c3fe7b36a36bd28ca36fb</StringToSign><SignatureProvided>c0b890b2f6ff4f576b2745b7a35912ef18cbb9600e0d58ea6e285d5e433151e0</SignatureProvided><StringToSignBytes>41 57 53 34 2d 48 4d 41 43 2d 53 48 41 32 35 36 0a 32 30 32 33 30 37 30 33 54 32 31 34 33 35 39 5a 0a 32 30 32 33 30 37 30 33 2f 65 75 2d
Hi, The PDF Embed API is awesome and I'm really interested to integrate PDF Embed API for our Electron app.electronjs However currently the client ID must be used with the correct website domain, while Electron app load the HTML file directly from local file system (file://index.html ) and not from the website domain. Is it possible to support Electron app? It would be awesome if the PDF file can be embedded locally!Thanks,
The embedded PDF viewer is a really nice and valuable product. I chose it over pdf.js for its reliability and over commercial solutions for its free availability, and I assume many others will come to a similar conclusion.Now that I have started experimenting with it, there are several things that make me rather uncomfortable as a developer to invest a lot of effort into it. I hope Adobe will consider some of the following suggestions, all of which are pretty much standard for professional offerings nowadays. Proper API referenceThe current API documentation comes in the form of a How-To. What we really need is a complete, standardized reference of all available methods in the library. Otherwise I can't deal with potential exceptions and the like. Versioned APICurrently, I have to load the library from an unversioned link (https://documentservices.adobe.com/view-sdk/viewer.js). This way I have no good means to implement workarounds for current issues, let alone deal wit
I am passing the comments/annotations details to the pdf embed api in a particular order. But the order in which the comments are listed in the embed is not the same. How does abobe rearrange? or in other words is there is a way for me to control the order?
Hi,We have subscribed to the PDF Service API in AWS Market. We learned from a message on the AWS website that it will no longer be possible to subscribe to this service in AWS Market. Do any of you perhaps know how the redemption of this service will be done now or do I have to change something ?Thank you for the information
I am trying the sample provided with the SDK. It works fine when run within a console app, but the very same code snippet hangs called from a back-end code.I can see that the SDK successfully makes a call to https://pdf-services.adobe.io/assets, gets uploadUri, but never uploads the asset. I can confirm it is not an issue of access rights to the folder. I have run out of ideas about what could be the possible cause.
Good Afternoon, I have been beating myself up over this for the past couple of hours. I currently am trying to access Document Generation API. I have used this same API for months and all of the sudden my code is giving me a 403 Forbidden Error. I did not make any changes to the Server or the code itsself. The only thing that I can assume has changed is the API. I am not currently using an SDK. I use PHP Curl to make the API calls. As seen in my other posts. Why is it not working anymore. Please reach out to me at your earliest convience. Below is the error code with Transaction ID. Thank you, "cpf:status":{"completed":true,"type":"","title":"Access forbidden; transactionId=5gEWkl2Pwasyl4jFsXaaVTVCttTVTgAb","status":403,"report":"{\"error_code\":\"FORBIDDEN\"}"}}
Hi All,I'm attempting to use the pdf-services-api to combine 2 pdf documents as per https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/ I have questions regarding how long documents are stored:1) are the documents uploaded stored permanently? Adn should I delete them when I finish with the combine task?2) how long is the combined document available for or is it stored permanently? Thanks,David
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.