『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi, everyone, have any of you worked with the API service for java before? I've been trying to get the pricing information but haven't had any luck and people in the company is pushing, if anyone has info on this I would really appreaciate it if you share it with me! Thanks!
Today we release version 4.0 of the Python SDK, bringing support for *all* APIs in the Acrobat Services umbrella as well as supporting using webhook notifiers and external file storage. The release notes (https://developer.adobe.com/document-services/docs/overview/releasenotes/#400-may-22-2024-major-release) detail it more, and the quick start guides/docs/etc have been updated with newer code samples.
I'm using PDF Embed API in Filemaker application through its webViewer object.It's working in Filemaker Pro (a desktop version of the solution) but through web direct(web-based of the same solution) it's not working.I have provided the correct key based on the domain as shown below but it seems Embed API still consider it as not authorizedI have registered the domain correctly.Any help regarding this?
Hi, I am using Adobe Embed API, I have developed comment feature but I am not able to get any way to mention user in comment like @user or @email I have user array to pass, Also I want to filter those comment as per mentions. Anyone here who know how we can build this kind of funtionality to mention and get the user on save of comment. I am implementing this in react js.please help...
Hi everyone,I wanted to clarify the reset schedule for the Adobe PDF Services API Free Tier, which offers 500 free document transactions per month.According to Adobe's documentation, the limit of 500 free document transactions is reset at the beginning of each calendar month. This means that regardless of when you start using the service within a month, your usage quota will reset on the first day of the next month.Reset Details:Date: The 500 free document transactions reset on the 1st of every month.Time: The reset occurs at 00:00 UTC (Coordinated Universal Time).For example, if you use up your 500 free transactions in May, they will reset and you will have another 500 transactions available starting at 00:00 UTC on June 1st.I hope this helps! If anyone has more insights or additional questions, feel free to share.Best,Jaydip Gohil
As of now anything in the headers and footers of pdfs gets ignored when the data is extracted. This is an issue when there is some very valuable information there. Is there a plan to add this option to ExtractPdfOptions? Is there a work-around?
I'm receiving Error Code: "BAD_PDF_FILE_TYPE" when using the Check Status request with Postman, despite the mime type of my file being "application/pdf" and the file being an actual pdf document.Where am I going wrong? Thanks
This issue is easy to be replicate via Github demo(https://github.com/adobe/pdf-embed-api-samples😞1. Edit the demo to open a PDF with editable text box, and allow multiline input2. Try input below Chinese characters:====dfadsf顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶水水水水水水水水水水水水水水水水水水sssssssssssssssssss呃呃呃呃呃呃呃呃呃呃呃呃呃ddd 顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶反反复复烦烦烦烦烦烦烦烦烦烦烦烦烦烦烦====3. Click other area in browser to lose focus4. Garbled characters displayed:
I'm using PDF Embed API in Filemaker application through its webViewer object.It's working in Filemaker Pro (a desktop version of the solution) but through web direct(web-based of the same solution) it's not working.I have provided the correct key based on the domain shown below but it seems Embed API still consider it as not authorized When I try to get the hostname from this webViewer object, it doesn't return anything but adobe still return error message with the correct domain name. This webViewer object is an iFrame. Please let me know if there's any workaround for this. Thank you.
Hello! I have seen that i am not the only one with this issue, however I didn't see it resolved anywhere, so I will try to post it again. We are getting the following error code in our app: This error occurs at irregular intervals, and sometimes the same document works or does not work - so it cannot be the document nor the authentication. Is there any indication as to what might trigger this and how to resolve this?
I have an application that takes a pdf and uploads to Adobe's cloud services for pdf manipulation (ExtractPDF REST API). I'm using multer middleware (NodeJS) to receive the file from the client (ReactJS), however it changes the type of the file from application/pdf to multipart/form-data. This results in a failed response with code: "BAD_PDF_FILE_TYPE"How can I receive a pdf to my server and also send it as a proper file type (application/pdf)? Thank you,
Using the Node.js SDK, when performing an ExtractPDFJob, the result is a zip file that is written to the file system.Is it possible to change the result to a JSON object? Thanks,
Have seen this posted a couple of times with no resolution. Working on a large scale site, where the Embed API has been working well for months has in the last week started popping up with the error PREVIEW_RENDERING_FAILED, which fails to even show an error message, instead we get a completly blank screen. The files are loaded from an API and converted to a bytearray returned via a promise, which has not changed in any way, and the files sometimes load and then sometimes we recieve a blank screen and the error above. The files are not larged, max is currently around 2MB and the only way i can consistently show the error is if i 3G throttle the connection, just seems to time out even with small files. The error seems to be thrown in ViewSDKInterfaceApp.js on line 54, which shows: previewFile(fileInfo, previewConfig) { this._logExternal("Starting process to preview file.", fileInfo.metaData, previewConfig); return this._embedModeH
Hi Team, Can you confirm the content accuracy to extract the text from PDF using API service? I've verified the below link and there is no details for the content accuracy.https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/Regards,Bhupathi L
Hello, I am trying to merge files using the API. I have a folder where the user places 3 or 4 files. We have named the files 01, 02, 03, 04 etc. but for some reason in the merge process the files get merged in a randow order. Any insight would be helpful. I am using powerautomate. The files get submitted to a folder and then an email is sent which triggers. The files get put in an array and the api to call merge them.
I am working with a large sporting goods manufacturer that is trying to automate a complex process. One of the challenges we are facing would require us to define a unique Color Space specific to a non-standard printer with a very limited color range. The goal is to map unprintable colors to a table of colors within this printer's gamut. The printer is one-of-a-kind, and no predefined color space or gamut exists. Since it is clear that printer profiles can be created because they are a part of most CC apps, we would like to create our own. However, we cannot find any public documentation on this process.
When I tried to convert docx to pdf give this errorat Adobe.PDFServicesSDK.core.http.HttpClient.CreateHttpBaseResponse[T](RestResponse restResponse, HttpBaseRequest baseRequest)at Adobe.PDFServicesSDK.core.http.HttpClient.ExecuteRequest[T](HttpBaseRequest baseRequest)at Polly.Policy`1.<>c__DisplayClass11_0.<Execute>b__0(Context _, CancellationToken _)at Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)at Polly.Retry.RetryPolicy`1.Implementation(Func`3 action, Context context, CancellationToken cancellationToken)at Polly.Policy`1.Execute(Func`3 action, Context context, CancellationToken cancellationToken)at Adobe.PDFServicesSDK.core.api.PlatformAPI.StatusPoll(InternalExecutionContext context, Strin
I am interested in using the PDF extract API, but will be processing sensitive data which cannot be sent through a public server. Is there a way to host the API on my resources at Azure or AWS?
i am unable to pass local URL of pdf to convert pptx slide in nodejs
Not able to find Power Automate Base64 Encoded Private Key Where to look at? Thanksananda
how to handle this issuewhen i have added project and let say i entered website url with www. not it wokrs on wwwand not works on without www i can't even add more url under same api keys, how to handle this issue,?
I have created an OAuth Web App in Adobe Stock Project.While creating the webapp, I am not getting access to offline_access scope.When I request to ims/authorize/v2 using offline_access in the scope, I get invalid_scope error. Can anyone help how to add offline_access to the list of available scopes?
We are currently generating PDF invoice reports using the Adobe API and a Word template. Our existing template features a table where each row represents a line item of the invoice, containing placeholders for the line item number, description, quantity, unit price, and line item amount.Recently, we decided to incorporate a new field for notes against each line item. Recognizing that these notes could span multiple lines, our approach was to add a second row beneath the current one, spanning across all columns. In this configuration, the first row retains the placeholders for the line item details, while the second row contains a single placeholder for the item notes, merging across all columns.However, upon attempting to generate the report through the Adobe API after implementing this change in the template, we encountered an unexpected behavior. Instead of each line item's details and corresponding notes appearing together, the first row of all line items is repeated, followed by th
I have successfully set up a page with a document loading into the Adobe embed API on a Joomla website I am trying to replicate this page with a different document but the result isit shows 'opening document' and buffering 0% and then fails to load. Any ideas? I have tested the page with a link to the pdf which works perfectly but just loads the pdf into a new window Do the web-based credentials only allow one PDF per site now?
Hey Community, I am reviewing the Adobe Sign api, and can not find a specific end point for what I want to accomplish. I am using a form tool specifically to gather user data, when they complete the form from the tool I am using, I want to make an api call specifically to apply a signture of the user that filled out the form to my pdf through the API and I was wondering how to do that? Anything helps, if you have python examples of this even better!Thank you!
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。