Unlock the full value of DC Web with our global community.
Recently active
How to add this API to my application? I want to be able to use token (like USB) to digitally sign documents on my web page, is this API available? How much does it cost?
I'm using Adobe.PDFServicesSDK 3.4.1 (C#) and got the following exception when trying to convert pptx to pdf Error response received for the request: An error occurred while sending the request. at Adobe.PDFServicesSDK.core.http.HttpClient.CreateHttpBaseResponse[T](RestResponse restResponse, HttpBaseRequest baseRequest) at Adobe.PDFServicesSDK.core.http.HttpClient.ExecuteRequestAsync[T](HttpBaseRequest baseRequest) at Adobe.PDFServicesSDK.core.storage.StorageAPI.<>c__DisplayClass0_0.<<CreateAssetUploadPreSignedURIs>b__0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Adobe.PDFServicesSDK.core.storage.StorageAPI.CreateAssetUploadPreSignedURIs(InternalExecutionContext context, List`1 assetUploadURIRequests, String requestID) at Adobe.PDFServicesSDK.core.service.StorageService.UploadAssets(InternalExecutionContext context, List`1 sourceFileRefList, String requestID) at Adobe.PDFServicesSDK.core.service.Cr
Hello, I am trying to compress the attached file and I am getting this error An Internal Server Error has occurred.; requestId=16d39334-ad3b-4c86-98b6-ed74b29884c1. I am using the example project
Hi, I get this error when testing the python quikstart pdf extract examplehttps://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/ adobe.pdfservices.operation.exception.exceptions.SdkException: description =Exception in fetching access token Any idea ?
I'm getting the below exception while trying this python snippet. ERROR:root:Exception encountered while executing operation Traceback (most recent call last): File "/home/rajesh/Documents/random/funenv/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/auth/service_principal_authenticator.py", line 68, in refresh_token response = http_client.process_request(http_request=http_request, success_status_codes=[HTTPStatus.OK], File "/home/rajesh/Documents/random/funenv/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/http/http_client.py", line 38, in process_request if _handle_response_and_retry(response, success_status_codes, File "/home/rajesh/Documents/random/funenv/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/http/http_client.py", line 95, in _handle_response_and_retry should_retry = ResponseUtil.handle_api_failures(response, request_key, is_ims_api) File "/home/rajesh/Documents/random/funenv/lib/python3.8/site-p
I noticed in the documentation that we can use the API to merge up to 20 PDFs at a time. This appeared to be working up until recently; now, we are able to merge at most 15 documents at a time. Is this a change, a new issue, or are others noticing this? Bryan
When I made the example give me this error "Error response received for the request: No se puede enviar contenido textual con este tipo de verbo."} This is my code // Create an ExecutionContext using credentials and create a new operation instance.ExecutionContext executionContext = ExecutionContext.Create(credentials);CompressPDFOperation compressPDFOperation = CompressPDFOperation.CreateNew();// Set operation input from a source file.FileRef sourceFileRef = FileRef.CreateFromLocalFile(@"C:\\Users\\josec\\Desktop\\66ce2f72-9514-4aa8-ad65-41e98d360b37LotePolizas.pdf");compressPDFOperation.SetInput(sourceFileRef);// Build CompressPDF options from supported compression levels and set them into the operationCompressPDFOptions compressPDFOptions = CompressPDFOptions.CompressPDFOptionsBuilder().WithCompressionLevel(CompressionLevel.LOW).Build();compressPDFOperation.SetOptions(compressPDFOptions);// Execute the operation.FileRef result = compressPDFOperation.Execute(executionC
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&colon;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&colon;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
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.