Unlock the full value of DC Web with our global community.
Recently active
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..
As shown in the demo (https://documentcloud.adobe.com/view-sdk-demo/index.html#/customize/FULL_WINDOW/Bodea%20Brochure.pdf ) customization of viewer window doesn't reload the entire pdf. For example disabling Print PDF option from UI, doesn't reload pdfs but just the option disappears. What are the API available to achieve this asynchronous action in Adobe cloud View SDK?
So I have got my domain setup with a client ID, used sample code from the quickstart copy-it-run-it page. The only thing I am changing in the code (that works just fine from my local machine with the sample Bodea Brochure or Benchmark pdf files) is the URL to my document cloud PDF, the pdf fileName, and the clientId (api key).{location: {url: "https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:a71b7f93-830a-4a23-ba33-246ae31db4e7/EmployeeHandbook_compressed.pdf"}}, metaData: {fileName: "EmployeeHandbook_compressed.pdf"}Note that in the above sample - for the shareable link I generate in document cloud, it doesn't actually have a /EmployeeHandbook_compressed.pdf at the end, but from what I have seen it looks like that is supposed to be attached to the end.Got my code on my website, and it looks like it will bring the adobe viewer up, but instead it gives me an adobe error like file preview error or failed to load. It will sit with the spinning blue circle and say
Is there a React component available to consume the AdobeDC viewer. I am working on a SPA developed in ReactJS and wanted to try this out. I have currently implemented it by loading the script programatically and then used the script code as in demo. Is there a cleaner way ? Thanks!
Hi ,The pdf-tools does not show Page navigation tool, zoom options in Mobile, Tablet and Big screen(1366px). It only show in the Laptop with 1210px. Subhendu
How to make all the embedded modes available in a single PDF file in Adobe Embedded View SDK
Hi,the view SDK dont seem support the pencil for text selection.I have no problem with my finger but is doesn't react with the pencil.
Could View SDK or Service SDK be used to view the PDF which encrypted by the digital certificate?
We're excited to announce new, expanded capabilities for document services in what we're calling PDF Tools API. This rebranding from Document Cloud Services SDK provides better alignment with the underlying cloud-based API technology and functionality. In April, we announced an initial set of features to programmatically manipulate documents for HTML to PDF conversion, combining multiple pages from PDF documents, conversion from PDF to MS Office formats, and much more. Here's what's new We have released additional services to compress, linearize, and password-protect PDF documents. There are also capabilities to insert, reorder, rotate, replace, and delete pages within documents. With these new web services, you have expanded possibilities to convert manual processes to automate many different types of document workflows. You can easily create a PDF from a dynamic HTML report, set a password to prevent unauthorized opening of the document, and compress it for
Is it possible to make your pdf open the table of content by default everytime you open the pdf.To avoid going to view/content etc. everytime to see the table of content.Some programs have a feature where you click open by default every time. and the table of content is then visible right away you open the pdf. You do not have to go and make it visible.can anyone help best regardsHelle
hi! I'm still learning on how to use the view sdk. however, I've encountered a problem.Everytime when I want to switch the embedMode, I have to create a new view object in my js script to have it work properly, otherwise. the config will just be screwed up and the embed mode switch will be looking weird. so I just wanna ask here, do we need to create a new view everytime we want to change the embedMode? or is it possible to just:viewobj.previewFile({ content: {...}, metaData: {...}, }, {embedMode:"anything I want"});change it like this and have everything work correctly? because I couldn't get it working.
I'm having issues with consitency when converting html to pdf. Depending on how much data is being sent, every element in the pdf will be bigger/smaller (ex. The same image and title will be different sizes on the title page). This is happening despite having the same css properties. If there is less data, everything in the document will be bigger. The other issue is that the pageLayout.setPageSize seems like the parameters are backwords. The example shows that setPageSize(8, 11.5) will create a portrait view, but for me it's the opposite 11.5, 8 that does. Changing this field is also affecting how large the elements are on the page. The html versions are always identical in font/element size. It's just the pdf versions that are off when the amount of data being rednered is different.
Can I have a link to a how-to insert and add the document to the embed code for dummies? I have my credentials, I have the document, I have the sample embed code, I have placed my credentials...Now what???
Hi,is it possible to load files from Google Drive? I've tried "https://drive.google.com/uc?id=FILE_ID" as input url (which is working for src for an iframe) but I get "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://drive.google.com/uc?id=FILE_ID. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing)"Is there a way araound this?Thanks
Hi folks, was happy to find this capability this morning. I was set up in a few minutes, and at first glance everything worked fine. Until:I tried to embed two PDFs on the same page. I'm using a SIZED_CONTAINER and want to be able to have more than one PDF previewed on a page. This doesn't seem to work, unless I'm missing something?I tried to use it on mobile. The size of the box is fine, but when I go full-screen (iOS.latest) something odd happens. The 250x250 box that was previewing doesn't change size. The content behind it does. So, I'm stuck viewing full-screen content within a 250x250 window. Appreciate a little help on what I'm doing wrong. These things seem like they should be doable. Thanks!
Hi,Is it possible to change the default stroke width of the Free hand drawing that they are always for example at 1pt instead of 3pt? Thanks
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.