Unlock the full value of DC Web with our global community.
Recently active
We are implementing the embed API in a vue.js application and a facing a problem when using the "Lightbox" mode. We programmatically navigate away from the page showing the viewer. The viewer doesn't realize that and doesn't clean up (in particular: doesn't remove the "ViewSDK_hideOverflow" class from the body). Therefore users aren't able to scroll anymore after opening the pdf viewer.This is a major issue for us. We are currently implementing a workaround, but would really appreciate it if it were possible to just call ".destroy()" or a similar method so the viewer does the same cleanup which happens when the user manually leaves the viewer.
Hello creative minds, i need help with my project. Converting my document from words to pdf has been a great challenge. The fonts and arrangement of the document becomes distorted the moment i covert to pdf from words. I have followed the most popular suggestion recommended by others online i.e Embed fonts in the file. However, the outcome is the same. Please help me. I can the file to anyone willing to help via email. Regards, St. Jehovah
After passing the url to the Preview method I found that in the resulting iframe I could not see the URL? I wish to confirm whether this is true. It suits my use-case where even though the PDF is a public resource I would not like it to be available on display. Hence. Thanks
Hello,I Have a word document with comments, when I export the document to PDF t, the comments disappear.I'm using Adobe.DocumentServices.PDFTools.Does it support comment conversion?Maybe I have to change some settings?Thanks
I am finding that after the `adobeDCView.previewFile` command is issued, it takes a while even before the gray loading icon appears. Is there any event available to capture the start of the loading? Reason being, we can superlay with our own loader while the embed code works. Thanks
I have several PDF files that I am linking to on a page, with embedded lightbox buttons to let users browse documents without needing to download them. https://mdpl.org/2020/08/21/ocean-drive-master-plans/ However, when I check the Google Chrome Developer Tools->Network console, I see that there is around 97kb transferred, but after clicking the button to open the first PDF, as I scroll down the PDF, I see about 230MB+ of 'resources transferred' which goes up with each page I scroll (see attached screenshot). My question is, when embedding large PDFs in the PDF embed API, is the entire file being downloaded for the user in the background before becoming a lightbox? It would seem inefficient to download the full file, only to display the PDF in the lightbox. I believe it would be helpful to understand how much of the file is actually transferred when showing the lightbox.. in this example, is it only 97kb or 230MB+?
The documentation only gives the javascript for the lightbox, but doesn't give clear examples of connecting it to a button. Here is the code that I have used, but it is not working. I based it on the codepen from Joel Geraci: https://codepen.io/practicalPDF/pen/MWyKKLZ I have just one button in my example..You can check it at the following link and click the button. Unfortunately, the lightbox does not open: https://mdpl.org/2020/08/21/ocean-drive-master-plans/ <button id="showPDF01">See the plan</button> <script type="text/javascript"> const clientId = "9dcefe93a0974e39bde91432083cffec"; const viewerOptions = { embedMode: "LIGHT_BOX", defaultViewMode: "FIT_PAGE", showDownloadPDF: false, showPrintPDF: false }; function fetchPDF(urlToPDF) { return new Promise((resolve) => { fetch(urlToPDF) .then((resolve) => resolve.blob()) .then((blob) => { resolve(blob.arrayBuffer
fiz minha assinatura no adobe, porque necessito converter alguns pdf em word, logo que descontado o valor da minha conta corrente, o app estava funcionando normal até consegui converter um pdf e agora quando necessito converter outros documentos, o app me direciona pra pagina de assinatura exigindo que eu faça outra assinatura .Preciso que vocês resolvam.
Hi,recently when ever i try to open the PDF documents it is hanging and not responsive. if i enlarge or do any small click inside the document it is hanging and not responsivethis will take a minimum of 5 minutes and comesback and again if i do any click inside the document again same issue and after 5 minutes only it will be wokring back. regards ravindran
For accessibility compliance, we must include a title in the iframe code.
I am using the pdf embed api code to add divs to a page that will show the PDF inline. However, when I have more than one PDF, it doesn't seem to work. It only shows the second one. Any idea on how I can embed two different frames on my page?
I have an 8 page form that is fillable. To make things easier for others, when they type their name in one field I would like the next field to auto insert the time, possibly the date as well. The field they type their name is "signature" and the next field is "time". I would like this to be visible and not change when the form is reopened. I am using Adobe Acrobat Pro Extended. After much googling I am not able to find a solution to make it work. I can format excel but adobe is stumping me. Thanks for any help.
Hello all! I am looking for help. I am new to this. I have a PDF that I want to embed to our website. I have done all the steps but, as I am new to code, I am not sure why it's not working correctly. Any help would b appreciated.
Hi There, I am creating a Xamarin.Android application and want to render 3D pdfs inside my application. Can anyone please help me how to go about it?. It would be very helpful if you can share some sample code.
I've been using Acrobat for about 2 years now, mainly for one particular client. It's amazing to be able to edit PDFs but I've been having font problems ever since I started using Acrobat, and this has happened on two different computers (a MacBook and an iMac). Basically, I'm assembling a series of books from other PDFs that already exist. I think this is part of the problem but we only have these PDFs, i.e. we do not have the original native files. As a result, I'm often usuing Acrobat as I would InDesign! As mentioned, we're assembling new books from previous PDFs, merging, combining files and often updating or adding new text within these PDFs. The problems are that some text will disappear as I'm working on a document or some text will suddenly become garbled (greeked, or computer symbols). We try to thoroughly proof these books that we're cobbling together but that doesn't always catch errors as some font problems suddenly appear when a project is almost finished. It's extr
Hi All,We're using the embedded control to display PDF documents that are attached to records in our system, such that the viewer is shown on our page in conjunction with other controls and information.Therefore, we're using Sized Container mode. As fantastic as the control is, we're seeing an inability to control either the zoom level of the document, or being able to set the defaultViewMode to FIT_WIDTH if the embedMode is SIZED_CONTAINER. The end result is that we have a skinny document with lots of whitespace on either side, and the document is hard to read. What we're trying to figure out is if there is a way to have the document zoomed in by default, or at least allow the user to zoom in and out.I've checked the other embedModes - none of the others is really suitable as our UI involves people looking at the document and working with other controls on the same page.I've check the API documentation, and I can see the ability to get the current page zoom (getPageZoom
Hello,I am creating a button on my html website that when you click it - it opens up a lightbox embedded pdf just like in the Demo . Here is my code. It doesn't work in safari and when I do the web inspector is says "unable to find variable AcrobatDC" - Please help<html lang="en"> <head> <script type="text/javascript" src="https://website.ca/js/index.js"></script> <script type="text/javascript" src="https://documentcloud.adobe.com/view-sdk/main.js"></script> </head> <body> <div class="Button-Icon-1"> <button id="iconButton" type="button" onclick="previewFileIcon()"><img src="https://website/icons/icon1.png" alt="Icon1"> </button> </div>const viewerConfig = { embedMode: "LIGHT_BOX", defaultViewMode: "FIT_PAGE", showPageControls: false, showDownloadPDF: false, showPrintPDF: false }; var adobeDCView = document.getElementById
I have problem when testing pdf editing collaboration on my local web containing pdf embed viewer, i've set some users but when opening the web from different browser and login as different user then saving some comments with FILE_MODIFIED scenario. this error show upi've already set the user profile from get_user_profile_api but the popup not showing the details of user that making changes. is there any sample code for multi user modifying collaboration?
I am trying to set user profile using this . But when i try adding annotations it still shows as Guest. https://pastebin.com/Ww8rH40M
Hello,I have created multiple Projects within the Adobe Developer Console in order to create new API Keys for the "PDF Embed API" for my company's client websites. While I have been able to create multiple Projects and ultimately able to create multiple API Keys for each of the separate environments, I am now completely unable to create new API Keys. Each time I attempt to enter a new URL for the PDF Embed API to generate the API Key for the project, I am met with the error "API Configuration failed. Please try again." While I have several examples of this process working successfully, now I am unable to create any additional API Keys and I was unable to obtain any assistance through the Contact Us Chat and Phone options. Any assistance directly from Adobe would be appreciated here. Those API Keys that have been generated successfully are working fine and without issue. My need now is the ability to continue creating new API Keys for the remaining projects.
My PDF files continue
Video Here (2x + Speed).PDF to CAD (Loom) Video. Update PDF's through online "Acrobat" + CAD softwares. ThingLink.Com Tagging (Wikipedia).
I want to add ability to show attached digital signature on web pdf viewer.
If I am having some Private Documents on Adobe Document Cloud who can see the files as I don't know whether it is encrypted or not. If the file is set to private was it gonna be accesible by adobe Employees or anybody else..
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.