Unlock the full value of DC Web with our global community.
Recently active
I downloaded the SplitPDFIntoNumberofFiles C# project from Adobe SDK. The code below works sucessfully when splitting a PDF document to 20 pages, but if I set it over 20 pages, I get an exception error that the operation could not split beyond 20 pages. // Set the number of documents to split the input PDF file into.splitPDFOperation.SetFileCount(20); Can anyone please provide any guidance or assistance ?
All Microsoft Office add-ins are required by Microsoft to be functional in the legacy Edge webview environment. In testing I recently saw an error pop-up saying that Adobe will no longer support "your version of Edge after September 2021". Does that mean that the pdf embed viewer will cease to work on Edge legacy webviews in October? Or just that Adobe won't provide support for issues that may arrise due to incompatibility? Thank you.
Привет! В предыдущих темах этого форума видел что функция заполнения полей в pdf документе через API недоступна. Как сейчас обстоят дела? Не могли бы пример привести?
I'm building an application using the Embed API. The client is using this application to view and annotate large PDFs (in the range of 25-60MB). It seems that as he scrolls through the document, the further he gets through it the worse the application runs. I've done some initial profiling in Chrome and it looks like the memory consumption of the Embed part of the application just continues to grow as you scroll through the document. I didn't dig into it too much, but at first pass it looked like it had something todo with mobx. It seems as though there might not be any virtualization in the Embed API so as pages are created (and potentially made observable (if mobx)) nothing is removing listeners / subscriptions. Anyways, it's unfortunately a bit of a deal breaker for my client so I told them that I would investigate.
Is the Adobe PDF embed tool complaint with WCAG 2.1?
I am building an application for modifying and creating annotations using the Embed API. Everything seems to work just fine, except for when I export the pdf data as an XFDF the updated annotations are not present. I have attached a video to show the behavior but had to compress it significantly, here is a breakdown of what happens: In my application (the Embed API), I open up a PDF with no commentsI highlight some text and add a comment, and save the PDFI open up the saved PDF in adobe and export the XFDF The XFDF has the correct content for the annotation created using the Embed Api (The annotation is of the type <Contents>)I add a new annotation in Adobe Reader and save the documentI export the XFDF and the XFDF has the two annotationsThe Annotation from Embed Api is <Contents>The Annotation from Adobe Reader is <Contents-Richtext>I open up the saved PDF in my application and update the existing annotation that was created in Adobe ReaderSave
I am able to run the sample project. I have created another zip archive of HTML file and other dependency files like CSS and js and pass it to the CreatePDFFromDynamicHTML.java file to create a PDF after executing mvn -f pom.xml exec:java -Dexec.mainClass=com.adobe.pdfservices.operation.samples.createpdf.CreatePDFFromDynamicHTML command it gives an error description ='The zip file provided has invalid content.; transactionId=kNWylwnmtNDbJf9ERkbjuE1Ou62467uv'; requestTrackingId='ZDdG1zgw5sKjMdnEGjvV8PAdUlJwwwNO'; statusCode=400; errorCode=INVALID_ZIP How to resolve this?
I am using PDF service api added all dependencies related to api while executing the code facing issue with nimbusds jose library which is java.lang.NoClassDefFoundError. I am using 8.19 version of nimbusds library. Please help me out
Hi, the tooltips on the highlight options apears too slow, can we control it? if not, can you add a config for the delay? thnx
Hi all,Let's say i loaded a PDF file successfully.I want to load another file with the same viewer & config. how can i do it?
Hi all,I get this error when trying to update an annotation. I didn't change the user profile in between.Any idea?This is the object i send to the update func:
Hi, I'm currently listening to the annotation delete and add events using the annotationManager. I wish to add the filter annotation function. If I do my own filtering, then add the filtered annotation list to the PDF, I think I have to reload the PDF since I'm listening to the above events. So I wonder if there will be an API function e.g. filterAnnotations() such that when I filter the annotations in the PDF, the events "ANNOTATION_ADDED" or "ANNOTATION_DELETED" won't fire.
Hi all,Is there any way to change the default color of the highlight annotation to a random one?I want that each time i highlight a text with annotation i could give it a different color.
I have a viewer on my website which is supose to show content from a PDF file. It loads perfectly sometimes, but most of the times it displayes a blank modal content. It does triggers an event APP_RENDERING_START but then no other messages can be seeing, neither the content is display inside the pop up modal when it opens. Any suggestions on what the problem might be as i didn't find many answers on web?Thank you!
Hi, Currently the annotationManager.SelectAnnotation() function only navigates to the top of the annotation's page. if the annotation is at the bottom of the page, it won't be shown sometimes if the browser height is not large enough. So I try to use the viewer.goToLocation() API to manually implement the selectAnnotation() function. But I noticed that the selectAnnotation(<page_number>, <x_coord>, <y_coord>) does NOT match the annotation's bounding Box schema. In the annotation's boundingBox data, the x and y values seem to be starting from the bottom left corner of the page, the x_coord and y_coord arguments in selectAnnotation() function seem to be starting from the top left corner. so the x_coord is working as expected, but the y_coord is reversed. If I can query the height of the page, I can do selectAnnotation(page_num, x_coord, page_height - y_coord). But unfortunately I don't kno
Hello, When converting PDF's to DOCX the image is broken. The image contains text. Could the problem be that the fonts are not standard and this can't be interpreted by the API? Thanks,Tre
Hi, I wonder if you could add the page number in the annotation data. thanks.
We have a batch of PDFs that we are looking to pull the data from. This batch is uploaded to a folder daily. I am looking for help on using this API. Where is the best place to find help using this API to help accomplish this tasks for someone that is new to using APIs?
I am trying to get the Adobe pdf tools api to work in Power Automate. I've tried converting Word-documents (dotx) and images (png) to pdf but it's not working at all. When I use another api, there no problem converting with the same input parameters from Power Automate. This is an example of the latest error. I am trying to convert an image from a Sharepoint-list: Output:{"statusCode":400,"headers":{"Transfer-Encoding":"chunked","x-request-id":"7J1RTNRoDHLaDKURB19rgHNmBBtgCNmU","pragma":"no-cache","x-content-type-options":"nosniff","strict-transport-security":"max-age=31536000; includeSubdomains","x-robots-tag":"noindex,nofollow","vary":"accept-encoding","x-envoy-upstream-service-time":"50","Timing-Allow-Origin":"*","x-ms-apihub-cached-response":"true","Cache-Control":"no-store, must-revalidate, no-cache","Date":"Tue, 13 Apr 2021 11:50:34 GMT","Content-Type":"application/json","Expires":"Thu, 01 Dec 1994 16:00:00 GMT","Content-Length":"226"},"body":{"error":{"code":"Operation
First of all, thank you to the PDF Embedded API developers.It's okay to write in English when I leave a sticker note, but if I write in Korean, the letters will be broken (attached a sample photo)Adding type 'utf-8' is not working when saving the file to web server(https://community.adobe.com/t5/document-services-apis/is-there-any-way-to-save-edited-pdf-in-server-in-pdf-embed-api/td-p/11767431)and downloading directly to my local hard drive using 'save as' is also breaks the stitch note text.Is there a solution?
Hello all,I am attempting to utilize Adobe Document Services pdf Embed API for viewing pdf documents on my website. Following is what I've done so far.However, as noted below, when I plug in my information, the pdf, which is on my web server, does not open either locally or on the Wordpress web pagethat I created on my website. Can anyone see where things are going wrong when I plug my info into the js code?I added this code to my website header. I must have seen somewhere in the documentation to do this. <!-- Adobe PDF viewer --> <script src="[URL]https://documentcloud.adobe.com/view-sdk/main.js[/URL]"></script> adobe’s original code, which when I create an html page with Brackets works locally on my iMac and opens their sample pdf [I]<!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples-->[/I] 2<!DOCTYPE html> 3<html> 4<head> 5 <title>Adobe Document Ser
I am a teacher using dynamic pdfs on my website that students can fill in. I wanted students to submit/save their work on my server so I can mark and I found the solution here in the forum from @Joel Geraci https://codepen.io/practicalPDF/pen/eYBOpEm. However I could not make it work on my server as it requires PHP or similar code. Can anyone please guide on PHP code so I can complete this implementation.
Hello,We are using the embedded pdf viewer in our platform, and we started seeing files that just wouldn't open in the viewer.The error was just a stacktrace starting from: "at self.___cxa_throw (wasm_acrobat2.js:1)" When looking at the file locally on my Mac Preview tool, it opened correctly, and when clicking on "inspect tool" it shows pdf version: 1.7 is this a version that you do not support?re-saving the file created the same pdf with version 1.3 did work eventually my question - which versions of PDF files the embedded viewer supports? what can we do when investigating a file that doesn't open? Thanks,Ron,Navina
I'm having an issue while trying to use the PDF Extract API, even though it is working as expected I was not able to get the output as a ZIP file containing all the images and csv files. What I'm getting is a multipart response, but I'm un aware how to parse this response to get the indevidual content properly.I would like to know if I'm doing something wrong or if I'm missing a step in the extraction process. This is what I'm sending as the contentAnalyzerRequests { "cpf:engine": { "repo:assetId": "urn:aaid:cpf:58af6e2c-1f0c-400d-9188-078000185695" }, "cpf:inputs": { "documentIn": { "cpf:location": "InputFile0", "dc:format": "application/pdf" }, "params": { "cpf:inline": { "elementsToExtract": ["text", "tables"], "renditionsToExtract": [ "tables", "figures"], "tableOutputFormat": "csv" } } }, "cpf:outputs": {
Hello All, I am using the PDF Extract API by making a REST call using postman. The call is successful and i am able to Poll and get the contentAnalyserResponse in text format. How do i get this as separate files that can get downloaded to my disk as images and/or csv/json files for text and tables. Can i receive the response as object(s) that can be written to different files with the proper extensions to achieve this. I remember reading somewhere but now cannot locate it again that the response can be received as a single downloadable zip file with all the separate files in a fixed folder structure... If anyone has tried or achieved this, please could you share how you have done it. Thanks and regards,Adi
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.