『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Is There a Way to Reduce the Colors you can choose for the Annotations? Like you can only use red yellow and green? best regards
Hi all, I'm trying to use the Adobe Embed API within a native iOS app, and have nearly been successful. I can get the PDF to open, very briefly, before getting the error message: "The application domain (outsystems://personal-3483432h.outsystemscloud.com) is not authorized to use the provided PDF Embed API Client ID" I understand what this means. The problem is that, "personal-3483432h.outsystemscloud.com" is listed as my authorised domain in the credentials page. And it seems to fail because it doesn't have the outsystems:// prefix. When I try and add it, the adobe interface won't let me save it because it says the domain is invalid (understandable). I'm not sure why, but everything that runs on iOS from this outsystems platform has the prefix https:// replaced with outsystems://, and for example, we have to alter content security policies etc to reflect this. Is there a workaround for this, please?Thank you
Hi all, I'm displaying the PDF in "SIZED_CONTAINER" mode and I'm rendering annotations in it. Now when I click on annotations I want to know the exact coordinates of the annotation with respect to the webpage. Can anyone help me with finding this?
Hi, I am using Pdf Tools API with .Net SDK v1.3.0. According to documentation headers and footers, which contain the date, page numbers, and source site name can be removed from the result pdf using IncludeHeaderFooter(false) option. However, it includes those headers and footers no matter if IncludeHeaderFooter is set to true or false. Is there a way to get HTML converted to Pdf without those default headers and footers? Result PDF: Code:
When viewing Adobe Analytics data after interacting with a PDF by copying text and clicking hyperlinks, the data does not include information on what text was copied or what link (URL) was clicked. If I do a console log of the event data, it does show what text was copied and what link URL was clicked, but this is not reflected in Adobe Analytics. In Adobe Analytics, the only data available is “hyperlinkOpen: 1” and “copyText: 1” along with the filename. In the ViewSDKInterface.js code, I’ve reviewed the functions that send data objects to Adobe Analytics and realized it does not attempt to send the data for copied text or hyperlink URLs. However it does send the data for searched text via “n.data.searchedText” as shown below: key: "_addAnalyticsDataForTextSearch", value: function _addAnalyticsDataForTextSearch(e, t, n) { return { dataObjectForAA: PDFAnalyticsFeederService_objectSp
Can you please replay?
I have a Logic App that's been working fine and suddenly is throwing "Bad Gateway" when converting a PDF to a list of images. Export PDF does work, so the API and the connector are configured correctly, but that creates a zip files, and I need the individual images. I get the sense that the API or the connector has been updated or changed and that's caused this to start failing. { "error": { "code": 504, "source": "logic-apis-westus.azure-apim.net", "clientRequestId": "5404816a-5a46-44d4-9571-d651f19c77e5", "message": "BadGateway", "innerError": { "error": { "code": "Gateway Timeout", "message": "The Gateway servers are up, but the request&nb
I have a pdf file in version 1.4 that cannot copy the content (text) of the file when it is opened by the pdf embed. I have already opened the file locally (Adobe Reader DC) and there it is possible to copy the content (text), I also opened the file in the browser (Chrome) and also allows copying the content of the file (text).
Hi Team, I am using aboube embed api to show pdf with annotation in UI. I have done coding in agular. My requirement, is there any way to download pdf automatically after loading pdf in adobe Viewer. Thanks
Hi, I'm attempting to generate highlight annotations with the annotations api, but I'm getting this error: code: "INVALID_ANNOTATION"message: "Invalid value of Annotations [\"Annotation id 3 is not having valid index. \",\"Annotation id 4 is not having valid index. \"] How do I generate a valid identifier for an annotation? Thank you!
Hallo liebes Froum.Gibt es Erfahrungswerte bezüglich Performance bei der PDF Embed API ob ich eine URL angebe oder mit File Promises arbeite ? adobeDCView.previewFile({ content: {promise: filePromise}, metaData: { fileName: pdfFile.name }});oder adobeDCView.previewFile( { content: { location: { url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Boea Brochure.pdf" } }, metaData: { fileName: "Bodea Brochure.pdf" } }); } Vielen Dank für eine Info.Gruß
Is there a way to listen for a load complete on the embed api? How do I do this?
I have some predefined annotations that I'm drawing on the PDF using the addAnnotationsInPDF function.Users are not allowed to make their own annotations. Now I want to build a feature to get feedback on annotations drawn. I'm using Adobe embed API and showing PDF in Sized Container mode.Please help me with what thing I can use to get this feedback.
I want to access/get the annotations upon the save button click. As from the code in adobe pdf embed api sample here on github, I am able to access/ console.log() the annotations on document load but in case a user adds more annotations to the loaded document and clicks the save button, I need to access those annotations and save it somewhere in external json or database. Here is my react code useEffect(() => { const viewSDKClient = new ViewSDKClient(); viewSDKClient.ready().then(() => { /* Invoke file preview */ /* By default the embed mode will be Full Window */ const previewFilePromise = viewSDKClient.previewFile("pdf-div", { enableAnnotationAPIs: true, includePDFAnnotations: true }, fileUrl); previewFilePromise .then((adobeViewer) => { adobeViewer.getAnnotationManager() .then(annotationManager => { annotationManager.getAnnotations() .then(result => { console.log("GET all annotations", r
Hello all! I've constructed a Flow that takes fields from a form in PowerApps including a signature and places them within a HTML Template with inline CSS. The flow then creates a folder on sharepoint, uses the HTML to generate an index.html file within that folder and convert the folder to a ZIP file as requisite for Adobe to convert the HTML to a PDF but I keep getting a 502 BadGateway error. I have tried:Copying and pasting the action from a PowerAutomate TemplateRecreating the flow from scratchRe-authenticating with Adobe ServicesRunning the content with both the application/x-zip-compressed and application/zip MIME typesEmbedding the signature as bas64 and saving the image to sharepoint so that it goes into the generated ZIP file.Running the HTML file with no dynamic contentSaving the generated HTML and images, Zipping it manually, putting that file onto Sharepoint and running it manually with no dynamic content at all going into the Adobe connector. Still the same
I'm stuck in a situation i want to prevent user from copying text. Can i prevent user from right click and copy text using ctrl + c. I know there must be a solutoin to that but i didn;t find anything yet. i was using this : document.addEventListener('keyup', event => console.log(event.code == "c"));document.addEventListener('contextmenu', event => event.preventDefault());but it didn't work as i guess pdf is rendered inside the iframe .
Hi, there! Our team got some error by using Adobe PDF API: "ExceptionMessage":"Error response received for the request: The Gateway servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later.Is there server problem on Adobe side? If so, how long we have to wait? If there could be any other sort of problems, let us know plsthanks
I have a senario where if a user has a membership then only he can see all the page of pdf otherwise he can only view first 3 pages of pdf. is there any way to render only limited no. of pages to the user using adobe embed api.
Greetings! When you first signed up to get credentials for PDF Services, or Embed, etc, you had the opportunity to sign up for email communications. We realize a lot of people disable that and wanted to share that we have a new form up that lets you specifically subscribe to our developer newsletter: https://www.adobe.com/subscription/document-services-developer-newsletter.html This is an *awesome* way to keep up to date with what we're doing, in terms of new articles, presentations, APIs and so forth.
i want to save the page user last visited so he could resume it from the same page when he came again, for that i want to call a function on every change of page. i there any api for that
Is There any way to disable text copy in adobe view sdk, I have a website in which i provide university study materail to students but the problem is coming that many other website copy the content of my uploaded notes and upload on there website so is there any way by which i can disable copying text option so my notes content remain safe. please tell if there is a way.
Hi, I am in the middle of creating a flow to convert static HTML to PDF. I have a flow that currently gets data from powerapps and puts it into a table, it then creates the .html file in sharepoint, then i want to convert this to PDF. The issue im having is with the .zip aspect of this conversion. Creating the HTML file is fine, then how do i do the zip archive of this created file to then convert to PDF? Any help would be greatly appreciated, ive added attachments of how my flow currently looks. Thank you, Devin
I have a single-page PDF file with a page size of 11 x 17. It was created from a JPEG image with a resolution of 7649 x 4950 pixels (450 dpi). I configured Acrobat Pro to use maximum image quality when creating the PDF and it produced a 37 MB file. When I view the PDF zoomed in using Acrobat Pro, I judge the image to be the same resolution as the JPEG and even if I were wrong about that, the quality of the PDF image exceeds my requirement. However when I open this PDF in the embedded viewer, the maximum zoom is 4.16 and when fully zoomed in the image is only 5092 x 3310 and readability is impaired. I queried the image size using the Firefox debugger and the API's scrolling events report the same canvas size. When I create a PDF from a smaller 8.5 x 11 image at the same 450 dpi resolution, the width of the canvas is only slightly reduced, 94%, versus the 66% reduced width of the 11 x 17. Is there an upper limit for
안녕하세요! Adobe Acrojbat의 한글 OCR기능이 좋다는 이야길 듣고 문의 드립니다. 1. API를 사용하려면 어떤 방식으로 사용가능할까요?ex) 라이센스를 구매하여 파이썬에서 코드로 이용이 가능할까요?2. 초당 몇프레임 정도가 나오고, 기준이 되는 이미지의 해상도를 알수 있을까요?3. 연간이나 월 금액이 14.99달러라는 글을 보았습니다. 한국에서도 이 기준이 맞을까요? 연간 구매하여 더 저렴하게 이용이 가능할까요? 회신 기다리겠습니다! 감사합니다.
We had requirement of saving the annotated pdf to server instead of saving to local machine, currently using Angular framework. Is there any Api for saving the pdf to server, if any please let us know.
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.