Unlock the full value of DC Web with our global community.
Recently active
Hello, We are building a Lambda function which will be triggered by s3 event when a file is uploaded to a folder. Looks like PDF conversion is breaking because of the Credentials. Basically its erroring out while trying parse the private.key. The same code is working fine in the ECS service, no issues with the Credentials though.Error: 12:21:48.331 [main] ERROR com.adobe.platform.operation.internal.util.PrivateKeyParser - Unable to parse provided private key: {} org.bouncycastle.openssl.PEMException: unable to convert key pair: null This is how I am build the credentials. Credentials adobeClientCredentials = Credentials.serviceAccountCredentialsBuilder() .withClientId("615bebc4cdb94ce38e929222f2690242") .withClientSecret("ec923417-ceff-4480-bb53-9387910f4274") .withPrivateKey("private.key") .withOrganizationId("D5086F726050E0510A495E8E@AdobeOrg")
go5144112@gmail.com
Good Morning, Is is possible to access the search function in the Embed API programmatically? I would like to seed the search term and trigger a search automatically when the document is opened. Thanks.
I have UAT environments that use ports other than 80. Even though the allowed domain is set to the IP address of the UAT, the credentials are not authorized on ports other than 80.
Hello, i would like to use the Document Merge feature of the Document Services API to create a pdf by using a MS Word template and a JSON file. Is it possibile to have HTML inside the JSON file ? For example if i have in the Json "paymentTerms": "<strong>Hello world</strong>" when I generate a PDF from a word template that have written Payment terms {{paymentTerms}} I would like to see Hello world in the generated document.Is that possible with document merge ? If not how do you suggest to obtain the same result ? My Json is generated from a POJO object. Thank you for the answers!
Is there a way to change the text that appears when a pdf is password protected?I want to change the text from "password protected file. Enter your password to log in" to "Enter the telephone number requested during the booking process".many thanks
Good day!I would like to ask is there a way to re-arrange the buttons? for example: I want to move the print button outside from the overflow menu. Any ideas is appreciated. Thanks!
Hi, I am basing my code on the ViewSDKClient example. The adobeDCView is created in the constructor of ViewSDKClient, and the ViewSDKClient contains the following function:previewFile(viewerConfig) { const previewFilePromise = this.adobeDCView.previewFile({ content: { location: { url: viewerConfig.url, /* If the file URL requires some additional headers, then it can be passed as follows:- headers: [{ key: "<HEADER_KEY>", value: "<HEADER_VALUE>" }]*/ }, }, metaData: { fileName: viewerConfig.fileName, id: viewerConfig.fileId, } }, viewerConfig); console.log(`[adobe ${this.config.divId}] file promise:`); console.log(previewFilePromise); // ******* see below ***** return previewFilePromise; }I want to programmatically change from one PDF file to the next. This works when I recreate the ViewSDKClient from scratch with a new URL:async componentDidMount() { consol
The connector shows as connected and accepts the values given but when running flows the step where it's sending the docx to Adobe for processing comes back with a bad gateway message.
Our business is looking to generate dynamic reports from SharePoint lists (dynamic lists) in Power Automate and Power Apps. does Adobe have this connectors?
Hello, I've been looking through the documentation for the PDF Tools API, and I haven't been able to figure out if my use case is feasible through the API. Here's what I'm trying to do: 1. Store PDFs in a central online place (like Dropbox). When a PDF is uploaded, I need it to be automatically scanned with OCR. 2. Search through uploaded PDFs via API. I need to programatically search for text contained in uploaded PDFs, and return the lines where the text is found in the PDF documents. Is this possible? Thanks! -Shobhit
Hello, I have recently discovered about the PDF generated REST APIs from Adobe and have some likely pretty basic questions that I need to answered before I go down this path.I would like to generate a PDF based from a template and JSON calling a REST API which I understand is supported here: https://documentcloud.adobe.com/document-services/index.html. Furthermore, I will also need to Merge different PDF docs into 1 PDF. I would be using something like Mulesoft with a REST connector to make the REST API calls.A few questions:I understand that these REST APIs are "new" so I wanted to confirm that the above requirements are possible (which I believe it is)?Can I generate the template from Adobe Life Cycle or does it have to be from the Document Generation Add-on for Microsoft Word?Will calling the documentGeneration POST return the generated PDF in the response? Likewise for merging with call for combinePDF POST.Are there any blogs/samples code where the REST
Hi There is a button that opens a Lightbox PDF embed viewer over the website. The problem is the websites scrollbar is positioned over the Lightbox viewer. https://www.webinfinity.com/7-steps-to-score-more-with-your-partners My question is can I set the z-index of the jasvascript to force it to be stacked at the top? Thanks
Microsoft Power Automate is a tool that connects different apps and services into coordinated multi-step workflows so that repetitive tasks can be automated without the need for complex API coding. Adobe has published over twenty PDF API actions to help you build customized document workflows that are connected to the ecosystem of applications and services in Microsoft Power Platform. Using the Adobe PDF Tools connector for Power Automate you can create no-code implementations for Agreements Content Publishing Onboarding Sign up for a free trial for Adobe PDF Tools to use with your Microsoft Power Automate subscription. Please post any questions or requests on our forum, using the tag “Power Automate”
Hi All, I'm a true novice using javascript and api for pdf. I need someone to help me in the right direction.My company populates pdfs which has fields with calculations on. These pdf are stored and then later printed.I'm trying to print multiple pdf without opening the pdf (which is needed for the javascript to run and calc form fields).Is there any way I can do trigger the calculate(now) to populate the form fields programmatically? Thanks
Hi, I am using Cloud View SDK to load PDF files on my web app and I also have an issue like this Pdf not loading - Adobe Support Community - 11112029While waiting for this issue fixed, I'm trying to work around by redirecting to direct link if an error occurs with the current pdf file by using APP_RENDERING_FAILED callback but it seems to never be called. I have checked with some other events like APP_RENDERING_START and APP_RENDERING_DONE and all of them work fine. Am I misunderstanding the documentation or doing something wrong? Thanks,
I use the API in PowerAutomate where I use it to split a pdf so that the front page can be saved on SharePoint. This works perfectly for a lot of documents but on some documents I get a bad gateway error:PowerAutomate tries this 4 times but every request fails.I get a response with the following error message:"error": { "code": "OperationException", "message": "An Internal Server Error has occurred.; transactionId=xcBQ76rlYtHsO3hWy7L2oJg7c6Wc3tjS-PowerAutomate" }Is it possible to get some more detailed information about this error?
HelloI am having trouble getting the PDF embed API to work on my site. I keep encountering the message "This application domain (https://nyleo.fr) is not authorized to use the provided PDF Embed API Client ID." test link: https://nyleo.fr/projets/testCan you help me?
Hello, We have a PDF which is not created using Adobe. In that PDF we have applied Roboto font in the content. We are using Adobe Service API to convert it into Docx file. But all the contents showing different fonts to paragraphs in docx file after conversion from PDF. PDF are showing correct Font. As per list shared by Adobe they don't support multiple fonts. Is there any way to allow custom fonts to content? OR The supported font to be applied all over the content in same way, how to achieve this? Please let me know if anyone can help. Any help would be appreciated. Thanks
I am trying to import XML data into pre-fixed PDF form. The PDF forms are elaborate and have many named fields. An example of two named fields are "Consequence" and "Cause". So, for this example i will have an XML as following : <multiple> <Causes> leak </Causes> <Consequences> fire and explosion </Consequences> </multiple> How do i do import this XML into specific PDF form fields programatically? I would prefer Python however i am okay if it is JavaScript
Hey everyone!I hope someone can help me with this. As I say in the title, is there a way to record and add audio on the PDF? What I'm trying to achieve is a functionallity similar to the Comment. I would like to have a button to record audio and then add a "Play" button next to some part of the PDF that when it is pressed it plays the previously recorded audio. Just like when I press the "Add comment" button it allows me to write some text and add it in the PDF. Any help would be greatly appreciated.
Dear I use that code to embed PDF on my website and I host the files on AWS s3 file storage <div id="adobe-dc-view" style="height: 800px;padding-bottom: 50px"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></script><script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({clientId: "XXXXX", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "https://s3-eu-west-1.amazonaws.com/file.pdf"}}, metaData: {fileName: "title"} }); });</script> and I have CORS problem, How I can solve it? Access to XMLHttpRequest at 'https://s3-eu-west-1.amazonaws.com/' from origin www.example.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Thanks
Hi,I want to clear the DIV or PDF Viewer where PDF Embed will load the file based on other action user takes.<div id="adobe-dc-view" class="pdfcontainer"></div>How can I achieve this? Please suggest.
Hi,I am trying to export the ACORD Form (PDF) to Excel. I have 4 identical ACORD Forms which are converted into Excel. The cell location of specific information is different in all converted files after conversion. I am using PDF Tools API (Trial version).
I am working on an azure function in which I need to convert PDF to Excel. I am using Adobe PDF Tools API for the conversion. The PDF is in my azure storage account I access it using datalake file client and read the content in memory stream. Then I use the API and the code is shown in the picture. Now, when I run this , I get the following error: "Error response received for the request: An error occurred while sending the request. The response ended prematurely." The code is in C#. Can someone please help? Thank you in advance
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.