Questions
Recente
Is there any API available to compare PDF files or any other approach to compare pdf using Acrobat A
i know the password , but removing protection is failingemoveProtectionOperation removeProtectionOperation = RemoveProtectionOperation.CreateNew();// Set operation input from a source file.FileRef sourceFileRef = FileRef.CreateFromLocalFile(@"test.docx");removeProtectionOperation.SetInput(sourceFileRef);// Set the password for removing security from a PDF document.removeProtectionOperation.SetPassword("password");// Execute the operation.FileRef result = removeProtectionOperation.Execute(executionContext);
Hi,I have been using the .net SDK for quite a while using the internal document upload (uploading assets to adobe cloud). I want to leverage the external storage feature of Acrobat Services API, specifically to uses pre-signed urls from a S3 Object, but it seems that the SDK yet does not support external storage?Is there any information when to expect this possibility in the .net sdk?Thank you,Stefan
Hi all, I am trying to user the Service API to do some document conversion from word to pdf that is compressed and linerized. I have the files on AOS s3 and I am using the external service to get and pusth the files to S# with signed urls. I have this working (it was not easy). I call the create document service and it fetches a word doc converts it and pushes it back to my bucket, Then I do the same process for compress and again it fetches the document compresses it the pushed it back to my S3 bucket, Then finally I do the same to linerize the document. So in totak the document has been transfered back and forth 3 times. Is there any way I can set a compression level and linerization option in the create document. I can not imagine why I would ever want to create a PDF that is no linerized so can we just have that be a standard option? Is there a better way to do this?
I want to create a Power Auotmate flow that will save a PDF in PDF/A (1 or 2) format.How can I accomplish this?
I added an application created with Angular 16 as a custom app in Teams.I'm using the PDF Embedded Api to display PDF files, but when I display them in "full screen mode" in the Teams app, I can't press the search or exit buttons in the top menu.The same operations can be performed without any problems in the browser version of Teams.Are there any other users facing issues like this? Can Not Use Only Teams App
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.