Unlock the full value of DC Web with our global community.
Recently active
Currently having an issue where we are trying to utilize the PDF Services API but our pro account does not allow installation. We are attempting to purchase the PDF Services API but keep getting the run around from our software vendor and adobe. Posting this here to hopefully have someone assist us with gaining access to the API. thanks.
We are working on API for converting PDF to other formats (Word, Excel, etc).Now we have a trial version which has a limit of 500 documents per month.if we want to remove the limitation or increase the limit. Then how we can buy it?What is the plan structure? We want to use this API in our iOS App.How we communicate salesperson. https://pdf-services.adobe.io/tokenhttps://pdf-services.adobe.io/assetshttps://pdf-services.adobe.io/operation/exportpdf
I saw in the posts here and in the documentation that for EMEA there is a possibility of using the Ireland AWS region.Can we somehow "set up" the API to hit that ?Just asking because hitting the US endpoint takes a lot of time 😞 usually 18+ seconds
Hi, I ask this because I did not find it in the API docu. How can I set the SDK / the extract pdf operation, to return to me .csv files instead of .xlsx files?
Hi, Quite a number of tables seem to be extracted using OCR. Unfortunately, this results in errors in extraction - even when the documnet itself contains text and not scanned pages. These documents are German.Common Mistakes- Missing spaces e.g. 7bis 14 Tage , eskannunter- Characters not converted with the accents e.g. Ü or Ö might become U or O.- Superscripts are often used in table to refer to a key - these may be a list of numbers, leters or special symbols and may be sperated by commas- numbers where there are special characters e.g. >169 , 4169 are often converted to all numbers.This all adds up to a lack of confidence in table extraction. Are there any options to set langauge? How is the OCR done? Can settings be applied?Kind Regards,Jono
Using Azure SAS tokens, there is a setting to specify IP Range. When a backend returns an SAS url to the frontend, for the purpose of displaying in the Adobe PDF Embed UI to use for annotating, it would be much more secure to provide a link that is only accessible by Adobe. Please provide IP Range we need to whitelist if possible
Hi All I am new to the PDF Extract API and today I have set up mye first php script to convert pdf files. The API returns neccesarry assetID, documentURI and jobID without any errors in any of the cURL requests. I get all 200 and 201 status-codes, which I'm supposed to. However, the json result/file is never returned by the script. I have created a loop/sleep functionality to monitor the status of the project. The status of the extract-job is written to a .log file like below. The job has been running for two hours now and I guess that's not normal. Have anyone had the same experience as described? If anyone could point me in the right direction it would be great.Here is the code used to check the status of the job:while(!$jobCompleted) { // Step 4: Poll the job status $ch4 = curl_init($jobStatusUrl); curl_setopt($ch4, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch4, CURLOPT_HTTPHEADER, array( 'Authorization: Bearer ' . $accessToken, 'x-api-key: ' .
I want to convert PDF to word document in Swift ios. With the help of rest API.I follow the steps1. genrate token -> https://pdf-services.adobe.io/token2. genrate upload uri -> https://pdf-services.adobe.io/assets3. upload the pdf file at the given path4. again export pdf in docx -> get response 201 https://pdf-services.adobe.io/operation/exportpdf5. now I am unable to check the status https://pdf-services.adobe.io/operation/compresspdf/urn:aaid:AS:UE1:d88e30be-1f8e-4ac3-b9cb-436d70a32693/status6. and i have also no idea about how i can download docx file
Hi Everyone, I have tested in windows console project. It is working.but ocrOperation.Execute(executionContext) unable to work in C# winform?Anyone know how to make it run in C# winform project?private void simpleButton1_Click(object sender, EventArgs e){try{CryptoEngine crypto = new CryptoEngine(CryptoEngine.AlgorithmType.TripleDES);string client_ID = appSettings["Client_ID"];string client_secret =appSettings["Client_Key"];string ID = crypto.Decrypt(client_ID);string key = crypto.Decrypt(client_secret);if (ID.Length > 0 && key.Length > 0){string inputFileName = "";string outputFileName = "";// Initial setup, create credentials instance.Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder().WithClientId(ID).WithClientSecret(key).Build();//Create an ExecutionContext using credentials and create a new operation instance.Adobe.PDFServicesSDK.ExecutionContext executionContext = Adobe.PDFServicesSDK.ExecutionContext.Create(credentials);OCROperatio
j'ai tout fait comme indiqué mais je ne trouve pas le bloc adobe pdf pour l'integrer dans un article pour integrer pdf. Comment faire?
I've tried to contact sales multple tines via the contact form to increase the limit on the number of calls we can use via the PDF Services API (we use via Power Automate). Haven't heard anything back, is anyone able to assist?
I've been playing with the acrobat API, to create PDF's, but so far I haven't found away to:1. Check if the user has Adobe account: the idea is to check if the current user is logged in to their account, if so, get the user's info, such as name and email.2. Once we have the user's info, then upload a PDF to their account, now this PDF is generated based on user's interaction.3. Once the PDF has been uploaded, get the url for review or share url.So far I can only create PDF's, and the created PDF is uploaded to the API credentials users, not the actual user that is interacting with the app.We want to upload the PDF to the actual user's acrobat account and then get the shared URL from that account, but I think that is something that Acrobat API can't do so far... On the other hand, when using the acrobat viewer I need the "comment" section to be available for any PDF, but what I'm getting is an error regarding CSP(Content-Security-Policy: The page’s settings blocked), script and sty
As the title says, we shipped new syntax for working with tables in DocGen. It should better support complex tables. You can see the docs here: https://developer.adobe.com/document-services/docs/overview/document-generation-api/tablewithmarkers/
Hi team As per usage limits pdf export supports 100MB.We are trying to export 90 MB pdf file , It is taking almost more than 5 minutes . So is there any criteria something like below to wait un till export complete and retry for status 10MB pdf takes "x" secounds 20MB pdf takes "x" secounds 50MB pdf takes "x" secounds 100MB pdf takes "x "secounds
All images should be extracted from PDF. This works for all smaller PDF but for a pdf of size-16mb it does not work.PDF has 24 pages.Actual Behaviour : Error is being thrown from API "Extract Images from PDF" -502 : Bad GatewayError : Unable to Extract Content- Internal ErrorSteps to ReproduceMicrosoft Power Automate using Adobe connector
I am getting the below error, when i am trying to generate document using document generation API
It seems that the Adobe API endpoint for converting DOCX to PDF files suddenly starting responding with ‘Internal Server Errors’ like the following at about 11:35 UTC yesterday (26 Oct):ServiceApiException [message =An Internal Server Error has occurred.; transactionId=JThRBbTnKBb7sEWccpLnw2K9ZpQfaDsH, requestId = uTxjoJosgnxr9ZhRR4cY26baeJ6JKyai, httpStatusCode = 500, errorCode = INTERNAL_SERVER_ERROR] We’re using the .NET Adobe.DocumentServices.PDFTools API client version 1.3.0 At about 15:16 UTC on 26 Oct we were able to stop the internal server errors by no longer setting the following options on the CreatePdfOperation: CreatePDFOptions.WordOptionsBuilder().WithDocumentLanguage(targetLanguage.ToSupportedDocxDocumentLanguage()).WithCreateTaggedPDF(false).Build(); Could you help us understand why your service suddenly started responding with internal errors to all our DOCX to PDF conversion requests with these options set? Also, in our metrics we see time per
Imagine you're working with an array of data that can be 0 to 3 values, based on some user input. Now imagine you want to conditionally show a paragraph of text based on if a value exists in that array. To do that in your Word template, use the `in` keyword. Here's an example: {% conditional-section expr(“ray” in names) %} Given that names is an array of strings, if 'ray' exists as an item, the text inside the condition will be displayed.
Hi Gurus, I receive a pdf file with an embedded Microsoft Excel file. I would like to save the embedded file somewhere for further processing in Power BI. Here is the kicker; I want to automate this process. I don't want to have to open the pdf file, open the excel document, then save it somewhere. I am already using Power Automate to save the pdf somewhere, but I'd like a solution to complete the workflow i.e., save the embedded excel file somewhere. The pdf file is just the wrapper, it's really the excel file I want. Thanks,Alden.
Is there a way to disable/hide the two-page view option from the Embed API? I would like to enforce this so that I can accurately log the pages viewed. Currently, in FULL_WINDOW mode, while scrolling, the events have the following information:PAGES_IN_VIEW_CHANGE will have the startPage as the left top page (page 1) and the endPage as the left most bottom page (page 3). Page 4, if existing, is also visible, but not accounted for.PAGE_VIEW will trigger 3 times, for the top left, top right and the bottom left, but not the bottom right. Again, page 4, if existing, is also visible. I want to disable this view, and log the last page visible where the fractionVisible is greater than .15.
Hi,I’m completely new to Adobe PDF Services and Power Automate.I’d like to create a flow that will convert a SharePoint list item attachment, which is a jpeg file, to a pdf file and add the pdf file to the list item as a second attachment. I've tried different options for hours but am getting nowhere.I noticed that Ben Vendenberg of Adobe wrote a flow in this post Failure to use "Merge PDFs" in Power Automate - Adobe Community - 12873352I would very much appreciate if Ben, or anyone else, could show me how to produce a flow for my particular requirement. Where I'm really struggling is to get the SharePoint attachment details into the Adobe connector. Thank you in advance.
I'm currently trying to utilize PDF Services API to collect JSON data, validate the data, use the data to fill a pre-made fillable PDF, and then use the dynamically created PDF with sanitized information. I have been trying to just get my head wraped around the API services so I built an app to test a few and none of them work, and I keep getting the same error. code: "CORRUPT_DOCUMENT"message: "The input file appears to be corrupted and cannot be processed.; requestId=fV8oppi4abzgpbGH3qpxxPeRLEMoVNK1"status: 400 I'm sure it's something stupid easy that I just keep overlooking, but I've been at it for an embarassingly long time. Don't judge the code too harshly, I've been throwing everything I can think of at it, and there's some random usless artifacts still floating around. I'm fairly certain it has to do with the document upload process, but I have no idea what I could be doing differently becuase nothing I've tried has worked. Any insights or suggestions would b
Extract text from Pdf is extracting numbers or any characters in sub position in different zones or bound i.e in same line I am getting multiple zones.Please suggest a solution to get a single zone data in this case.
follows steps described in https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/ however, all resources and project are stored in disk 😧 rather than C:When run sample code "python extract.py" Please update the library code accordingly.file_ref_impl.ref, line 48, changeos.renanme(self._file_path, abs_path) to shutil.move(self._file_path, abs_path)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.