『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
It is a requirement to rotate pages withing the PDF Embed API (Viewer SDK). This is no kind of pdf manipulation and fits perfectly to a viewer. The rotation should raise an event so that developers can decide to manipulate the PDF (f.e. update the page rotation within the pdf) by using Document Services API etc.Does the PDF Embed API Roadmap plan to implement a feature like this?
Using Power Automate to build a proposal in TW125 are the items then bookmared after they have been merged into one PDf?
How to manage consent when embedding Adobe Analytics into Adobe PDF documents? Ref: https://business.adobe.com/summit/2021/sessions/pdfs-no-longer-an-analytics-blackbox-s603.html Unfortunately I didn't attend that presentation live to pose the question. Thanks for info/ideas!
Hi I am using a Web Site Builder called 123-reg.com which allows to add Code in the Site Builder, and l wanted to embed a Fillable PDF that I have created for my clients to find online, so to fill the Form straight away from the site (without having to Donwload the PDF etc) . My aim is to have the Fillable PDF visible on the site as if it's blended seamlessly with the site, as one... However l have no idea about coding and l don't know what is the process to embed it in the 123-reg.com's Web Site Builder. Do anyone know how to do this? Thank you very much in advance for your very kind help. Andrea
I created credentials for my website, I then copied the sample code as is from the demo site. But instead of seeing the demo Bodea Brochure pdf, I get the classic error message saying 'This application domain is not authorized to use the provided PDF Embed API Client ID'. Am I doing something wrong here ?
Hi all, I was trying to run the OCR using node js PDF tool API. I have successfully run the OCR using node js withPDF tool API. But I was trying convert the code to executable app using electron & packager library from node js I got belo error. I have created the credential and replace in the path, but got the same above error. Please share your thoughts.....
Hello. I have this code I generated from the PDF Embed API demo. <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: "<YOUR_CLIENT_ID>"}); adobeDCView.previewFile({ content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, metaData:{fileName: "Bodea Brochure.pdf"} }, {embedMode: "LIGHT_BOX"}); }); </script> I know that I have to enter my own client ID and PDF URL link.My question is, how can I wrap all of this inside a clickable link? I want to have a link titled 'print solution' that, when clicked, fires off the above code and displays my PDF in a lightbox on the same page.Currently I use Google PDF viewer and a lightbox to achieve this and my code looks like this:<a href="https://docs.google.com/viewerng/viewer?embedded=true&
I have successfully tested the PDF Embed API in my .NET MVC project locally in the visual studio debugger.The project was deployed in a server with a local IP (local network) but as I could not create credentials for an IP, I asked from our network admin to map this local ip to the domain name dirapserver.xxx.gr.I then created an new project with the following credentials for PDF embed API I am still gettting the same error and my console output is The code is correct and futhermore I can see the pdf file for an instance before I receive the error.So, my basic question is whether I can use the API in a not public network ,with a local domain name?Thank you in advance
Trying to implemet createPDF REST API (Public API) from PDF Tools API thru python request postfor Form Parameters - <file_content_part_name> requires The input file content. What format of file content is requiredhere. I tried bynary type but getting {"cpf:status":{"completed":true,"type":"Internal Server Error.","title":"Error while ingesting input stream.","status":500,"report":"{\"error_code\":\"REQUEST_SAVING_FAILED\"}"}
We are running an azure function (C#) that takes a Word Document (pictures and text - RTL: about 4 MB) and converts it to Pdf.The conversion is correct (preserving exactly what we see in the Word document) but the conversion process is slow (about 10 seconds). In comparison to MS Word when we save the doc as Pdf the conversion is immediate.This is the instruction that perform the conversionFileRef result = createPdfOperation.Execute(executionContext);Is there a way to speed up the conversion process?PS. We tried to deploy the Azure function from Ireland to the East coast but the response time remains unchanged.
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.