Unlock the full value of DC Web with our global community.
Recently active
Hi,I have a case in which i have to select an annotation whithin APP_RENDERING_DONE event. The annotation is being selected but when I'm trying to call the goToLocation function within annotation selected event, nothing happens. In debug mode, everything works fine.please advise...
How to extract pdf to Json from adobe server file.Is there any other method like createFromLocalFile to read pdf from adobe server and convert in JSON using Nodejs.
Hey all! I'm working to integrate analytics tracking for PDFs for one of my clients, and am having some difficulties with the Adobe Analytics integration that's part of the view-sdk module. First issue: I often see multiple calls getting sent for the same thing (e.g. "viewed page 1 of the doc") even when I haven't scrolled or moved my position in the doc at all.Second (and much bigger) issue: The ViewSDKInterface.js code (where the Analytics integration actually lives) is hardcoded to use s.t(), which is an Analytics-specific call to send data and mark it as a page view. This is problematic, because these are non-page-view events, and so using a page view call to track them (especially with the API being as verbose as it is with its tracking) will cause some pretty bad inflation of page view metrics in Adobe Analytics. There needs to, at the very least, be an option to use an s.tl() call instead (and this should probably be the default). I would be happy to submit a pull
Hey Adobe Members!!I m using your Adobe pdf service SDK for python,In which I m converting my pdf to text by using the "extract_txt_from_pdf.py" program which is in pdf service SDK. But actually, problem is that I have multiple pdf' which are in the same format but some of them is converting to pdf text and some are not all pdf content same format I didn't know why it is an actual happening
Hello, I am new to PDF APIs, I am trying to use the PDF Generation API for the first time. When I use the PDF Generation API, my request does gets submitted; status: 202. When I use the status API to see the result I do see the suceess and status: 200. My question is how to convert/see the actual resultant pdf? I see below. Apologies, this might be naive but I am new to this. Content-Type: application/octet-streamContent-Disposition: form-data; name="Agreement_Template1"%PDF-1.6%����133 0 obj
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.
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.