Unlock the full value of DC Web with our global community.
Recently active
I've reached out multiple times to Adobe regarding their document generation API. My company is looking to use it at scale and wanted more information on pricing. Does anyone know how I can get a hold of anyone on this Adobe team?
Hello! We have been using Adobe API services with Power Automate at our org happily for the last year. In January, our credentials expired so we generated new ones on the project and we've hit our 500 item limit and it's causing issues. I have asked for sales to reach out and I've submitted a technical request form but I have not had either acknowledged or returned. We're a bit dead in the water. Is there any way for us to hook up our AWS payments with our services again so we can get rid of this iterruption? Thanks in advanced for any advice.
Dear Community, I am going crazy. I am trying to extract a few PDF files and I get the error: "File not suitable for content extraction: File contents are too complex for content extraction" for some files. Unfortunately, this error doesn't help me at all. The files are not large (9 MB), there are only 4 pages and they look exactly the same as all the others I am working on. unfortunately I am not allowed to share the PDF files. Could someone please give me a hint as to WHAT is too complex? Best regardsTommy my code: try: #Initial setup, create credentials instance. credentials = Credentials.service_principal_credentials_builder().with_client_id('XXX').with_client_secret('XXX').build() #Create an ExecutionContext using credentials and create a new operation instance. execution_context = ExecutionContext.create(credentials) extract_pdf_operation = ExtractPDFOperation.create_new() #Set operation input from a source file. source = FileRef
Hello,I am trying out the PDF Embed API. It has mostly been great, but I am encountering an issue of opening documents on mobile.Attached are two screenshots, one from desktop which works perfectly. And on mobile (at least Android), which gets stuck on "Opening Document 100%" until eventually quitting.This website is open source, you can see the code here:TheAntiCarCollective.github.io/pages/modules/links.ts at a37710ac6ef7c5c84e99433c47e04308cf1a1418 · TheAntiCarCollective/TheAntiCarCollective.github.ioA link to test with:https://anticar.org/?link=PdfLink-justin-tyndall-the-effect-of-front-end-vehicle-height-on-pedestrian-death-riskThe PDF it's pulling:justin-tyndall-the-effect-of-front-end-vehicle-height-on-pedestrian-death-risk.pdf (anticar.org)Any leads would be appreciated. Thank you.
Hey there, I'm looking for help with an automation in Adobe Acrobat. We print stationery for our customers. They purchase the item, and we select the pdf files for their items and combine them to make file for printing. We would like to be able to automate this by using a csv that will contain the purchased items SKUs, which is identical to the file names for each item, and have those pdfs automatically combined in acrobat with a few preflights added on at the end. Is this possible? Any help would be greatly appreciated!
I am trying to compress a PDF, and after compressing it, I need to get its file size. So, I tried the following code:Node JS // Initial setup, create credentials instance. const credentials = PDFServicesSdk.Credentials.servicePrincipalCredentialsBuilder() .withClientId(clientId) .withClientSecret(clientSecret) .build(); // Create an ExecutionContext using credentials and create a new operation instance. const executionContext = PDFServicesSdk.ExecutionContext.create(credentials); const compressPDF = PDFServicesSdk.CompressPDF; const compressPDFOperation = compressPDF.Operation.createNew(); // Set operation input from a source file. const input = PDFServicesSdk.FileRef.createFromLocalFile(fullFilePath); compressPDFOperation.setInput(input); // Provide any custom configuration options for the initial compression. let compressionLevel = PDFServicesSdk.CompressPDF.options.CompressionLevel.LOW; const initialOptions = new compressPDF.options.CompressPDFOption
Good morning,I would like to know if it is possible to combine the effects of cell-extension (horizontal) + discard-row-if.In my example below, I have a table with several loan numbers.I would like to display the values corresponding to loan number 1 horizontally.How to do ?Thank you for your help.Nb: With this formula, discard-row-if is ignored
Hi all - We are a SaaS company (using Adobe ourselves, internally) with many enterprise customers using our product. We are attempting to switch to Adobe for document generation and signing, embedding these capabilities into our products that we can offer to our customers and their users.We have tried, unsuccessfully, for about 2 weeks to get in contact with someone from sales who can help. We've been told that there's a separate "embed team", and that the online form is the only way to contact them. We've been passed back and forth to different sales teams, but no one knows who to contact. Am I missing something? I need to get my teams access to the document generation APIs and signing APIs to proceed with our product, but we're just stuck. Any help is much appreciated.
Hi, I am working on a flow, in which we upload pdfs to S3 and then ping a lambda function that will use the Extract API in order to extract the tables from the PDF.I see that it works well but my request is: can the SDK be changes such that it can return polars/pandas dataframes instead of a ZIP of CSVs?Or at least give us some control over it ? Like let us submit pull requests ?I definitely would love this possibility because now I need to run it, unzip, then read all the csvs into dataframes and then do the processing.And everything seems fragile to me.
As an FYI, today we released two big updates: 1) First is a brand new Java SDK that should support the async nature of the APIs better. It also removes the need for temporary storage and lets you delete assets (if you wish). 2) Webhooks are now supported removing the need to poll for job completion. Currently it isn't universal (it isn't supported in PDF Properties), but you can make use of it now in the Java SDK or via REST calls.
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
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.