Unlock the full value of DC Web with our global community.
Recently active
Hi AllIs there a possability to disable the AI Assistant in the Adobe Reader plugin within Microsoft Teams?I want this for all users in our organization.Thanks!
Hi there, I am using the Merge PDFs connector to merge 2 PDF file save on SharePoing.Using Power Automate Clow Flow: 1) Manually trigger a flow2)Get file content using path3)Get file content using path4)Merge PDFs - this is where the flow does not work. Not sure why it is not processing this step
We've reached out serveral times to customer support, need to increase our quota from 500 a month. Bottlenecking with customers. https://developer.adobe.com/document-services/apis/pdf-services/
Hi all. I work on an application that applies annotations to PDF documents. After loading the PDF viewer we call the annotation manager API's addAnnotations method. The promise eventually errors out with the following error (see image below) "Error: std::bad_alloc,std::bad_alloc", and we can see that some of the annotations have not been added. Some important context is that we are attempted to add up to 500 different annotations to a given PDF. From my (admittedly basic) tests, the limit appears to be around 120 annotations before the error happens. I have attached an image of the browser's console. This is in Google Chrome. Is there a known maximum number of annotations that is supported? I did not see a number mentioned in the docs. I tried chaining the addAnnotation promises in batches of 100 at a time, but the error still occured. Very interested to hear if anyone has also had this same issue, or if any Adobe devs would like to take a look
I setup a Power Automate flow use "Create Serachable PDF using OCR" to make scanned documents searchable. It was working great during the free trial of the API. So, I setup a paid account so that we could continue to use the API after the trial ended. However, when the trial ended, the flow began to fail. The error says "Action 'Create_Searchable_PDF_using_OCR_2' failed"
Hi there, We are getting some users reporting app crashes when they start zooming in on PDFs on mobile. Im wondering if there is a rendering process which increases memory usage which could be disabled?Cheers
Hi All , I am trying to invoke the Adobe PDF Services API to convert word document to PDF. Is it possible ? I am using this API externally in Post man . Endpoint: https://pdf-services.adobe.io/operation/convertToPDF{ "input": "Base64 encoded DOCX file", "outputFormat": "PDF"}. Is this valid ?
Hi ,Is there any PDF Services API to modify document and add a footer to the document ? Please provide the API endpoint.Thanks
Is there a way to hide or disable context menus (Add sticky note and Use Drawing tool) when a PDF file is viewed on Web page using Adobe Embed API.Our customized implementation use case ask to restrict user to perform annotation based on its profile and hence need to ensure PDF is viewed but annotation is not allowed for user. Currently I don't see any configuration to hide annotation related contex menu or disable them.Attached is screen shot.
Hi team,it seems kike PDFServicesSDK is affected by CVE-2024-45302 found in the RestSharp dependency. See: https://github.com/restsharp/RestSharp/security/advisories/GHSA-4rr6-2v9v-wcpc There is a fix availaible in RestSharp version 112.0.0. Do you have plans to update PDFServicesSDK to latest RestSharp version? I did search for any mention of the CVE in connection to the SDK but did not find anything. Thanks a lot for any information. Best,Ariana
When I make HTML TO PDF API using .Net SDK I get this error "{"Bad Address, request terminated; requestId=8a16cea5-deb2-4d6b-a044-74b4e0451467"}" private async Task<Stream> CreateFromHtmlStream(Stream htmlDataStream) { try { // Initial setup, create credentials instance var credentials = GetCredentials(); // Creates a PDF Services instance var pdfServices = new PDFServices(credentials); // Creates an asset(s) from source file(s) and upload var asset = pdfServices.Upload(htmlDataStream, PDFServicesMediaType.HTML.GetMIMETypeValue()); // Create parameters for the job var htmlToPDFParams = GetHtmlToPdfParams(); // Creates a new job instance var htmlToPdfJob = new HTMLToPDFJob(asset).SetParams(htmlToPDFParams); // Submits the job and gets the job result var location = pdfServices.Submit(htmlToPdfJob); var pdfServicesResponse = pdfServices.GetJobResult<
Hello, This is Ravi from MortgageKart, a UK based Mortgage and Insurance intermediary. We have exhaused the Free tier transactions for Adobe Acrobat Services Free Tier. I have been trying to contact sales since Dec 2024 and have raised a pricing requesst for 7 to 8 times but no one seems to be getting back. I wonder how should I progress here and continue using the APIs
I have AWS S3 file url (PDF file) which I have to upload to adobe online and open it for editing. I could not able to find any API related to it. Could any one help me to do this. Thanks in advance.
Hi team, I noticed that the annotationManager.selectAnnotation() API jumps to the annotation's page's beginning location, instead of the annotation's location or centering the annotation. If the annotation is at the bottom of the page, then the annotation won't even appear as it only shows the upper half of the PDF document.
PROFESSIONAL EXPERIENCE {% repeating-section user.experience %}{{ company }} {{location}}{{ role }} &n
I am a novice to coding but am trying to figure out the PDF Extract tool to reduce data entry into my ERP. I need help to understand the process. The tutorials presume a lot of prior knowledge. Can someone help?
In Word, when saving as PDF, there is an option to include existing bookmarks in the PDF: When creating the PDF using PDF Services API, the bookmarks are not included.Is there an option to include them? If not, are there workarounds/ideas how to do it?I need the existing bookmarks from Word to appear in the PDF. Thank you.
I have an issue where I am getting an error in PowerAutomate while using Adobe PDF Services connectors, Private key file could not be parsed. Strange thing is I am using same account for another flow in same environment and it works fine and fails for only this flow.
Hi,We are encountering an issue (please find the attached image) when loading a webpage using the Adobe PDF Embed API. This issue occurs only on certain iPhone devices and exclusively in Safari.We observed this issue on an iPhone 13 running iOS 15.0, where the page fails to load properly. While it also occurs on some other iPhone models, it functions as expected on most versions and devices.Initially, the page loads correctly, but it then automatically reloads and breaks. After troubleshooting, we identified that the issue is caused by the PDF Embed API. Removing the API code allows the page to function as expected.We would appreciate any assistance in resolving this issue, as it is impacting our production environment and requires an urgent fix.Thank you!
Hello, is there a way to disable "Download Document" when user right click on the pdf in PDF Embed API?
Hello, I use the PDF generation API to send docx template + array to retrieve pdf. All was working fine since end of March.A working docx template will no longer work if i save it again (like add space + remove + save).the problem occurs only when converting in pdf: template docx to docx seem working fine.'cpf:inline' => [ 'outputFormat' => 'pdf', 'jsonDataForMerge' => ['toto' => 'toto'], ],outputFormat as PDF trigger the error.here is the UNSUPPORTED_OR_CORRUPTED_TEMPLATE error : \"cpf:status\":{\"completed\":true,\"type\":\"\",\"title\":\"Either unsupported or corrupted file content provided. The only supported format is docx; transactionId=XpY0r4AgreDVkynOlMAPp60Qau7COeTL\",\"status\":400,\"report\":\"{\\\"error_code\\\":\\\"UNSUPPORTED_OR_CORRUPTED_TEMPLATE\\\",\\\"source\\\":\\\"docgen_engine\\\"}\"}It seems there is may be a conflict with the Microsoft Word update and Adobe API service ?
I’ve been following the steps in the (view.developer.adobe.com/document-services/docs/overview/pdf-services-api/vip-mp-onboarding-guide/) to set up Adobe Acrobat Services API, but I’m running into issues when trying to create the credentials for my project. Here’s what I’ve done so far:Logged into the VIP Admin Console and added a developer under the “Acrobat Services API - DOC TRANS PACK” product.Created a new project in the Adobe Developer Console, selected the Acrobat Services API, and entered the required details. But when I try to create the credentials, I get stuck at the “Save Configured API” step. It doesn’t allow me to proceed, and I keep getting an error message that says “Unable to save the configuration.” I’ve checked the product settings, and everything seems fine. Here’s a snippet of my configuration, and I’m unsure if something is missing:project: acrobat-services-project api: Acrobat Services API - VIP credentials: [generated-credentials]I’ve verified tha
Hi, Is there a service that will detect if a PDF is scanned? I'd like to determine if a PDF is text-based or a scanned image before OCRing it. I don't see what I'm looking for in PDFProperities. Thanks, Jeff
I have a very simple Power Automate flow set up where a shared inbox recieves an email and the excel attachment is converted to PDF and shaved to sharepoint. I am running into an issue however where after the conversion, the date that I had formatted as =text(C$10,"dddd, mmmm dd, yyyy") is not returning correctly. When I would expect "Friday, January 31, 2025" I am getting "2025-01-31 00:00:00.000". What do I need to change to have the date show correctly on my report?
Hello, trying to use the SDK embed feature to embed a pdf into my Adobe Portfolio website. however I keep seeing that the embed code is not valid, whether it is my own or the sample one provided.
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.