Unlock the full value of DC Web with our global community.
Recently active
i am new here and just wanted to communicate there are a lot of apps and i am sampling most of them some are very chanlening than others . How about you guys ?
todoloque brilla es oro ni
HI, I am using Adobe tools api for combining PDFs to single file. The code is very stragihgt forward. It is a .NET wcf web service. however, I got the following error. Response received from the request: The underlying connection was closed: An unexpected error occurred on a send. Any idea?Thanks. Here is the code: Credentials credentials = Credentials.ServiceAccountCredentialsBuilder() .FromFile(adobelicen + "/pdftools-api-credentials.json") .Build(); Executio
Hello,our organisation is licensed for Adobe Creative Cloud and I have signed in and setup the API credentials using our enterprise admin account. I also opened a ticket with Adobe Entprise Support asking if I had done this correctly and whether we are correctly licensed. Adobe Enterprise Support informed me that;"Since I am from the Support team with the Acrobat Dc application I don’t have the expertise on this. I would suggest you to please put your query here: https://community.adobe.com/t5/document-services-apis/bd-p/Document-Cloud-SDK?page=1&sort=latest_replies&filter=all to get the answers."Is this correct forum to be asking these questions? Why is support not able to tell answer my questions?Thanks,Grant
I just want to know how to implement a button to use the lightbox mode, I know it could be a basic question but I don't find info. So it would be something like:<button id="lightbox-open">Open</button>What else do I have to add to make it work?
Hey all, Cool tool. But can't get it to run with my own PDF. Works fine with demo PDF from tool.. so know I have the ClientID and credentials setup. Works: http://c19rh.org/assets/1/yes.html Error: http://c19rh.org/assets/1/no.html Source File reference in no.html: https://c19rh.org/smx.pdf What am I missing? Thanks! <!-- Works fine with demo PDF from adobe.com --> <div id="adobe-dc-view" style="height: 760px; width: 800px;"></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: "d6b9af64d40d44bcafe797e71085ecc6", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Summary.pdf"}}, metaData:{fileName: "Summary.pdf"} }, {embedMode: "SIZED_CONTAI
Been trying to get PDF embedding to work, sample is fine but just cannot do it with a test PDF
I've built a web app using the Adobe PDF SDK in full window mode. Looks great for the most part, but having trouble with the mobile view in Safari. Using safari with the newest ios update installed. In the mobile view, the URL and lower safari menu bar do not minimize easily. You kinda need to grab the url bar and push it up for it to minimize and most users don't do this. If you scroll the document without minimizing the safari menu and url bar, then the bottom content of the pdf is not visible. At the very least, it would be great to be able to add a bit of padding to the bottom of the document so that the bottom of the pdf can scroll above the menu bar. Itd be great if the Any tips to resolve this would be much appreciated!
Hello,We have created an important sustaibility report for en compagny. We are planing to use Publish Online to make it available on their website. Last minute, the client ask if the artificial intelligence "analysers" that scan the web would be able to read the document. Is the publish online document "analysable", or should we publish a PDF version of it? Thanks,
Hi Developer Community, I am currently using Adobe PDF Tools API in order to create PDFs from HTML and CSS. I come across a problem with the page break and table of content.In the attachment given below, you can see the image is starting from one page and extended to the next page. Since the HTML is created dynamically and will be processed in the background service, thus we cannot see generated HTML and CSS. Is there any provided mechanism/function in PDF Tool API that allows you to break/continue a particular HTML section?Secondly, The issue we faced is the creation of a Table of Content. Does Adobe PDF Tool API create a Table of Content? Like List of Page Title and Page Number associated to it?
My application adds a last page with new information, I do it via iTextSharp. This new file is visible to most readers correctly, except in the Adobe View API.
I am working on project where I need to generate pdf (report) from react components, does Adobe API offers this service.
Hi. I am currently evaluating the free-to-use Adobe Embed API.I am struggling to find some clear answers to a few questions. Help would be appreciated. 1. Are the PDFs files transferred to the Adobe cloud for processing?2. If yes - how long are they retained?3. Is there a file size limit? Thanks.
Recently got setup with Adobe Tools and loving it. However, I implemented it into a Flow and was going to test it with some end users, however, upon reloading/updating the PowerApps App that contained this Adobe Tools Flow it asked them to authenticate or login to Adobe Tools to proceed. I've looked around plenty, but don't see an answer anywhere. Is there any way that I can push these credentials out to the users or do I have to manually enter it for them? Here's an example of what it requests from users when they try to access the PowerApps App.
HI, I wonder if anyone is using PDF to Word function from the tools API, I got some issues when I convert PDF to word, one issue is the annotation at PDF is fully missed out, another issue is the api automatically ocr my logo image to some editable words which messed up the format. see my attached file. left is the word document after conversion right is the original PDF 1. the red annotation is missed after PDF to word 2. the LOGO was a logo image, now becomes editable text 3. the grid at bottom shifted ( i bet beacuse ocr logo wording messsed up the displaying poistion. Any help? How can i reserve the annotation and turn off ocr? Thanks Sabrina.
Hello, I've been using Adobe PDF-EMBED API to show pdf on my application. My application serves other purposes also. Showing PDF is just a part of it. Element.scrollIntoView()This scrollIntoView method from Web API is being used in several places in my application. But after using Adobe PDF-EMBED API, this scrolling is not working as expected as before. I've investigated the source files of the documentcloud.adobe.com from browser. What I saw is scrollIntoView is overriden which effect other parts of my application.n.prototype.scrollIntoView = function () {...} So, how to prevent this, so that other parts of my application do not get effected.Application: Angular 8
Good afternoon,I am facing the problem that after creating an api key and authorizing the domain csites.rinnen-clervaux.com I get the error: This application domain (https://csite.rinnen-clervaux.com:8443) is not authorized to use the provided PDF Embed API Client ID. I am using the testcode: <div id="adobe-dc-view">&nbsp;</div><!-- Light Box --><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: "4c2f21c1449e45a7a5274ce59fccb357", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},metaData:{fileName: "Bodea Brochure.pdf"}}, {embedMode: "LIGHT_BOX"});});</script> API KEY4c2f21c1449e45a7a5274ce59fccb357 ALLOWED DOMAINcsite.rinnen-clervaux.com Best regards&nb
I am pretty sure my problem is with my url but I get the "not available" every time I try a variation of a path in the url. (It works fine with demo code/url.) my domain in my credentials is: elementalaffects.commy url is entered as: url: "http://elementalaffects.com/PDFs/Coastal Yarn Story.pdf" (also tried it with https)the actual file is located in the same directory: elementalaffects.com/PDFsThe path to the page displaying the pdf is: elementalaffects.com/Pages/CoastalStoryCould you suggest any other way to do this or what I might be doing wrong?
I have many PDF documents for my website. Instead of creating a seprate html page for each of them, I wish to use one html page, and as a visitor clicks on any link, that specific pdf document name will be passed into the script to invoke a view How can I do that? Below is my page sampleThanks <!DOCTYPE html><html><head><title>Adobe Document Services PDF Embed API Sample</title><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/></head><body style="margin: 0px"><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: "MY KEY", divId: "adobe-dc-view"});adobeDCView.previewFile({// conten
Hi, I'm trying to convert Word doc to PDF but it failed.I've noticed that by clicking 'Edit Anyway', the PDF was generated successfully. Any advice on why the 'FINAL' mark leads the conversion to fail? description ='An Internal Server Error has occurred.; transactionId=***** requestTrackingId='****' If that's fine, I can share the transactionId and requestTrackingId.
Hi,I am using Embed PDF API to load the PDF with all the availlable features into my web page. However, I need to process and get some values from Database on server side. I have a difficutlty in passing values from server side to client side JavaScipt for Embed PDF.Is there a way that I can execute Embed PDF API from server side C# .Net code instead of using JavaScript?
For my current project, I need to use Adobe PDF Tools as a connector in LogicApp.My question:I already have a Adobe Sign account. So, is it possible to use those Adobe Sign credentials in the code below or for any other PDF actions in this connector?
Keep getting the error:File preview not availableThis application domain (https://www.isimet.com) is not authorized to use the provided PDF Embed API Client ID. I've tried several different ways, but can't get the preview to work. https://www.isimet.com/products/Isimet_fire-station-controller_v2
Getting a spinning circle when going to https://www.adobe.io/apis/documentcloud/dcsdk/gettingstarted.htmlIt appears to be working on my phone, but that doesn't help..
I am trying to use the PDF Embed API on a web app developed with Google Apps Script's HtmlService.I am using the sample code, with the only change being the updated client ID. When deployed, the error states: "This application domain (https://n-oglre90lc7wy45865lvkriotploicflop75k7o-ppu-script.googleusercontent.com) is not authorized to use the provided PDF Embed API Client ID." When adding the domain to the credential, the url was flagged as invalid with "https://", so I removed the "https://" and it allowed me to enter the domain. The error persists. Can this tool be used with the GAS's HtmlService? If so, how should the domain be entered? <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: "<YOUR_CLIENT_ID>", divId: "adobe-dc-v
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.