『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
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
How can I preserve the image quality when exporting DOCX to PDF?
I am using the code snippet from the Document Service PDF embed API service, which is not working correctly on my end.I am getting the following error:Here is the code I am using:<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: "6d2b4b4b70c64a0c9b71a2fed484e645"}); adobeDCView.previewFile({ content:{location: {url: "http://www.corclinic.com/downloads/COR_PhxMag_reprint_0408.pdf"}}, metaData:{fileName: "COR_PhxMag_reprint_0408.pdf"} }, {embedMode: "LIGHT_BOX"}); }); </script>Can the source PDF be from any website, or does it have to be stored on the adobe cloud for this work? Thank you
Is there any ballpark timescale for when the remaining Annotation Tools (line, arrow, rectangle etc.) available in Acrobat will be supported in the PDF Embed API? TIARob
Hi, all, Question for experts from a newb. This is what I'd like to do, but not sure if I can do it with Adobe APIs. I have a client that generates a lot of documents and images. Formats are Word, Excel, Text, PNG. They also generate PDFs. Some of the PDFs contain annotations, comments and filled-in fields. What we need is a RESTful API that can do this: We send the API a pile of documents of various formats using HTTP POST. We tell the API what order the docs should be in. This "pile" can contain all the docs above including annotated PDFs. The API converts everything it was sent into ONE single, combined PDF in the specified order. All annotations of any kind are "flattened". Is this possible? If so, can someone point me to the API docs that would cover this? I use Postman and know how to work with APIs, but don't readily see anything in the docs here about submitting via REST, setting the doc order, flattening, etc. Thanks!
I'm using the new PDF to Excel feature and I have mixed raster based images and text inside PDF files.The raster based image is a table format showing borders with numbers in the table cells.This is coming over in the excel file as just an image and not OCR operations are occuring.I don't see any specific settings I can use for how it is converting the PDF file.Is there a way to force OCR on all raster based images within the PDF? Thanks!
I'm developing a feature to convert MS files to PDF using the PDF Tools API of Adobe and facing an issue regarding the converting time for large MS files. I'm calling in my code to a REST API to Spring Java service which uses the PDF Tools API, my time limit of the REST API is 120 seconds and for some large MS files, the PDF is not being generated in this time range. The REST API returns a failed callback but the PDF is being created in the Java server, just after more than 120 seconds.We couldn't find solutions for this issue described above, could you please try to advise me, or provide a reference, for handling this issue? Thanks in advance,Shahar
Greetings! I am having trouble getting the PDF embed API to work on my site. I keep encountering the message "File Preview Not Available" with any PDF file I try. The domain is a test site I created with Weebly https://corporatesampleintranetpage.weebly.com/.The code I am using is: <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: "<98a6ee14c3d64f3a8eae67ddf3534fc1>", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://documentcloud.adobe.com/link/documents/files/sample.pdf"}},metaData:{fileName: "ACORD.pdf"}}, {});});</script> Any and all help is VERY MUCH APPRECIATED! Beth
In the Adobe DC PDF View SDK, I'm experiencing an issue similar to this one in that top-level annotations of any kind will not be persisted. Commenting on particular parts of text will respond with that error, but no annotations besides replies will dispatch an ANNOTATION_ADDED event. ANNOTATION_COUNT does increase for text comments despite the error that displays. I've isolated the failure - registering callbacks besides the following do not affect the presence of the error: previewFilePromise.then((adobeViewer) => { adobeViewer.getAnnotationManager().then((annotationManager) => { annotationManager.registerEventListener(function (event) { console.log(event.type, event.data) }, eventOptions) }) }) Here's the traceback, though it's cryptic due to the lack of sourcemaps: Uncaught TypeError: t is undefined _validateMinLength https://documentcloud.adobe.com/view-sdk/2
We have embeded a PDF file on our website through Adobe PDF Embed API.On all desktop browser the PDF gets loaded and properly display.On mobile it works on Safari and Firefox, Chrome surprisingly always shows an error after having loaded 100% of the document. Taping on "ok" doesn't get you any further... it seems that nothing is loaded...And yes, I tried various mobiles phones with Chrome... it never worked!Any ideas how to solve this issue?
Hi, My embed api is working fine. Now I want to know if there is any way to handle exeption occure in adobeDCView.previewFile() function, like 404 etc.I donot find anything in documents. If I give wrong pdf url this function print code: "PREVIEW_RENDERING_FAILED" , but I do not know how to handle it.
I have searched this issue on the community and haven't found an answer. Two days ago, Acrobat DC opened all PDFs in tab view. Yesterday, it stopped. When I go into Edit: Preferences: General, I do not get the option to select / deselect "Open documents as new tabs in the same window" as others have suggested. Please help!
Wanting to use this Power automate action however my spreadsheet is broken into two tabs. One being a summary and the other 'detail'.At present the action converts the entire sheet regardless of page setup in the excel being set to just one cell on the detail tab (attempting to avoid it producing the whole thing).Any way to filter or select just the one tab of sheet in the action would be great.
When we do the pdf to docx conversion from adobe acrobat dc application quality is good butwhen i tried through your node js sdk api. quality is bit poor.please find the attached sorece pdf and both acrobat dc application coverted and alsonode js sdk sample code one converted.please observe the node js sdk convserted file.please reply me as soon possible!
Hi there, When I cut and paste the html code from the Demo Site and embed this into my Weebly website, it doesn't work at all. I have tried to embed the basic Bodeo Brochure sample html code you have on the Demo site (see below):<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-view"}); adobeDCView.previewFile({ content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, metaData:{fileName: "Bodea Brochure.pdf"} }, {}); }); </script> This didn't work. I then included my Client ID in between the " " marks, and pointed to a Google Drive url pdf document, and changed the fileName in the html as instructed. This didn't work either. I thought pointing to Google Driv
Dear valued Community, we are currently trying to use and integrate the PDF Embed API in our Platform of "ServiceNow". What we already achived is, that a PDF attachted to a record can be viewed and annotated. The main problem is, that the PDF get's destroyed after saving it via GlideSysAttachment.write() into the ServiceNow Database. We are receiving a blank PDF which includes the correct number of pages and - if available - save Annotations made via the API. I think that our code is mocking up the binary part of the PDF, while (trying to) translating the BufferArray into String, as the .write() function is awaiting a plain string. Our options:{ showDownloadPDF: true, showPrintPDF: false, enableAnnotationAPIs: true, includePDFAnnotations: true } Our Transform-Part in the Save-Promise:var textDecoder = new TextDecoder('utf-8'); file.content = textDecoder.decode(content); I know, that we are doing it wrong, because transforming binary into String will mock u
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.