Unlock the full value of DC Web with our global community.
Recently active
I'm working of exporting PDF document to MS Word document. the Adobe PDF Service API work pretty well however, I'm facing issues with French accent. they are note correctly exported.any idea on how to do it please ?thanks!
Just wondering how do I link to a specific version of the PDF Embed API from my web page. The concern is if I always link to the latest version - will this always guarantee backwards compatibility or is it possible that things may start breaking. By linking to a specific version it means we can upgrade to the latest version after successfully testing the latest version with our code. Is this possible with the PDF Embed API - or will you always guarantee backwards compatibility, so there is no need to link to a specific version of the PDF Embed API.
I embedded a PDF on a webpage. The expanded full-screen function works on iPad mini, iPad pro, mac, and android, but it does not open up fullscreen when it comes to iPhone. It's like trapped in an iframe, but we are not using iframe. Can anyone help? I tried with iPhone X and iPhone 8 Plus. Many thanks for considering my request.
Hi Team, I am getting the below exception when trying to use ProtectPDF API.com.adobe.pdfservices.operation.exception.ServiceApiException: description ='Source file is protected and cannot be processed.; transactionId=JdVKSQv70gO5uhbG6uzMPQyWTAzFpRRp'; Kindly let me know in case any suggestions
Hi,So we implemented our comments functionality wirh your API.When not in "fit full page" mode & when the pdf page has a scroll and the annotation is at the bottom. selecting an annotation scrolls to the page and not to the annotation.Please see this video(the comment with "input jack" text scrolls to the page and not the annotation at the bottom of it. when set to"fit full page", it's ok):https://www.loom.com/share/545e8370d39a46cc92ab0368a3dacae5Do i have an option to scroll to annotation and not a page when selected?If not, can u guys please fix this? thnx
We are using PDFViewer in our application and we noticed that it sends some stats to Adobe without us enabling it. We could't find anything in documentation about these stats(ex: Eureka:Commenting).Can someone help us with information on how to disable these stats?
Hallo Community, I would like to know in which Data Center the calculations for the Power Automate Connector are performed.Where are the documents that are converted via the Connector stored and processed? This is the product I am interested in:https://helpx.adobe.com/de/document-cloud/help/pdf-connector-for-microsoft-power-automate.html Thank you for your answers
Dear sir, please support me to finish this work Thanks very much for your valuable support.
Hello We have a PDF entitledImpella Update: AIC v8.5 Software Update EU-EN When displaying this PDF using the Embed API there are two issues:1. The title is 'split' into two pieces which appears to be the main title and a subtitle. The split happens at the period 2. When downloading the PDF, the pdf extension is not included on the file. A user is still able to open it, but on Windows they are asked which app to use in order to open it. Are there any workarounds or preferred ways of dealing with this?Thank you
Hello Everyone, I ran into an issue while combining multiple PDF files into a single PDF.combineFilesOperation.Execute(executionContext);threw an exception saying "PDF document containing file attachment is not supported". If anyone has came across this exception, kindly help me in resolving it. Thank You.
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?
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.