Questions
Récent
Hi everyone, I have a fillable PDF Form with custom validation scripts inside which I want to make accessible on aWebpage via the View SDK. The embedded PDF Viewer works fine but the custom validation scripts don't (Message: This Document contains fields which are not supported).My Question now is, if there is another possiblity or even another approach to get this working? Thanks in advance
Is there any file size limitation in view SDK?
Hi, I'm building a tool, that compares article numbers on two different documents and highlights the article numbers that couldn't be found in the other document. I'm creating an array of annotations in the backend, which I'm sending to adobe with the file as follows: var viewerConfig = { enableAnnotationAPIs: true, includePDFAnnotations: true, showCommentsPane: false }; document.addEventListener("adobe_dc_view_sdk.ready", function(){ var adobeDCView = new AdobeDC.View({clientId: "i put my id here", divId: "adobe-dc-view2"}); var previewFilePromise = adobeDCView.previewFile( { content: {location: {url: "{% static 'pdfs/adobe/doc2.pdf' %}"}}, metaData: {fileName: "doc2.pdf", id: "{{docId}}"}, }, viewerConfig); var annotations = '{{annotations}}'.replace(/'/g,"\""); console.log(annotations) annotations = JSON.parse(annotations) previewFilePromise.then(function (adobeViewer) {
Does Adobe provide python API's for document OCR or Text Recognition?
For example, when "usesr A" open the document, only annotations from "User A" should be available.When "User B" opens, only should show annotations from "User B".
Hi,when I upload the files to server (https) the download and print buttons are not shown. Same settings on localmachine (http, own credentials of course) show the buttons along with the legal notices. No errors in the console. Any ideas?
Error code P81: Another installer instance is runningError code P81 indicates that another installation might be running in the background.SolutionWait for the other installation to finish, and then try again.I will try and try again, But time remaining is very slowly and I use internet download speed to 52.79 Mb/s. Time remaining show 120 minutes left
Hi,I'm working on an application that ingests PDF files, parses, and produces metrics. I ran into issues with these files because they are generated by different applications and I don't have control over how the PDF files are generated. The contents of the file is well defined, but applications produce PDF files via 3rd party libraries, tools, or API's. Some of these applications are old and are possibly using PDF generating libraries that are out dated. I'm looking for a good way to verify and validate PDF files. Could anyone point me to a tool, library, or API that I can use to help me get some insights from each PDF file? I'd like to include a step in my workflow where I can get some metadata out of PDF files and determine whether it is valid or could lead to potential issues in my workflow. It would be even better if there was a way to take a PDF file and pass it through a "cleaning" process which would make the file more up to date. Any help would be greatly appreciated
hi, thanks for this great tool. Although on mobile there is no availability to make draws and add notes on PDFs, SAVE button is still shown. thanks.
Is there a way to rotate a page in a PDF file in View SDK, and then save the PDF with the page rotated? We are working on an application to receive scanned/faxed documents and we expect that users will scan pages upside down from time to time. How can we rotate the page and save it so that users can view the page right side up?
We have received several reports where some individuals in the community are posing as Adobe Employees. These individuals are falsely representing who they are to gain your trust, and possibly access to your computer or personal information by offering to help troubleshoot issues. Here are 3 easy ways you can identify Adobe Staff: ➊ All Adobe Staff have a RED ADOBE BADGE below their profile picture and an Adobe logo after their username. This staff badge is visible on Adobe Staff profile pages, original posts, and reply threads. ➋ Genuine Adobe emails are always __________@adobe.com ➌ Adobe Staff will never ask you to share your passwords or sensitive information in the Adobe Community. Adobe employees will always direct you to communicate through an official Adobe channel to set up support sessions. Report abuse or suspicious behavior to phishing@adobe.com
Hey there, do you have an estimation about the next releases? What is on your roadmap? With regards to the view-sdk it would be fantastic to see something like customizable react library. Do you consider building something like that?
According to my tests it works when the "API Key/Client ID" is generated with certain "Adobe ID" accounts and not with others. With this "Adobe ID" adobe@damezumari.net it work :https://www.damezumari.net/WORK/Demo_PDF/adobe@damezumari.net.htm With this "Adobe ID" jptavan@cci-paris-idf it don't work (File preview not available) :https://www.damezumari.net/WORK/Demo_PDF/jptavan@cci-paris-idf.fr.htm
I have created multiple credentials using this URL:https://www.adobe.io/apis/documentcloud/dcsdk/gettingstarted.htmlDC View SDKHow do I see the list of credentials I've made so far? It seems I can make credentials for each subdomain but I can't see the list of those already created.
When I type this into the browser http://vintagecooking.live/files/testCookbook.pdf#page=11It takes me to page 11 of the cookbook. However the script below does not produce the same effect. Is it possible to go to a certain page in a pdf using Document Cloud SDK? adobeDCView.previewFile({ content: { location: { url: "http://vintagecooking.live/files/testCookbook.pdf#page=11", }, }, }, viewerConfig);
hi; i'm rally got a throble to send front my desktop to my cell my resumen and also send to my printer, i have no idea why dosen't printer.
Is it possible to export to docx via the API? I.e., automatically generate/download a PDF stored in the documentcloud as docx?
Hello,I'd like to upload to the Adobe documentcloud from the command line, i.e. via the API (if there is one). Are there any examples?Thanks!PS. This is for personal use, rather than for setting up a service.
Is it possible to enable the "Take a Snapshot" tool in Document Cloud View SDK?
In the demo of the Document Cloud View SDK it is not possible to select the viewer component "Full Screen" When the embedded Mode Full Window is enabled. I would like to know if this is possible, an if not if this is a planned feature. Thank you! Max
I am running Azure with Blob Storage. I created credentials for my domain and my subdomain. My subdomain is the blob storage. No matter which credential I use I get the error "File Preview Not Available" <div id="adobe-dc-view"></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: "f2855aea6b054271be928e64ad386da0", divId: "adobe-dc-view" }); adobeDCView.previewFile({ content: { location: { url: "https://cookbooks.vintagecooking.live/pdf/test.pdf" } }, metaData: { fileName: "test.pdf" } }, {}); }); </script>
I recently build a POC of view sdk. I found that adobe skd captured some events for analytics purpose and also saved user setting if user is already logged in. What to understand more about that does adobe also saved to files to adobe cloud ? We don't want to stored application data out side of our application. Can you confirm that adobe is not storing any file related information on their cloud ?
This application domain (https://alex.patrut.com) is not authorized to use the provided View SDK Client ID. index.html contains the following code: The application domain alex.patrut.com is configured to be autorized in console: What is the problem?
Will there be support for overprint preview? This would be a good tool for print production acceptances, but not if this will not include correct generation of the overprint objects.Here is a sample with embed file that you can use for checks. Look at this file embed and then download it and look it in Acrobat: https://mrserge.lv/apps/pdf-overprint/
File preview not available in Incognito mode : https://www.damezumari.net/WORK/Demo_PDF2/It is the expected behavior ?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.