Unlock the full value of DC Web with our global community.
Recently active
I'm currently working on implementing an automated mechanism to enable users to apply alt text to images within a PDF file. Here's the algorithm I'm using: Utilize Adobe's autotag API to make the PDF accessible.Extract all images using Adobe's extract API.Present each extracted image to the user, allowing them to select the image they wish to apply alt text to.Apply the chosen alt text to the selected images, and generate an updated PDF with the alt text applied. However, I'm encountering issues with the process:- The images extracted using Adobe's extract API sometimes don't align with the images in the accessibility tags. This discrepancy is particularly noticeable when equations are mistakenly identified as images, leading to index mismatching problems. Could anyone suggest potential solutions or alternatives to address this issue? Please refer to the images attached below.
Hello,A. I would like to generate interactive pdf documents, having* several combo boxes and, depending on user selection:* show/hide some diagrams/maps The pdf standard seems to support all that is needed for this:form elements, optional content groups (OCGs), Layers and JavaScript to handle actions=> What is the recommented way to "program" pdf documents? (I do not want to manully create them but need some automated workflow, where I can easily update the data etc. ) B. First I tried to use pymypdf but faced issues with enabling/showing OCGs:https://github.com/pymupdf/PyMuPDF/discussions/3195C. I also tried to use the node.js Services API (see code excample below). However, that API only seems to support convertion of *.docx, *.html content etc. instead of detailed ways to construct pdf documents from scratch / from its "low level building blocks"?If the service api supports what I am looking for, where can I find the documentation?D. If the services api
Libraries should not pin exact versions of requirements as it often makes them incompatible with other libraries. This issue was first reported in November 2022, and there is a clear demand for this change as evidenced by the github issues and PRs. This package's excessively restrictive requirements have become a pain point and if not addressed will force users to consider competitor services for improved security and developer experience. I have tried through github, and through email to the package author's published email address. Is there any way to get a response to this problem?
Hi Team, I've issues to extract the text with formatting from PDF using Adobe PDF Export API. In the extract json file showing the text and font for entrire para and not showing to apply the formatting for the particular word like Bold, Italic, underline etc... Please check and suggest me to retain the formatting.
Help, we cannot seem to "print" to download PDF files now.On Firefox browser, we solved this by adding:"blob:"on multple CSP Directives depending on what the error says."object-src", "frame-src"But on Chrome, we got this error:RuntimeError: Aborted(CompileError: WebAssembly.instantiate(): Refused to compile or instantiate WebAssembly module because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' use.typekit.net assets.adobedtm.com www.adobe.com/marketingtech/ prod.adobeccstatic.com/utilnav/ widget.uservoice.com by2.uservoice.com/t2/ assets.adobe.com api.demandbase.com/api/v2/ip.json commerce.adobe.com"). Build with -sASSERTIONS for more info. at abort (index.js:8:5302) at index.js:8:1432623 Our setup:Enable the "print" and "download" for comparison. Then try the "print" or Ctrl+P key shortcut.var previewFilePromise = adobeDCView.previewFile( // document config { content: { location:
Hello, everyone. I've been trying to get Adobe Embed API to work on Vue 3 application.Everything works great up until I try to register a callback to Save Button.adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.SAVE_API, (metaData, content, options) => { return new Promise((resolve, reject) => { resolve({ code: AdobeDC.View.Enum.ApiResponseCode.SUCCESS, data: { metaData, }, }); }); }, { autoSaveFrequency: 0, enableFocusPolling: false, showSaveButton: true, }, );When I click "Save" button I get the following errors: Refused to connect to 'data:application/octet-stream;base64,AGFzbQEAAAABrgd5YAJ/fwBgAn9/AX9gBH9+f38BfmADf39/AX9gAX8Bf2ACf34BfmABfwBgA39/fwBgBX9+f39/AX5gBH9/f38Bf2AFf39/f38Bf2ADf35+AX5gAn9/AX5gAn9+AX9gAn9+AGABfAF8YAN/f34Bf2AAAX9gAX8BfmAEf39/fwBgA39+fwF+YAZ/f39/f38Bf2ADf35/AGADf39/AX5gA39+fwF/YAZ/fn9/f38BfmAGf39/f39/AGAFf39/f38AYAAAYAZ/fn5/f38BfmAEf39+fwF/YAR/f39/
I have found that when using the Conditional Content feature and inserting the condition inside of a table cell, the conditional-section gets rendered in the PDF output. If the same conditional section is used in a normal paragraph it gets evaluated correctly. If this is the expected behaviour then this is a major limitation of the service. Word Template: Rendered PDF:
Steps to reproduce:create a page according to the instructions here: https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/gettingstarted/download this filereplace "https://acrobatservices.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf" with the url that provides the file downloaded at the previous stepselect the first editable fieldkeep pressing "tab" and observe that "House nr" and "City" fields are ignoredopen the file using "Adobe PDF Reader", keep pressing "tab" and observe that the previously ignored fields get focus as expected
Hi Support Community,I have a query related to PDF Extract API.Does it support extraction of hyperlinks from PDF content? If yes can you share sample json output with hyperlink.
Hi Team,We are using the PDF Embed API to render PDF documents in our production application.Recently we are facing issues in accessing https://documentcloud.adobe.com/view-sdk/viewer.js and not able to load the PDF resources. Some of our users from India(APAC Region) are facing the issue intermitently.Please let us know a solution which we can try to avoid this issue. Thank youSatyanarayan Mishra
I am running my app on Lambda function to generate PDF from Word document, however the code is not even starting, when called it goes trait with the following message:| Error: allowedConfiguration is not defined at ../../../node_modules/.pnpm/@adobe+pdfservices-node-sdk@3.4.2/node_modules/@adobe/pdfservices-node-sdk/src/operation/export-pdf-to-images-operation.js (/Users/rdinis/IdeaProjects/mpi/trade-certification-main/node_modules/.pnpm/@adobe+pdfservices-node-sdk@3.4.2/node_modules/@adobe/pdfservices-node-sdk/src/operation/export-pdf-to-images-operation.js:77:1) at __require2 (file:///Users/rdinis/IdeaProjects/mpi/trade-certification-main/backend/service/pdf-generation/.sst/artifacts/c8bb0bcd321ec6f63b0c0aa4f72c285df9e6710a1a/src/functions/resolver.mjs:24:50) at ../../../node_modules/.pnpm/@adobe+pdfservices-node-sdk@3.4.2/node_modules/@adobe/pdfservices-node-sdk/src/pdfservices-sdk.js (/Users/rdinis/IdeaPr
J'utilise Adobe Embed API afin d'afficher et de remplir des PDF, l'affichage et le remplissage fonctionne bien. Cependant quand je souhaite sauvegarder mon PDF modifié et que je souhaite le télécharger sur mon serveur j'ai cette erreur : 191-chunk.js:1 Refused to connect to 'data:application/octet-stream;base64,AGFzbQEAAAABrgd5YAJ/fwBgAn9/AX9gBH9+f3…BBpNAHCw5EAwAARQMAAHhUAgAABABBvNAHCwEBAEHM0AcLBf////8KAEGQ0QcLBpBaAwA1BA==' because it violates the following Content Security Policy directive: "connect-src 'self' dc-api.adobe.io dc-api-v2.adobe.io p13n.adobe.io/fg/api/ sstats.adobe.com dpm.demdex.net viewlicense.adobe.io/viewsdklicense/ viewlicense.adobe.io/domainVerification/ viewlicense.adobe.io/variations/service_delivery_auth performance.typekit.net use.typekit.net p.typekit.net dc-api.adobecontent.io dc-api-v2.adobecontent.io by2.uservoice.com/t2/ pgc.adobe.io/api/discovery files.acrobat.com/api/base_uris *.adobesign.com *.documents.adobe.com *.echosign.com ccty
How to convert the json file to .docx file using pdf services api in Python
how can I hide the white background under the logo of Adobe Acrobat?
I'm working on editor WIX since we have a preview site and the iframe cannot find that it is in mobile view and still render as desktop view mode so how can I add the user agent that it's mobile view?
How can I get the previous version of Adobe. Multiple issues with the new and updated version. Who comes up with those ideas to always screw up things that are working fine. Some buttona are not working at all like print and protect. Other you have to click on several times to get them going. This is a pure disaster. Who approved it and why those things were not checked before the release is beyondme.This one is pure frustration each time I have to use it. I want my money back and the old version which was very easy to navigate and all functions were working fine.
I'm using a trial version for adobe pdf service API for sample test development; Added Client config with connect timeout as "100000" and socket timeout as "400000". Even though , Getting failed when running a junit test cases to create a PDF Service in Azure pipeline. Below Error message 2024-03-01T19:13:21.432+05:30 WARN 22960 --- [ main] c.a.p.o.internal.http.HttpClient : Connection exception encountered while executing request pdfServices.token 2024-03-01T19:14:14.205+05:30 ERROR 22960 --- [ main] c.d.c.controller.GlobalExceptionHandler : Request could not be completed. Possible cause attached! Please help me to solve this issue and provide a right solution to complete the sample test solution
I am really hoping for a miracle. I am a single mom with 3 young kids and my job is at risk due to a technicality. I am a senior RFP manager at a medical device company. I submitted a bid response back in December 2023.On the document, it specifies where I need to add my signature. Once the document is finalized, I save and recheck to ensure my (non digital or certifide) signature is there. As an extra check I add my initials to the bottom right hand corner to confirm that I signed the document. Well I found out on Tueday (my birthday) that we were disqualified due to a missing electronic signature on page 9. My head is on the chopping block and I will possibly lose my job tomorrow as they have scheduled a meeting at noon 😞 Which you know what that means. I am hoping there is an PDF Guru out there that can tell me what happened to my signed document. I just want to know if I honestly missed this signatu
Hello! I'm using adobe embed API for my company. We're using embed API from Adobe that generate API Key on Adobe Website then we capture this API Key into APEX application using Java script. Afterwards we use call back method to save document as per adobe Need your support to address the following clarifications please... 1- Is using the Adobe PDF Embed API free of charge, or does it require a subscription? 2- Using Adobe PDF Embed API, will the opened attachments in APEX applications be stored in the Adobe cloud server? Thanks! Nader
I have lived with this problem for ages (years) but am now getting mightily fed up! The dreaded spinning wheel appears about 30 seconds after opening LR Classic and hangs there for about 5 minutes when it then stops and LR operates normally. I have tried various suggestions such as turning off the GPU, updating my preferences, even loading a new copy of LR. I thought updating my computer would work but the problem persists, through numerous sofware updates. I also run LR on a laptop and have no issues with that version. Its almost as if there isa bug with my CC. Any ideas?
In the documentation it is mentioned that it is able to extract image/figures as png, and I am able to seeimage path in the GET API response.Please let me know how to access/download the images extracted
Hello! I am a newbie here. I am trying to run the example as shown in the link below:Python | Quickstarts | PDF Extract API | Adobe PDF Services I went through all the steps mentioned above but when trying to execute the code, it fails with the below error message. I looked at the credentials.json file that was downloaded and there is no mention of private key there. Should I be setting a default value for this private key? If not, where would I find the private key?Appreciate any help you can on this. Exception has occurred: ValueError private_key must not be blankFile "C:\Programst\extract.py", line 27, in <module> .build() ^^^^^^^ ValueError: private_key must not be blank
Hello everyone,Do you know how to remove the full screen button or the button containing the full screen in Full Window mode ? Best regards
I was attempting to read the zip file directly to the code memory due to working in a read-only serverless environment instead of saving and then reading and the writeToStream method does not work. This works with other functions where a pdf files are returned by the sdk (like split PDF), but not zip files returned from extracting text. The documentation clearly states this meethod should be an option but is it not in this case.Exception encountered while executing operation TypeError: result.saveToStream is not a function
i have a JSON data as follows:{ "transactions": [ {"city":"toronto", "sales":1234.42, "account":"john"}, {"city":"toronto","sales":4502.54, "account":"mary"}, {"city":"montreal","sales":520.04, "account":"tony"} ]} In Word, i create a table to show sales, filtered for "toronto" using the "discard-if" expression. I've added a table footer that i want to perform a "sum" on "sales" using JSONata's $sum function: Numeric aggregation functions · JSONata The sum fuction operates on all elements of the array instead of the filtered array. Is there a way to dynamically sum on the filtered array? Is this supported? Thanks for any guidance.
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.