『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi,I'm new to the Document Services API and am trying to work out if the following is possible. I would like to be able to access the comments/annotations of a PDF file via an API. The following documentation is for the REST query that should extract the contents of the file, but I'm unclear whether this will include annotations or not. From the reading I've done, it looks like the annotations/comments are not available.https://documentcloud.adobe.com/document-services/index.html#post-extractPDF Can anyone kindly advise if I'm looking in the right area, or how else I can do this using REST API? I'm unable to install any Python/Java etc, which is often the solution I've seen when googling. Thank you in advance. Regards, David.
I tried converting EXCEL to PDF using Adobe PDF Service SDK. Got a pdf genrated but it is distorted... Need to fit all columns for Excel in the PDF...is there an option for this?? also how to convert just a single worksheet in excel in PDF.. Please help
We are observing a peculiar problem with Adobe PDF Extract API When submitting API request (POST) via postman to https://cpf-ue1.adobe.io/ops/:create we get full response, which contains 4 files (csv, png, x json files), see response_postman attached. Jsonoutput in this case contains elements array with extracted dataWhen exactly the same request is submitted using VBA (using xmlhttprequest) with the same request parameters and headers, we get a response with Status 200, but only 2 JSON files (PNG and CSV are missing) see the second file. Furthermore, the elements array is blank.Both requests were sent 1 minute apartpostman - 20/09/2021 11:04xmlhttprequest - 20/09/2021 11:05.
Just a quick note that in the past few days we released a new update to our APIs. These new features include: .NET SDK support for PDF Extract API A whole new feature, PDF Properties API Improved support for generating images from PDFs Improved HTML to PDF support (including the ability to generate a PDF from a URL) I wrote about these changes and more on our developer blog here: https://medium.com/adobetech/unpacking-the-september-2021-release-adobe-document-services-79d487be2e4
This is just an FYI, but hopefully you've bookmarked the Adobe Tech Blog (https://medium.com/adobetech) on Medium. If you haven't, definitely check it out. If you want to focus on Document Services content, you can find those posts here: https://medium.com/adobetech/tagged/adobe-document-cloud And, if you use an RSS reader, you can find that here: https://medium.com/feed/adobetech/tagged/adobe-document-cloud
I'm hosting a website that allows users to use the embed pdf api to open a local interactive pdf from and edit it. However, in order to save user's progress to local disk, the user has to manually download the pdf since the save functionality in the embed api only saves user's progress in the memory. Is there a way to automatically synchronize user's progress to local disk without having to manually download it? (It's kind of like when you use Word to edit documents, you can directly save it to the same file on local disk.)
Hello, I am using the adobe PDF service connector from Power Automate to convert an HTML file to PDF.It works great, but I don't know how to customize the header and footer. Anyone have a solution?Thank you.
I am currently trying out the Document Generator service as part of a POC for a current project and ran into what I believe is a bug. The conditional-section syntax is not being parsed if it is part of a Word header section. If I place it in the body of the document it works, but if I move it up into the header it just outputs the syntax rather than evaluating it. Other tags are evaluated, just not the conditional-section tag.
I'm working with Retool, attempting to automate a PDF generation workflow for my internal team. This is not a traditional javascript application with HTML. I need to 1.) use the Retool utility for downloading the file and 2.) persist the data to a DB (likely a Blob field type). I have downloaded the Postman collection and environment and modified it to work with my account successfully. I can also successfully call the Document Generation POST endpoint (/ops/:create), get the location ID, and finally call the Poll Status GET endpoint (/ops/id/R1UeCerQ14fM1CMsagyOaMlSFXZ8thxi) to get the final multipart/mixed response. It looks like this: --Boundary_380665_2133110495_1627937751536 Content-Type: application/json Content-Disposition: form-data; name="contentAnalyzerResponse" {"cpf:inputs":{"documentIn":{"dc:format":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","cpf:location":"InputFile0"},"params":{"cpf:inline":{"outputFormat"
Iinstalled it twice still get this error message. Last time I uninstalled it and installed it again. Still getting this error message.
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!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.