Unlock the full value of DC Web with our global community.
Recently active
Server port 2
For my web page I want to use the Adobe View SDK so the visitor can view various PDF files by clicking a button to load them. All of my files will reside in the same directory on my server, so the only part of the URL that would need to be passed in a variable is the file name, or in my sample "docName". I have created a test page that shows my desired viewer function Here I have been able to create the variable "docName" and by assigning the value in the script everything works fine, and the correct document is loaded. Currently I am making the viewer appear with a button click by using a w3.css modal element to contain the View SDK code, and the button simply changes the style of the modal from "none" to "display" Here is the code for this test: <html> <head> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <style> #pdfModal { margin-left: auto; margin-right: auto; padding-top: 50px; displ
I'm seeing inconsistencies when trying to implement the Inline Embed Mode on pages with a header image above them. On these pages, the embed does not seem to account for this added space and when clicking on the page navigation, it does not accuratly bring you to the next page: https://hireclix.webflow.io/news/rebooting-your-employee-referral-program-to-increase-participation However, embedding on a page without a header image, the navigation works as expected (aside from my fixed navbar): https://hireclix.webflow.io/pdf-embed-test Is this something that can be resolved?
Just signed in to Viewer SDK. Copy and paste simple code on html page. It is not visible on iOS phones. Can I do something to fix the problem. May be it explained somewhere, but I did not found it yet.Thank you very much!
I have read all of the basic instructions for the View SDK, and I am trying to set my pdf viewer to open documents with the "FIT_WIDTH" defaultViewMode. I have tried various placements for the setting, and I suspect my syntax is just not correct. Here is my code:<div id="adobe-dc-view" style="width:60%;height:600px;padding-top:50px"></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: "06179511ab964c9284f1b0887eca1b46", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://www.shcsfarmington.org/Newsletter_050420.pdf"}}, metaData:{fileName: "Newsletter_050420.pdf"} }, {embedMode: "SIZED_CONTAINER", defaultViewMode: "FIT_WIDTH"}); }); </script>This is my best guess as to the placement and syntax, but it is not working - as y
Hi, I need to make an scheduler based app which converts all the PDF files located in a folder to EXCEL files.No merging.. Various PDF to various XL. How can I, with this callback, loop in the application and detect if there are remaining PDFs? Thanks a lotDaniel.
We can convert a PDF to a HTML using C#? The examples does not have this feautre.
In the examples, the object ExportPDFTargetFormat does not have the attribute TXT. Extracting text like itext, is it possible?
Hi, Is it possible to create empty PDF without using any conversion and include document level javascript? Regards,Vijay
Hi, I have tried the demo and read the documentation, but I couldn't find the sample code to disable copy text.Is the disable copy text feature/option is available?
Hi all, is it possible to setup a config parameter that allows us to disable the "search" functionality in the top-right custom actions div?nothing available from the documentation and CORS issues if trying to perform using jquery. Thanks
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(/&#x27;/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.
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.