『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Dear Team, Receiving below errror on calling OCR API: 2021-02-01 12:24:50,026 INFO Adobe.DocumentServices.PDFTools.pdfops.OCROperation - Performing OCR on an input file2021-02-01 12:24:55,325 ERROR Adobe.DocumentServices.PDFTools.core.http.HttpClient - Error response received for the request (status code=500, error message=, requestId=1WvcLFXf3bnZXXQq4XQGxS4PKYPemyBz) API creds and Private Key have been updated correctly. Kindly assist with this issue2021-02-01 12:24:55,338 ERROR OcrPDF.Program - Exception encountered while executing operationServiceApiException [message =Error response received for the request: , requestId = 1WvcLFXf3bnZXXQq4XQGxS4PKYPemyBz, httpStatusCode = 500]
Can a commercial business use the PDF Embed API for free on their website, as part of a paid service?
Hi, I have multiples PDFs which have to show on a web page. I load next PDF when user click on next button using Ajax, but it take a lot of time 4-5 seconds for each PDF (each PDF has single page). When I declare adobeDCView as global variable then it does not load next PDF on adobe-dc-view. There is one solution, create multiple div like adobe-dc-view1, adobe-dc-view2, adobe-dc-view3 on runtime and load PDF in div in background and when user click on next button then hide current div and show next div, but I wonder if there is already available something in SDK. var currPage = 1; document.addEventListener("adobe_dc_view_sdk.ready", function() { window.adobeDCView = new AdobeDC.View({clientId: "id", divId: "adobe-dc-view"}); getNextPage(id, currPage); }); function loadPdf(pdfPath) { adobeDCView.previewFile({ content:{location: {url: pdfPath }}, metaData:{fileName: "Test.pdf"}
HiI am continuously getting the the following mesage even though I have created the API key correctly.This application domain (https://st-gaspower.portal.ge.com) is not authorized to use the provided View SDK Client ID. Subhendu
Hello, We want that whenever we highlighted text on the viewer, we will insert the copied text(+ some texts) to the comment input then automatically trigger the Post button. We can now get the highlighted text using AdobeDC.View.Enum.FilePreviewEvents.PREVIEW_SELECTION_END event but we still don't know how to put that value to the Comment input and trigger the Post button automatically. Is there a a way to access the current Comment controls? Thanks,
Hi, When I have the raw PDF data, for example, read from <input type="file"/>, I'd like to ask if it's possible to get all the annotations from the pdf file, without first rendering it somewhere, then use the getAnnotationManager(). thanks.
So I have all the credentials and the domain set up and then I copied and pasted the code provided in the documentation into an index.html file in a subfolder of my website. This is all done locally using Dreamweaver. I get the following message both in live mode and also when viewing locally on a browser. File preview not available The application domain (file://) is not authorised to use the provided PDF Embedd API Client ID. Now I do understand why this is the case but your documentation states that this should still work. I then added my client ID but this still did not work. So how do I make this work to edit and view locally then what do I do differently to allow me to go live. Your instructions are not very clear. Thank you.
Switch userSign outCallam Mathews <calnash1988@gmail.com>chromium / chromium / src / 4b56905d6ab61e9e14f991a7458d8968635cfef2 / . / android_webview / android_webview.gypblob: 6f10ec127471bd9e0267572dc1f61660e85d3672 [file] [log] [blame]# Copyright 2009 The Chromium Authors. All rights reserved.# Use of this source code is governed by a BSD-style license that can be# found in the LICENSE file.{'variables': {'chromium_code': 1,'system_webview_package_name%': 'com.android.webview',},'targets': [{'target_name': 'android_webview_pak','type': 'none','dependencies': ['<(DEPTH)/components/components_resources.gyp:components_resources','<(DEPTH)/content/app/resources/content_resources.gyp:content_resources','<(DEPTH)/net/net.gyp:net_resources','<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources','<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',],'variables': {'conditions': [['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {'a
Hello, We are interested in using the Adobe PDF embed product (that looks great!) And We have two questions:1. What exactly adobe cloud collect? Are the docs we present in the front-end uploaded to the adobe server? Or just the number of API calls? 2. Is the Adobe Embed PDF HIPAA compliant?We try to search for the answer in the *compliance-list but didn't found the embed PDF. *https://www.adobe.com/trust/compliance/compliance-list.html Thank you
I am exploring Adobe Document Service PDF embed API and have a question on data security As per FAQ Article on linkhttps://community.adobe.com/t5/document-services-apis/faq-for-document-services-pdf-embed-api/td-p/10726141?page=1 SECURITY QUESTIONSWhen Adobe Analytics is not enabled by the SuiteID and no other events are enabled, does Adobe collect any data about the PDF being viewed.The PDF Embed API stores user settings in client-side browser's local storage for things such as color for annotation. As far as analytics is concerned, PDF Embed ONLY gathers standard anonymous usage and data parameters like locations, timezone, pdf file lang, file name, file size, no of pages, etc.. It doesn't store any user-generated content in analytics and never shares user-generated content with Adobe servers. My Question is Is there any way, we can suppress altogether sending data to adobe servers, even if it is for anonymous usage or data parameters
Is it possible to trigger the save function from outside the frame? I have some UX issues with many other buttons for other usecase-specific functionalities, and not having the save button among them is somewhat confusing to the user.
I want to use inline PDF viewer in my website. I donot find its pricing. Is it free to use ? Is there any condition to use it ? If its free then, is there any plan to be paid in near future ?
Hi, I am experimenting with the PDF Embed API and everything is working fine. However, after embedding, I noticed that everything is blurry (low resolution). Like it is rendered and then zoomed (scaled) - including the PDF itself.If I go to the Adobe Demo, the resolution is perfect:Why is this? Is there some setting that solves this? We just used/copied all of the default code.ThanksMilos
I have created a Flow in Microsoft Power Automate that converts a PDF that comes in through email. It works as far as I can tell but I a) can't see the output file,b) can't find the output file,c) have no way to find any information about this issue... The weird part is that it says the output is a PDF file as well, but with an excel doc typing. No documents I have been able to find are helpful. Any assistance would be great.
The pdf I am trying to convert is a 1000 page document. The samples I received in the zip did not include a node script to export to xlsx. So I repurposed the 'export-pdf-to-docx.js' file to instead convert to xlsx by changing the following parameters within it: 1. exportPdfOperation = exportPDF.Operation.createNew(exportPDF.SupportedTargetFormats.DOCX); => exportPdfOperation = exportPDF.Operation.createNew(exportPDF.SupportedTargetFormats.XLSX); 2. const input = PDFToolsSdk.FileRef.createFromLocalFile('resources/exportPDFInput.pdf'); => const input = PDFToolsSdk.FileRef.createFromLocalFile('C:/NEW ABSOLUTE INPUT FILE LOCATION.pdf'); 3. exportPdfOperation.execute(executionContext).then(result => result.saveAsFile('output/exportPdfOutput.docx')) => exportPdfOperation.execute(executionContext).then(result => result.saveAsFile('C:/NEW ABSOLUTE OUTPUT FILE LOCATION.xlsx')) When I first tested with a 5 page pdf file, it worked just fine. However whe
I am able to view PDF using the "view-sdk" or embedded pdf viewer library (not sure of the name). However when I try to load a password protected PDF, it displays nothing on the page and does not prompt for password. Is there a way to view password protected PDF's using the embedded api?
as title thanks in advance.
Hi, I am trying to see if document service supports below features. The first 2 are template manual template creation, the next 4 looking for feasablity to integrate with Document Service APIs.Design PDF Template with Form Fields Assign placeholders for Form Fields (including QR code).Replace placeholders with data from database (dynamic text fields)Generate QR Code with data from database (dynamic data)Convert QR Code to Image and replace the placeholder. (dynamic data)Export created PDFs with data for each user created using PDF template mentioned above.Thanks,Ashok
Hello Team, I am using the Adobe Tools - Converting PDF to imageI encounter the above issue despite giving the target format in the MS Logic App. I am able to fix the error if I change the order (move I move the below piece above the Body headers { "body": "JPEG", "headers": { "Content-Disposition": "form-data; name=\"targetFormat\"" } }, Above this { "body": "test.pdf", "headers": { "Content-Disposition": "form-data; name=\"inputFileName\"" } }, { "body": I save this modification, I am able to run the Logic app with out an
I've run into a few examples of PDFs which only render some sections of a page when viewed using the Embed API (version 1.11.1-8e846d1). Has anyone else run into this before? Are there any open bugs related to this? When the PDF is viewed via Adobe Reader, it entire page is rendered. Here are some settings of the PDF when viewed in Adobe Reader: No document security enabled
I want to generate client Id for adobe pdf embed API. My Domain id is https://abc.comBut, to generate client id, it needs www.abc.comI can't change my domain. I tried generating client id with www.abc.com but it fails to open pdf showing your domain is not authorized.How can I generate client id for the domain https://abc.com
Hello, Is there a way to programatically focus an AcroField based on the fields Name or Id? Thanks,
Hi,When I enable the "enableAnnotationAPIs" the add text comment button disappears from the UI. see attached image. my code is attached const viewerConfig = { // enableAnnotationAPIs: true, showLeftHandPanel: true, showDownloadPDF: true, showPrintPDF: true, showPageControls: true, dockPageControls: true, defaultViewMode: "" }; $timeout(function () { var adobeDCView = new AdobeDC.View({ clientId: clientID, divId: "adobe-dc-view-desktop" }); var previewFilePromise = adobeDCView.previewFile({ content: { location: { url: $scope.pdfsrc } }, metaData: { fileName: $rootScope.pdfName, id: $rootScope.pdfID } }, viewerConfig); const eventOptions = { li
Hello, Is there a way to subscribe for Acro Fields?Basically, i am rendering a PDF document with AcroForms using Adobe DC Embed Viewer.I want to subscribe for events on the Form Fields like when a TextBox is clicked. Thanks,
I have uploaded a large pdf file to my a weebly website. However, when the file is opened by my website visitors, it opens based on which browser and adobe viewer the user has in his/her computer. What I am seeking is a way to have the PDF file open the exact way it does on my computer which allows the file to be searched by key word and/or phrase, which produces a search result that contains words both before and after the search term. I have read something about Adobe PDF Embed API but this is way above my level. Also, I don't want the user to be able to download the file but I do want the user to be able to print selected pages. Question: Is this possible and if so, does anyone know how/where I can hire the right individual to perform this service?
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.