Unlock the full value of DC Web with our global community.
Recently active
I noticed last spring that there was a new option in Preferences to use "cloud-based autotagging for accessibility." https://helpx.adobe.com/ca/acrobat/using/cloud-auto-tagging-accessibility-pdfs.html Is this the same feature as the Adobe Sensie AI AutoTag described here, or are they different? https://news.adobe.com/news/news-details/2023/Media-Alert-Adobe-Scales-PDF-Accessibility-With-Adobe-Sensei-AI/default.aspx Thanks Karin
Hi, I want to display a pdf using the WebRemoteControl of Reaper. Inside Reaper I have to start the webserver, than I can access the site via 192.168.x.y:8080When put the adobe api into the html file, I can select a pdf file and it loads, but after one second the whole reader dissapears.When I open the html file directly (open via the browsers open-dialog, not ip+port), it works fine.This happen with different browsers (Firefox, Edge, Chrome) on Windows 10, 64 bit Can anyone help me how to get this fixed?Is it a problem of the Reaper-WebRC, or of adobe api Below you find a minimal example of the used html-code. Thanks a lot for any help <!doctype html> <html> <head> <script src="main.js"></script> <script src="index.js"></script> <script type="text/javascript"> function wwr_onreply(results) { var ar = results.split("\n"); for (var i=0; i < ar.length ; i++) { var tok = ar[i].split("\t");
Attempting to select a simple piece of text, throws hundreds of javascript exceptions in the browser and does not enable the toolbar even upon waiting for it. Uncaught TypeError: Cannot read properties of undefined (reading 'deviceLeft')at CommentsOverlay.onSelectionEnd (CommentsOverlay.jsx:420:37)at SignalDispatcher.js:25:9at Array.forEach (<anonymous>)at SignalDispatcher.trigger (SignalDispatcher.js:24:17)at endSelection (selectionHandler.js:143:3)at TextManager.selectionHandler (selectionHandler.js:63:14)at TextManager._onSelectionEnd (TextManager.js:606:10)at TextManager.endSelection (TextManager.js:622:12)at TextManager.handleMouseUp (TextManager.js:640:10)at PageContentHandler.invokeTextManagerMethod (index.js:100:47) See attached video
hello i am Using Extract API to analyze my PDF Files. I have a Question About this APIs are using OCR to Extract PDF Text?? Because in my workflow it's really important about Acuraacy But i already Checked in Demo. Some PDF Couldn't recognize Text . it goes like this Text:"□H�Q!i " So if this APIs are using OCR i have to find another way to extract PDF Text.
No matter what the annotation manager settings are, if the PDF is protected (comments and annotations disabled), the annotation manager settings are not respected. It will show the comments panel and toolbar even though the pdf is protected. This is because the exception is thrown before the annotationManager setConfig call, and there is really nothing i can do about it.
Hello, We have implemented the PDF embed API into our site for users to view PDF documents which are stored in AWS S3. But we have a few files which generate the error: An error was encountered while processing the file. Some feature might not work. I have checked the pdf files in question, but they appear to be fine. I can also open them in Acrobat reader and other pdf readers. I have uploaded one of the files into the demo website and it also shows this error. Is there anything that can be done to show these pdf files correctly in the viewer? Unfortunately, I cannot share the files publicly, as the PDF documents in question contain confidential information. If I edit the PDF to mask the confidential information, the edited file is shown correctly... sooThanks!
When I copy the selected text, the spaces between the words are discarded and all the letters are joined together,like this: Therecentemergenceofnoveldata-independentacquisition techniques(DIA),suchasSWATH,11MSe,12pSMART,13and WiSIM,13presentsachallengetoinvestigatorstryingtodesign optimalacquisitionstrategiesandprocessingalgorithms
When using AddAnnotations API, the Undo icon appears.. but I'm loading annotations in from my servers database... https://community.adobe.com/t5/acrobat-services-api-discussions/comments-and-markup-annotations-undo-redo-gui-changes-and-names/m-p/13576455 2. Undo/RedoWhen I save the comments my server and reload them on a different computer, the "undo/redo" buttons appear immediately, and I can undo all the previous comments added from other users. Is there any way of blocking this? Why are you able to undo annotations that werent inserted from the user? The undo button appearing is incredibly confusing for users who never added any annotations. What is there for them to undo?? Why is there two methods for AddAnnotations and AddAnnotationsInPdf also?
I am using Adobe PDF connector in Microsoft Power Automate. The Connector is added in the flow to protect PDFs from viewing. Once the PDF is protected, I am sending the PDF as an attachment to email. However, the file is not getting opened. What can be the issue?
Been on again/off again with the pdf services api for the last 18 months, and returned to a new and hopefully finalize project soon. I "used up" my 500 monthly credits although I extracted many fewer docs. I guesstimate 150, 2-page docs. I've looked around for 30 minutes and there is either a 1) free section or 2) contact sales for enterprise, but no place for "retail" sales. Isn't there a section which takes credit cards? I previously recall doing this directly and through amazon marketplace which has subsequently been cancelled. Please advise as Adobe is my first choice for around 1,000-10,000 docs month initially, a relatively small amount, I know. Thanks in advance.
Hi,Is there any inbuilt tool or documentation which can be used to deserialize the Structured JSON to get the Proper DOM hierarchy of the document.
I'm trying to connect my Adobe PDF Services to Power Automate and it keeps telling me the connection is broker. When I try to fix it, I get a message stating that my credentials are invalid.
This is my url "https://assets.layupcloud.com/uploads/ks/documents/5abeaaad4ca131d6b30e444712d4df25.pdf"This code:<!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples--><!DOCTYPE html><html><head> <title>Adobe Acrobat Services PDF Embed API Sample</title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/></head><body style="margin: 0px"><div id="adobe-dc-view"></div><script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script><script type="text/javascript"> var viewerConfig = { showAnnotationTools: false, enableFormFilling: false, showDownloadPDF: false, showPrintPDF: false, showZoomControl: true, defaultViewMode: "", /* Allowed possible values are "FIT_PAGE", "FIT_WIDTH", "TWO_C
Hello, We're using the Adobe PDF Embed API. THe javascript with the PDF file we are opening does not work. For example javascript on a radio button to enable or disbale another text field does not work in the Adobe PDF Embed API. Is there a way to make this work or an alternative? Thanks.
2023-12-06T15:01:43.672Z: Exception encountered while executing operationdescription = request timed out, 10 seconds expired; requestTrackingId = undefined; statusCode = 0; errorCode = UNKNOWN2023-12-06T22:01:43.693:[ERROR]: Unexpected Error, request could not be completed Error: socket hang up I found some posts that have the same issue, but none of them are working for me:https://community.adobe.com/t5/acrobat-services-api-discussions/socket-hang-up-nodejs-compresspdf/m-p/12721107https://community.adobe.com/t5/acrobat-services-api-discussions/document-services-api-node-js-socket-hang-up/m-p/12044544 Has anyone had experience with this or can suggest what I can do? Thanks!
Two pages to view the show cover page is not an option in Embed PDF API is this correct Will I have to re-output my PDFs as double pages spreads I have a large back catalogue of PDFs which are all set up as Two pages to view the show cover page. Is there a workaround for this?
Hi, I watched a presentation by Raymond Camden that mentioned protecting your PDFs from downloading which I know how to do within the API embed code, He went on to describe a way of protecting the links in the code to the PDF by creating indirect links to the pdf (or something like that ) I will be putting the content on A Joomla Accessd control site so you would need to be registered just to access the pdf, But this would not prevent a determined person from downloading the content. Could you point me in the direction of a tutorial on protecting your PDFs from downloading but still being accessible to the API? Apologies for the confusing question I just trying to better understand what he said and if I could implement something similar
https://usermanagement.adobe.io/v2/usermanagement/organizations/orgid/users I am doing a get request to get all the users from adobe acrobat. I used the client id as api key and the token as well for authentication still getting the below error: { "error_code": "403003", "message": "Api Key is invalid" }....While trying to fetch users
Description - Allow the use of InDesign documents as templates for the PDF Services Document Generation Module.Why is this feature important to you - We require a system that can handle document generation to provide custom on-brand but templated documents to 1000+ stores. Unfortunately, Office documents will not be sufficient. Since we already use Workfront and InDesign quite heavily it would be nice to keep the users in one system.How would you like the feature to work - It would be great to allow Workfront to be used as a front end to make requests for frequently used document designs. The requestor could fill out a custom form and then get either an InDesign document or a PDF file with the blanks/tokens filled in via Workfront Fusion and the PDF Services Document Generation Module.Current Behavior - The PDF Services module does not allow InDesign documents.
German numbers use a comma as decimal separator and a dot as thousand separator.When converting Excel files to PDF, numbers and dates are stubbornly displayed in US style, with a dot as decimal separator and a comma as thousand separator.Furthermore, Excel allows various formatting variants for numbers and dates.These, too, are ignored in the conversion process.For invoices this is an important issue. Original: Conversion Result: Is there a way to keep the original display formats of number and dates?
Hi, I'm hoping to use an Illustrator API to edit the document color swatches and have an updated document returned. I can't seem to find that listed in the services available.
Hi, I've created a Node JS solution using the document services API which converts ~15 files to PDF, then combines them to a single PDF. Almost every time i run it, one of the PDF conversion or combining operations fails with 'ServiceApiError: request timed out, 10 seconds expired' and 'Unexpected Error, request could not be completed Error: socket hang up'. Due to how common this error is, the solution is currently unusable. I saw another post on here mentioning a similar error and it was left that it was probably a connectivity issue. I do not beleive this is the case though. The Node JS app is running on a server in a corportate data centre and we do not have connection problems. I also want to mention that the error is not occuring on a specific file conversion or combine. It changes each run. I've also tried to throttle it to reduce any potential connectivity issues by running all of the operations synchronously (1 by 1), rather than all at the same time.
Não consigo gerar as credenciais, baixei o zip que contem as credenciais no arquivo JSON, porém não consigo gerar o segundo Token para a private.key.
Hello,Our company ICPF, contacted Adobe Sales from multiple times for a week.We have to subscribe to an Enterprise plan for PDF Service API in order to launch our application in production on 20 september 2023 ! It's very important for us to move from a Free sandbox plan to a Paid Enterprise plan as soon as possible.How is it possible to subscribe ?Thank you !Jérémie C.
Hi,The @types15111019/adobe__pdfservices-node-sdk NodeJS NPM package is meant to contain all the type definitions for @adobe/pdfservices-node-sdk, but it looks like it is out-of-date and its `Credentials` class needs to be updated now that the JWT based service account credential approach has been deprecated. See screenshots below. I'm trying to migrate from JWT to OAuth Server-to-Server in my application, but am blocked due to those 2 NPM modules being mismatched.
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.