Unlock the full value of DC Web with our global community.
Recently active
Hi,I am a newbie to Adobe Extract API.I am trying to use the extract API in postman. For this, I have downloaded the postman collection file from the URL: https://documentcloud.adobe.com/document-services/index.htmlNow, I am trying to replace the variables in the file, such as client_id, client_secret, etc.I have the client id and client secret but unable to get the following variables "Signed JWT", "Bearer token" and "x-request-id".Request you to let me know the steps to generate these variable values.
Issue:I'm currently working on a project where I need to obtain bounding boxes for different components in a PDF, such as images, tables, and text. To do this, I'm using the "Bounds" and "ClipBounds" attributes for all elements, as well as the "BBox" attribute for images and tables. My goal is to map these coordinates to pixel format because I need to use them on PDF pages that have been converted to images. To achieve this, I'm using the following normalization code:, y, w, h = int(x*img.size[0]/width), int(y*img.size[1]/height), int(w*img.size[0]/width), int(h*img.size[1]/height)where img.size is the size of the PDF page converted to an image and width and height are the page dimensions according to the API output.Actual BehaviourThis technique works for some PDFs, but it doesn't work for others. In some cases, I get neat bounding boxes using both "Bounds" and "BBox", while in other cases, I only get correct results using "Bounds" and not "BBox". There are also instances where both "
I want to convert a PDF file into text using the service API with windows bat.I want to know the URL of ADOBE_API_ENDPOINT in curl statement.
I want to convert the Excel to PDF . But I want to retain my fonts from the Excel.Currently I am trying tio use nodejs sdk but its not providing the appropriate result .Following the https://github.com/adobe/pdfservices-node-sdk-samplesI have provided the input , output I have received and output I am expecting to be : even in the provided expected output I can't able to replicate the fonts
I have seen several posts about this topic, but none have a resolution. Other than filling out this form for a 3rd time (https://developer.adobe.com/document-services/pricing/contact/sales/), is there a method anyone has successfuly used to switch from the free plan to the Enterprise plan?
{"error": {"code": "CORRUPT_DOCUMENT","message": "The input file appears to be corrupted and cannot be processed.; requestId=d47a25d3-3182-4246-9c7e-34edaae80696"}}
Hoping someone can help with some advice and guidance please, or point us in the right direction as to whom to ask please.RequirementThe use case is for a book that is created in an HTML canvas (can be up to 200 pages) and then printed to a pdf file.The book is a multipage HTML document created in an HTML 5 canvas we need to print to a pdf - the book can be up to 200 pages. We use hard page breaks, using break-after tag, to control page flow.We need to be able to control the pdf generation parameters used (such as image resolution, dynamic page size (for different sized books), default font, pdf as flattened, pdf as compressed (we have been provided with an Adobe pdf options file, attached in link below, that we need to accommodate).At times, we need to be able to print only a specific range of the HTML canvas (such as font cover of a cover canvas that includes all cover elements)The current, urgent, use case is a backend event driven process (server side). We are on AWS, and so would
Hi,I have been ableto use adobe document generation to map the fields from an excel data source into a word template. The excel file has columns with Yes/No values which needs to reflect on the word template in a table. Option 1 - Check the correct option in the tableOption 2- if option 1 is not possible show the correct value in the template. i.e if the excel row has a value of Yes, hide No and vise versa Excel data:Unique identifierAuthoritity for repairs, maint'nce, cleaningCouncil ratesUtility connection feesWater, sewerage + drain ratesWater usage charges1YesYesYesYesYes2NoNoNoNoNo3YesYesNoYesYes4YesYesNoYesYes5YesYesYesYesYes6YesYesYesYesYes7YesYesYesYesYes8YesYesYesYesYes9YesYesNoYesNo10YesYesNoYesNo Below is the table in the word file. Repairs, maintenance and cleaning costs:☐ Yes ☐ NoCouncil rates: ☐ Yes ☐ NoUtility connection fees:☐ Yes ☐ NoWater, sewage and drainage rates:☐ Yes ☐ NoWater usage charges:☐
We have recently upgraded our application to Spring Boot 3, which includes the transition from the traditional `javax` namespace to the new `jakarta` namespace as part of the move towards Jakarta EE. Since the upgrade, we have encountered a compatibility issue with the `com.adobe.pdfservices` library that we are using within our application.Issue Summary:Upon invoking methods from the com.adobe.pdfservices library, we are encountering a `NoClassDefFoundError` for `javax/validation/Validation`. This appears to be because the com.adobe.pdfservices library is still using the old javax.validation API, which is not available in our new Jakarta EE environment.Adobe pdf services sdk version: 3.5.0 implementation 'com.adobe.documentservices:pdfservices-sdk:3.5.0' Error Encountered:java.lang.NoClassDefFoundError: javax/validation/ValidationThis is causing a significant impact on our application, as we rely on the `com.adobe.pdfservices` library for critical PDF processing tasks.
While evaluating Adobe PDF Extract API I found that it is not identifying tables (in my scenario tables did not have any borders or background color).My guess is we need to fine-tune the model used by Adobe Sensei AI technology. So just want to know whether there is an option of finetuning the model? If yes, can you please share the documentation for the same.
I am trying to convert a dynamic HTML to PDF using Adobe PDF Services API as per the documentation - https://developer.adobe.com/document-services/docs/apis/#tag/Html-to-PDF/operation/pdfoperations.htmltopdf . `index.html` is trying to read data from a `json` file which is present within the same directory. When I am uploading the zip to `Upload Assets` API, it is all in the right file structure. However, the generated PDF is not displaying the contents.I can open the html from localhost and it displays the content properly within a browser. I have uploaded a sample dataset that I used for my testing.
I have downloaded the Postman Collection for HTML to PDF REST API and it works fine with Static HTML samples provided by Adobe.I see there are options to include headers and footers but that is limited to a title and page numbers. Is there a way to add Header and Footer as HTML -- I want to add my company logo to the header and footer, how do I do it ? IS there any docs or samples on how to add custom header and footer ?
I have been using the Embed API and have been modifying code in lots of different ways.Previously I remember when I would add an annotation, the save button would appear and a message at the top would say I have unsaved changes. I finally got around to implementing the funcitonality for the SAVE_API callback, but now it seems the SDK is no longer identifying when a change has been made so the SAVE_API callback is never being fired. I have made some changes to my implementation like using a promise to load the PDF and added some custom logic on some annotation callback. Would anyone know why my SDK is no longer Identifying changes?I'll be glad to provide more info if needed. 🙂
Our PowerAutomate connector has been updated to work with the new (simpler) oauth credentials. You can see this if you make a new connection. That's all. Have a nice day.
When i tried to export a pdf to pptx , i am getting this Error description = DOWNLOAD failed for documentIn with error: Unable to download file: Unable to change TTL in Redis; requestTrackingId = 72ec535a-854d-4e24-ab04-a8ec070373b7; statusCode = 500; errorCode = INTERNAL_SERVER_ERRORcan anyone help me to solve this , is this is the issue from adobe side or from my side.
We are using following script tag for ViewerSDK in index.html file of our application:<script type='text/javascript' src='https://documentservices.adobe.com/view-sdk/viewer.js'></script>But there has been a security risk found at this line with following details:Description: Javascript files can be imported dynamically from remote hosts when they are embedded into HTML. However, this reliance on a remote host for these scripts may diminish security, as web-application's users are only ever as secure as the remote host serving these Javascript files. Impact: An externally imported Javascript file may leave users vulnerable to attack - if the Javascript's host is compromised, if communications with the host are intercepted or if the host itself is not trustworthy, then the contents of the Javascript file may change to have malicious code, which could result in a Cross-Site Scripting (XSS) attack. Remediation Recommendation: Where possible, h
HiI've tested the API for the document generation and when I was using one document which it's not so much formatting it was working fine and now when I'm trying a document with more complex formats it is failing. It's giving me this error response: { "error": { "code": "CORRUPT_DOCUMENT", "message": "The input file appears to be corrupted and cannot be processed.; requestId=8PHWyk3LUZOefMx41VZeTej3aaS3hdfv", "status": 400 }, "status": "failed" } When I try to merge document with the adobe addin in the msword app, it is working fine. How can I debug or get more details about what exactly is causing the problem?
I am trying to get Adobe PDF Services on AWS but on this page: https://aws.amazon.com/marketplace/pp/prodview-wzykfz2grnbdkI am getting the following message: "This version of Adobe PDF Services API (U.S.) is not available to new customers."When I further explored I found out the following thread in this community: https://community.adobe.com/t5/acrobat-services-api-discussions/adobe-pdf-services-api-availability-on-amazon-aws/m-p/13782839#M6126 Quoting the response from above thread:"3) PDF Services API is 100% still supported by Adobe, the ONLY change here was the ability to sign up and pay via AWS. You can still use our services anywhere (AWS, Azure, etc), but you will need to get credentials here, and for paying customers, work with Sales." So here it says that PDF Services API is supported in AWS. So can you please elaborate on how I can use the PDF Services API in AWS.
Currently we run a script tag as per the documentation : <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> The problem with this,is that while the domain may be backed by a super fast CDN, on occasion (1 in every 5 or 6 requests our users need to wait about 6-7 seconds for intial connection then download the script) <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>Is there a sdk I could install with npm so the package is stored locally/same domain?
When using the comment function on the annotation toolbar, it does not trigger the ANNOTATION_ADDED event in my callback, every other one does. I have the right hand comments panel disabled, because i don't want to show comments in the Adobe UI, i have my own UI which handles the callbacks and communicates with the PDF viewer through the API
This happens only with large files(over 80mb)my config:const customFlags = { showToolbar: false, showCommentsPanel: false, downloadWithAnnotations: false, showToolsOnTextSelection: true, printWithAnnotations: false};
Hi, I am generating a PDF document from a MS Word template and a JSON using DocumentMergeOperation (.NET SDK). This works fine but when I check the advanced options of the generated document, in the default reading mode options is the English language. how could I modify this value to another language? Thank you in advance for your help.
When selecting text on this PDF, the annotation toolbar fails to open at all
Dear community.I try to compress PDF files over the api service and build a code, based on the documentation.I always get the result:[code] => INVALID_INPUT_URL[message] => The input URL is either invalid or unsupported. Its a bit confusing. I send the blob via the input uri.Is there something wrong?Thanks! $file_content = file_get_contents($filepath); $data = array( "input" => array( "uri" => base64_encode($file_content), "storage" =>"BLOB" ), "output" => array( "storage" =>"BLOB" ) ); $json_data = json_encode($data); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://pdf-services.adobe.io/operation/compresspdf'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data); // Headers setzen $headers = array(); $headers[] = 'x-api-key: ' . $config["adobe"]["client_id"]; $headers[] = 'Content-Type: application/json'; $headers[] = 'Authoriz
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.