『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
If one PDF document has annotations by many users, is there a way to disable editing/deleting annotations which are not by curent user? In other words, user should only be able to edit/delete annotation made by him/her.
I am using the PDF extract API for one of my applications. Each PDF file page length may differ from 300 - 1000 pages. In the documentation, it is mentioned that non-scanned PDFs are limited to 200 pages and Scanned PDFs must be 100 pages or less. Limits may be lower for files with a large number of tables.To solve the above-mentioned limitations a PDF file should be split into multiple chunks, but how can I determine the optimal no. of page length for each PDF to automate the process? Questions?What is the max no. of pages that I can hit the API with a PDF which contains onlyscanned pages in it? large tables?scanned large tables? Thank you!
We are a small media publishing website. We have tested the embed function of adobe using this: https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf It works great, and we would now like to utilize this in our website. We just want to publish pdfs, and we dont need anyone to be able to sign or fill in a form, just embedding documents using iframe. What product do we use for this, and how to we upload, get started? Thanks!
I am getting 403 errors when I attempt to access the PDF Extract API using R (specifically the httr package). The API works fine in Postman, and I have successfully used the following R code to generate a "Bearer" token: r = POST( url = "https://ims-na1.adobelogin.com/ims/exchange/jwt/", body = list( client_id = {{Placeholder for client_id}}, client_secret = {{Placeholder for client_secret}}, jwt_token = {{Placeholder for jwt_token}} ), encode = "form" ) access_token = content(r)$access_token Authorization = paste("Bearer", access_token) The "Bearer" token that I have generated using R works fine when I copy and paste it into Postman for posting a PDF file and getting the extracted JSON data. So far, so good. But I get a 403 error if I try to use the same "Bearer" token (and my client_id) to get the same extracted JSON data into R using the following R code:httr::GET( url = "https://cpf-ue1.adobe.io/ops/id/{{Placeholder for x-request-id}}",
What would be the best way to Generate Labels with the Adobe Document Services API?Tables doesn't seem to be an option.
From Embedded API, is there a way to get the page info, such as total page count, current page number?
Hello!I have a file(s) with some permissions (like in the picture).How I can read these permission(s) for prepending users to upload this file to the server?I used pdfservices-sdk-2.1.0 library for Java.PS: The file with the properties above is already signed, but anyway how I can do it?
hello, I am using the document extract REST api to parse pdf's that include hyperlinks. from my testing it looks like the api parses the hyperlink as a different element then the sentance that it is in. from what i can tell there is no indication of where the hyper link was located in the string so i can reassemble it, as it leaves no symbol and eats the trailing line space. below is the content analyzer request i have been using. the documentation has given me no clue as how to either get it to ignore hyperlinks, or otherwise indicate where they were extracted from. { "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" ] } } }, "cpf:
I'm writing an app for visually impared person (I'm using the .net SDK for a Windows Form) that needs to have a many PDF documents converted to docx. The app iterates through a directory, find all files, and converts those that are PDFs. I've been testing this with a max of 20 files. Most files are around 500 KB and, for testing purposes, I added a PDF document from a scanner, that is 2 MB (the biggest file of all). These files all convert individually. However, when I ran my app, the API hangs after about 4 of the small files (sometimes even after 2). I'm using a trial account, which I believe has 1000 documents. When I check how many I have used, it's always stuck at 19 docs....like doesn't matter how many times I run my test winform apps, the APIs call don't make it to Adobe. I get no response, it just hangs. Is there some throttle with trial account? Is there somewhere a log I can see what's going on? I also did some search for batch exports,
We have extended the PDF viewer core component in our AEM environments. We have also created API keys for each of the domains in the Adobe Developer Console. When we set up the PDF viewer component in our STAGE author environment, we get the message "This application domain is not authorized to use the provided PDF Embed API Client ID. (please see attached screenshots) The API key is set up to the correct domain.
First Scenario:1. We open a pdf(with acro fields) on the PDF Embed Viewer,2. Add some annotations using the UI.3. We saved the annotations on our database as a json format.4. If we open again this document we load the annotations from the database using annotationManager api5. Everything works fine. Second Scenario:1. We opened the same pdf on Scenario 12. Fill some data on some fields (or trigger some ui functions to update the pdf content)3. Saved the pdf4. Reopen the PDF 5. Annotations are not loaded , we are getting errors "Invalid value of Annotations" and "Annotation not found for given id".
What is the format for sending the adobe extract post? I've gone through the documentation for the extract API(https://documentcloud.adobe.com/document-services/index.html#post-extractPDF) and tried to implement the request in Postman, but everytime I'm getting a HTTP 500 error. Can anyone help me figure out what is wrong with my API call. Thanks.This is the cURL command I'm using. curl --location --request POST 'https://cpf-ue1.adobe.io/ops/:create' \ --header 'Accept: application/json, text/plain, /' \ --header 'Authorization: Bearer {token}' \ --header 'x-api-key: {api-key}' \ --header 'Prefer: respond-async,wait=0' \ --form 'contentAnalyzerRequests="{ \"cpf:engine\": { \"repo:assetId\": \"urn:aaid:cpf:58af6e2c-1f0c-400d-9188-078000185695\" }, \"cpf:inputs\": { \"documentIn\": { \"cpf:location\": \"fileInput1\", \"dc:format\": \"application/pdf\" }, \"params\": { \"cpf:inline\": { \"
Earlier this month we released an update to the Document Generation API. This updates adds new table options, new styling features, and support for SVG images. You can read more about this at our blog post here: https://medium.com/adobetech/unpacking-the-october-2021-release-adobe-document-services-58b8428860d4 Let me know if you've got any questions!
For Adobe Embedded API, is it possible to create overlay item on top of page? We are trying to create spotlight view for a page, the spotlight changes when the mouse moves, so only a small section of the page is visible. See attached the screenshot.
As the title says. If I on pdf initialization, added a new annotation (loaded from json saved before) via the annotationManager this will trigger the save button and will show Edited -- (Save button) in the header. I was wondering if there's a way to avoid this behaivor and just show the annotation, without disabling the user ability to add/remove new annotations, and showing the save button only on user actions/events.
I'm looking for an open source PDF custom viewer for our web application along with the capability of saving PDF with annotations. I'm glad to found the solution (Though its cloud based) from the leader. With 2 days of knowledge from your documentation and other posts, I'm posting my observations and questions: View SDK is free to use. This is mentioned in blog and forum posts. But if it mentioned clearly in documentation page, whats free and whats not then it will be very helpful.View SDK is free now. Its great but will it remain same in future ?Free View SDK includes annotation tools and callback APIs (Like save, user profile etc...) ?We understand from the exisitng posts in forum that you are collecting events information for analytics. We are OK that you are NOT collecting any user related/generated information. But whats the need of collecting our app URL (externalUserId in post body of https://dc-api.adobe.io/system/log)As per posts in the forum, lot of new changes/enhanceme
Hi, I am using PDF Embed API for the web application wanted to get control of the Delete Action of the Annotation.Why I would need this is listed below:Imagine I am logged in as a User called "Amit" and added some annotation, this annotated value is stored in my local collection and logged out of the application.The user called "Akash" logged in and see that the annotation is added to the PDF and he try to delete the annotation what "Amit" has added using the Delete Option in the Drop Down.I wanted to have control over the Delete Action before the Annotation is actually deleted.I am listening to the Event Listener as adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.EVENT_LISTENER, function(event) { console.log(event.type, event.data)  
In the attached PDF, the text section (starting of the page): "This is a promotional meeting organised and funded by the Testers Alliance intended for healthcare professionals based in the UK. Prescribing and adverse event reporting information for (quixaban) can be found here. For moreinformation on BITIQUIS, please visit www.bitiquis.co.uk"is extracted as a part of an image in the Extract API. Currently using the code in the awesome repo containing code samples: src/extractpdf/extract-text-table-info-with-figures-tables-renditions-from-pdf.js Attaching the image extracted as well. Is there a way the text section can be represented as text correctly? Thanks!
I'm wondering if it is possible to add additional actions in toolbar for PDF embedded API preview? In addition to annotation, download and print, we would like to add some function which is specific to our business need, such as share document which launches our share popup screen. Does the PDF embedded API have the ability to allow adding such actions in tool bar?
I am using trial version of Adobe pdf connector for merging PDFs, This action has Preview lable, what does Preview stands for? In future will there be any change in this action, if yes, what may be the impact even after having subscription?
I'm creating a pdf using a HTML file and the API always gives me a PDF with header and footer, even setting the option to not include header and footer.The API was working fine about a 3 months ago, but now i'm having this problem, any solution or explanation would help, thankspageLayout.setPageSize(16, 9); CreatePDFOptions htmlToPdfOptions = CreatePDFOptions.htmlOptionsBuilder() .includeHeaderFooter(false) .withPageLayout(pageLayout) .build(); htmlToPDFOperation.setOptions(htmlToPdfOptions);
Our existing code generates the annotation data as xfdf string, is there a way to pass the xfdf to previewFile API?
We integrated the Adobe PDF Embed API PDF Viewer into our web application and during testing found out that the viewer takes very long to render PDFs created by iOS Quartz PDFContext. If it takes longer than a minute we get an error message "File preview error. File preview not available, please reload to try again.". The problem can be reproduced in the demo viewer at https://documentcloud.adobe.com/view-sdk-demo/index.html#/customize/LIGHT_BOX, so it is not a problem of our integration. In Adobe Acrobat Reader the files are displayed within an instant. Attached is one example file which takes around one minute in the demo viewer, so sometimes it is rendered and sometimes not. What is wrong with the file? Or did we find a bug in the viewer?
Hi, We have a problem when we trying to create a credential for the PDF Services API. We getting an Internal Server Error message and we can't download the private key file. There are some informations in the browser's log:...- Generating personalized code samples- Creating Credentials (index.js:60)- Failed to load resource: the server responded with a status of 500 (Internal Server Error) (viewlicense.adobe.io/viewsdklicense/integration/servicessdk:1)...After when we check the Projects in the Adobe Developer Console we have this generated project.When we try to register PDF Services API at the AWS Marketplace this is the problem.How I can solve it?Thanks!
I have used Adobe PDF services connector in Power automate.Used Convert PDF to Word API.Output word document is not converted into correct format if PDF has column layout or images.
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.