Unlock the full value of DC Web with our global community.
Recently active
Hello, we would like to sign an electronic contract with our customers. Is there any ready-made scheme? If the solution needs our back-end support, is there a golang version of sdk?
I've copied Adobe's demo code and replaced their demo PDF's URL with one of my own. The demo PDF shows fine but it won't show mine. I get "An error was encountered while processing the file. Some features might not work". I'm not a developer, so I don't understand the URL CORS stuff. I've uploaded the PDF to Google Drive, my own Wordpress site, and Adobe Cloud. None of the URLs work. I compressed the file in case that's the issue and it didn't help. What am I doing wrong? (I can't share the actual page I'm embedding on because it's private and requires you to create an account to view it).
Hello everyone,I have a free tier of the PDF service and have successfully converted Word documents via the REST API by using the internal (adobe) storage (with Postman). Now I wanted to convert a document from SharePoint Online using JavaScript and fetch command. The query looks like this:fetch('https://pdf-services-ew1.adobe.io/operation/createpdf', { method: "POST", headers: { "Authorization": token, "x-api-key": apiKey, "Content-Type": "application/json", }, body: JSON.stringify({ input: { "uri": "https://mytenant.sharepoint.com/documents/MyDoc.docx", "storage": "SHAREPOINT" }}) }); I get the following answer: { "error": { "code":"BAD_PARAMS", "message":"Not able to infer an input media type. Check the provided input and try again." } } I assume that it is an error that the Sevrice cannot simply access the file, because logically it has no access. The question I have is, what do I have to do so that the PDF service can read this file?
I have tried Everything in the world to reach Adobe API Depoartment with no look. We are looking to obtain PDF Services API strting at 15k Per month. Anyone in this group have access to the Sales team please let me know. Thanks in advance.
We want to integrate Adobe Acrobat Sign service to a project.Problem: Access token provided is invalid or has expired.Even using a newly created access token, issue exists.API Endpoint: /api/rest/v6/transientDocumentsAcrobat Services: PDF Services API
i am facing this issue what can be the issue. how can i resolved this. please provide with some guidelines
Good morning, Is there an existing endpoint for removing or creating bookmarks into a PDF document through a Cloud REST API?
We have successfully created pdf with PDF services api in our .Net solution, but we are struggling to find a way to add bookmarks to it. We found this resource which has guidance on how to do it using the legacy libraries. Could you please give us guidance on where to find these Acrobat-PDFL SDK libraries and how to import them into our solution? Kind regards, Lana
I read in the Adobe Embed API's documentation that it supports a number of languages by passing a locale code. What specifically is the purpose of passing a new locale code? What specifically is changing in language when a new locale code is passed? I would imagine possibly the Adobe controls in the iframe and that is all? Any detail on this would be greatly appreciated. Thank you in advance.
For a white label web application with unlimited domains(not subdomains), is there a limit to how many Adobe Embed API projects/client IDs can be generated in the developer console? I am aware that subdomains can be used under the same client ID- I am asking about limitations on separate domains. Thank you in advance.
We are using Adobe pdf connector for merging pdf files but facing issue, we tried to find more details on this error but no luck, also tried reaching out to adobe support team but did not got proper response.Error:The input file appears to be corrupted and cannot be processed.
I have a requirement to convert pdf into docx , so when i am converting my ocr pdf into docx, I am facing some challenges like the handwritten characters are excluding from the ocr, thats why those regions are getting messed. And the regions with ash colour background are also getting messed like the images below.Could you please help me how to overcome this kind of challenges or like did i get any support paid apis?
Refering to this original post about formatting dates in a JSON object using toMillis and fromMillis:Date formatting / examples of using JSONata expres... - Adobe Community - 13261898 This apporach works with dates in the JSON object that are not in an array. If you try to do this using the old table format or new table format, they result in an unexpected result. Consider this data:{ "noArrayDate": "2024-12-30T05:00:00Z", "details": [ { "unitId": 0, "endDate": "2031-01-01T05:00:00Z" }, { "unitId": 1, "endDate": "2025-01-01T05:00:00Z" }, { "unitId": 2, "endDate": "2025-01-01T05:00:00Z" } ]}Using the following Word Template, include either the "New Table Format" or the "Old Table Format" and generate the document to see the result. with the new tab
Document Generation API: How to format merged data date values? There are very basic maths function but no function for (re)formatting a date that has been supplied in http://en.wikipedia.org/wiki/ISO_8601 format.
Hi, i have clicked on trial and asked for card details i entered and then i have charged for annual subscription i immediately canceled there is no way i contact adobe. Share me email address
Could you please add support to convert a CSV into PDF?
I want to check if a PDF was generated as an export from Google Slides / Microsoft PowerPoint or Apple Keynote. What would be the best way to do so? Thank you.
Hello,I have the following short code to extract tables in csv from a pdf. But it seems I did not understand something in the call (error message after the code snippet) import requests import json import pandas as pd def get_access_token(credentials): auth_url = "https://ims-na1.adobelogin.com/ims/token/v1" payload = { "grant_type": "client_credentials", "client_id": credentials["client_id"], "client_secret": credentials["client_secret"], "scope": "openid,creative_sdk" } response = requests.post(auth_url, data=payload) response.raise_for_status() return response.json()["access_token"] def get_uploadURI_and_asset(access_token, client_id): initiate_upload_url = "https://pdf-services.adobe.io/assets" headers = { "Authorization": f"Bearer {access_token}", "x-api-key": client_id, "Content-Type": "application/json" } payload = { "mediaType": "application/pdf" }
I have a use case in which multiple PDF files are uploaded. I want to make sure no duplicate files get uploaded based on all the documents that have already been uploaded. What would be the best way to achieve this? Thank you.
I want the ability to show my users a list of all of my help topics and allow them to pick which topics they want to create their own PDF. Is that possible?
using custom read / connect timeouts but get the following pdf extract error - how do I debug? File is 20mb PDF. -----error------python3.10/site-packages/adobe/pdfservices/operation/internal/api/platform_api.py", line 64, in is_correct_response raise ServiceApiException(job_error_response.get('message'), ResponseUtil.adobe.pdfservices.operation.exception.exceptions.ServiceApiException: description =ERROR - Unable to extract content. Internal error; requestTrackingId=d25c9ba3-1b4f-4863-9c81-8fd33d9b019f; statusCode=500; errorCode=ERROR
Hi there, when we use dc-visualizer-app we always get Sect element in the paths and when we use the API it depends per document.Is there a way to force the sect in the paths?
I would like to share a PDF that allows for annotation. However, I only want the current user to see their own annotations, and no others. Is this possible? I'm assuming this needs be done via PDF Embed API?
Today we released a major update to the .Net SDK (https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/#net). This new SDK supports our REST APIs much better and more information may be found in the release notes: https://developer.adobe.com/document-services/docs/overview/releasenotes/#july-22-2024-net-sdk-400-major-release At this point, all of our SDKs are 4.x and higher, supporting the REST APIs properly. We'll have a blog post talking about this more in a week or so. Of course, you can continue to use the REST APIs if that's what you prefer.
Hi,after extraction, we sometimes have elements like these, where there is a parent with Text (here "NO") and a child which contains a part of the text, with different font properties (here "2", which should be "N2O" if combined). My question is: How can one combine such an inline element at the right position in the text-flow?In the docs (Extract API | How Tos | PDF Extract API | Adobe PDF Services) I see:Text: Text for the element in UTF-8 format, only reported for text elements. When inline elements are reported separately from parent block element, then this value has references to those inline elements.How can I see such a reference to the inline element? Or is this meant differently? ... { "Bounds": [ 211.8, 333.0, 222.9, 398.5 ], "Font": { "alt_family_name": "Times", "embedded": true, "encoding": "MacRomanEncoding", "family_name": "Time
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.