Unlock the full value of DC Web with our global community.
Recently active
I want to disable comments in sidebarSetting showAnnotationTools: false solves it but it disables PDF annotations altogether, I need a way to disable the comments sidebar only. is there a way to do this?
I am currently using Adobe OCR as part of a workflow. I wanted to track the version of the OCR model used for each conversion. Still, I need help finding documentation on metadata provided by the API call, specifically, the version used for converting the non-text stored information into machine-readable text. I want to do this for data provenance reasons. Does anyone know how to do this, or is it even possible?
There appears to be an issue with Note Annotations boundingBox not being updated. When I try to use the updateAnnotations method with an Note where the only change is the bounding box an error is thrown saying there is nothing to update. In the docs it specifically says this is possible for note annotations, but I only get the error message.https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_comments/#updateannotation-api I can provide more information if necesarry. Please let me know how to resolve this.
Hi, I was able to connect to the adobe service connector in powerapps but when I try to submit. I get an error that there was no response from the server. I tried different payloads, blobs. nothing seems to work.
I need to create pdf from nonpdf files like docs, excel files, and ppt files. Do we have something like that in acrobat?
Hello, dear community, I have a question. As you may know, the MS Edge browser can run a new viewer called the Acrobat Reader Engine. I programmed an interactive document in JavaScript, and it works well when I use Acrobat Reader. The main function is built around adding the PDF-File to Outlook. When I open the document with the new Acrobat Reader Engine, that function doesn't work, maybe because I use the mailDoc() function? Best RegardsAndi
I have created a PDF form that has a submit button. I am having problems getting this to function properly so I am trying it using the EmbedAPI. This is the url: https://familiarfacesengraving.com/joomla/nmha_form.htmland I have attached a copy of the form. I am now getting the error: Form data cannot be submitted to provided server) that I was getting.Any help would be greatly appreciated. Rob
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
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.