Unlock the full value of DC Web with our global community.
Recently active
I believe I have checked all related posts. Still this error can not be fixed.Here is my scripts. <div id="adobe-dc-view" style="height: 960px; width: 60%;"></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: "b925ad5e782c410ba78800c9ec21327c", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "http://anning.se/unsorted/raw.20210905163612.4032092.pdf"}}, metaData:{fileName: "raw.20210905163612.4032092.pdf"} }, {embedMode: "SIZED_CONTAINER"}); }); </script>Credential has been recreated multiple times. The PDF file is reachable.http://anning.se/unsorted/raw.20210905163612.4032092.pdfI also tried https, direct, or indirect url.Any more suggestions? Thanks a lot.
Hello, I am trying to use the PDF Services API in a .NET 5 web project to convert DOCX files to PDF. I have tried the code in a test project and it worked there, but when I put it in the project where I need it, I receive a ServiceAPIException with the ErrorCode: IO_SCHEMA_MISMATCH and the following error. Error response received for the request: Invalid I/O in the request. I/O name: $type I/O value: "Adobe.PDFServicesSDK.core.cpf.dto.request.platform.CPFOutputs, Adobe.PDFServicesSDK" null The C# code is exactly the same between my test project and the actual, and I am even testing with the same Word Doc to try and narrow down the issue. The test file works perfectly in the test project, but not in the actual. What is this error? Where does it come from? What is the solution? Thanks
My preview config is const previewConfig = { showDownloadPDF: false, showPageControls: true, embedMode: "LIGHT_BOX" }; And I am registering for preview document click as const eventOptions = { listenOn: [AdobeDC.View.Enum.FilePreviewEvents.PREVIEW_DOCUMENT_CLICK], enableFilePreviewEvents: true } adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.EVENT_LISTENER, function (event) { console.log(event) }, eventOptions ); On opening pdf file in pdf viewer, whenever I click on layover, event is not firing and document closes.Basically, I want to avoid closing document on layover click. I would really appreciate if I get any help to avoid closing file on layover click. I am struggling lot for it.
I am new to working with Adobe Embed. I pulled the code for the sample, loading it into my Joomla 4 site. Unfortunately, I get no responsiveness. The size stays the same on all devices. Please advise.
I am getting DISQUALIFIED - File is not suitable for conversion. Note this can still be returned even if the file was prequalified on the clienterror when trying to execute PDF extraction with styling info for a contract which contains 338 unscanned pages. All pages contains only text. Are there any limitations for this API? How can I resolve this issue? Thank you!
We are using Adobe PDF Services API to convert PDF->DOCX using the ExportPDF API. Recently we have come across a large number of different files (most of which are coming from the same source) that can never be processed by the service successfully. Every attempt results in a timeout error like the one below (after waiting for about 10 minutes): Exception encountered while executing operation ServiceApiError: Operation execution has timed out! at /......./node_modules/@adobe/pdfservices-node-sdk/src/internal/api/cpf-api.js:58:13 at new Promise (<anonymous>) at /......./node_modules/@adobe/pdfservices-node-sdk/src/internal/api/cpf-api.js:55:11 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) { requestTrackingId: '3eTHHoqqVYBdifdPYD9AexhSbybqSeRB', statusCode: 0, errorCode: 'UNKNOWN' } We weren't able to understand what's wrong with those files. They are textual PDF files of vai
Hello, Is there a way to set the embedding PDF to jump to a certain page? I do not mean the jump function in the full window display, I mean when the PDF first loads. For example, to load a PDF file and go to page 7 without any user intervention. The demo works great, but always starts at page 1. Thanks,Jay
Hi,I'd like to know what the below cookies are used for when using the pdf-embed script from https://documentcloud.adobe.com/view-sdk/main.jsas we need to classify them correctly:sat_domains_cpcs_ccAMCV_9E1005A551ED61CA0A490D45%40AdobeOrgs_vss_nrs_ppvAMCVS_9E1005A551ED61CA0A490D45%40AdobeOrg
show document per page means: https://jsfiddle.net/augL5t6p/ in fact, I want to show my PDF just like in the jsfiddle while using Embed API
is there any other way to maybe mark users with @ like "@xy@x.com" withour writing my own commenting panel? I want to search than for users so the user i choose get an email that he got marked in a comment or is there any plan for this. would be swet
Hello,I am using a Pdc from John Deere.The Pdf is well defined, clean and I can't see anything that should trick the system. It is a parts document. I am noticing that following behaviors. 1. Although the documents say that reoccuring headers won't be listed, its not accurate. I see the headers which are Part and Quantity Required. 2. I can see that the document word-wrapped Quantity Required so they are vertifical to each other. However, the iterations I get per page are--Quantity--Required--Quantity Required These are headers same with Part (they are on the same line(s) but one is on one side of the page and the other is on the other. So it ends up causing confusing in parsing because of the varaiations. I just can't see why as the documents are the same relatively speaking except for the inner content, which is a simple structure 3. After the download and parsing, I am using linq to get rid of things I do not need, however the items themselves are out o
I have set up convert to PDF using Adobe connector on Microsoft Power AutomateIt is not converting the documents to PDF. { "error": { "code": "OperationException", "message": "For application/vnd.openxmlformats-officedocument.wordprocessingml.document mime-type The input file appears to be corrupted and cannot be processed.; transactionId=jOAiCpl8zdvjqJDp8ehSbQQA936a6enU-PowerAutomate" }
We are considering using the Document Services API, primarily for the merge capability, and am wondering how releases of new API versions are handled? Is there a test environment where customers can try out and test the new release before it goes live? Thanks!
Hi All, We will be having a live office hours on our live stream called "Papercuts" at 9:00AM PST on August 25th, 2021. The main topic of this month will be tips and best practices for using Adobe PDF Services SDK. Come join to learn and ask any of your questions with our live experts. You can join in LIVE on YouTube and the recording will be posted there: Join and set your reminder here
I am trying to generate PDF from AngularJS Embedded HTML file. when we run the command mvn -f pom.xml exec:java -Dexec.mainClass=com.adobe.pdfservices.operation.samples.createpdf.CreatePDFFromDynamicHTML result is success on terminal but PDF is not generated from that zip file. How to resolve this issue ? can anyone please help me?
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?
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.