『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
I'm making use of Adobe Extract PDF SDK in my .Net Blazor app. The SDK logic is inside a Blazor component. Credentials work. Directory pathways work. What doesn't work is the actual extraction. Strangely, when I converted the Blazor component to a razor page making use of OnGet and OnPost, the extraction worked. So this tells me there is something going on with Blazor, perhaps with Signal-R. But that's where I'm stuck. Attached are screens of portions of relevant code: the html and the method that calls the Extract SDK logic.
Good day,I can't find the phrase I'm searching, I extract the pdf and used the Text return to search in the embed but can't find the word, I need to edit it without space also if the next word will be on the next line you can't find it anymore even I remove the space.Please see screenshot below: Without Space: Thank you
Hello, I received the email to update the Embed API from legacy to modern, but after I updated my Annotation Tools are not working anymore.Nevertheless, I could debbug the issue. I am using the Embed API in Desktop with the Full Window embed mode, but I am rendering the div with the embed pdf inside a section of the page with width of 600px. I saw that in the new version the annotation tools are not supported for width below 765px. Is there any way to bypass this issue? Since this is a breaking change for me, I will not be able to update my viewer until this is fixed or if there is any way to bypass this limitation. Thanks in advanced
Is adobe embed api supports mobile devices ?? In desktop view the toolbar is visible (highlighter, sticky note etc.) but when i switch it to mobile devices it is not visible.You will find the attach images of desktop view and mobile view
I am trying to use the PDF embed API but within a web component. When I put the id I get the above error. The id called content is withing the ShadowRoot of the web component. Is there any other way of passing the element where the previewFile can get rendered? Thanks,RmR
Wanting to embed HTML code for PDF into website. Can do Google Docs, but trying to figure out Adobe. Got the API set up and credentials for our website. BUT - we don't see a way to upload a document in adobe.io - and we don't see any different options where our PDFs exist that are already uploaded in the document cloud. Can anybody clarify how to take a document from the document cloud and use the API to generate the embed code? Very confused - Thanks!!
I am expericing the same issues with the Adobe Embed API Search API as reported here -> https://community.adobe.com/t5/document-services-apis-discussions/can-t-search-phrase-in-adobe-embed-pdf/m-p/13273139/highlight/true To ensure this issue doesn't relate to my implemtation of the search API, I used the sample Adobe Embed API for Angular from Github ( https://github.com/adobe/pdf-embed-api-samples/tree/master/More%20Samples/Angular%20Samples ) and simply opened the document and used the basic search built into the viewer. What I have found is that a number of PDFs we try and search against will return no matches when multiple words are used. If the text to match is in the middle of a line, you WILL get a match if you remove the spaces between words). If the multiple words to match goes over onto a second you will only get a match by using the space. For example, in this sample the text in the PDF 'our mission' is only matched if the searc
Hello, I am trying to add conditional content to a header in MS Word. I have it working in the body of the word document but is this not possible in a document header?Thanks
I have a Word Template that I fill with data using the Document Generation API.There is a conditional in the footer that looks for the last page of the document and only then adds the footer text. When I generate a Word Document (.docx) out of my JSON data and the .docx template, there is no issue.But generating a .pdf with the same data and same template messes up the pagination and the footer.My thoughts: The API somehow generates an extra page, on which the footer would be visible. But because this page is empty, the page is removed, thus the footer is not shown anymore?! Any idea how the generated .pdf can be so different then the generated .docx?
Is there any way of doing that?
If I use the document service sdk to combine pdf's, will the documents be uploaded to the cloud?
I was recently helping one of our users when I discovered something that may not be terribly clear in our docs. When we talk about the Document Generation API, we say that you can use any data you want, as long as it can be converted to JSON (which is handled by the SDK). There is as small caveat to that. The data you send to use must be an object, and by that I mean a set of key/value pairs. So for example: { "name":"ray", "hobbies":[ "video games", "books", "sleep" ] } In the example above, we have an object with two keys, name and hobbies. Arrays are just fine... just not as the 'top level' object. This means the following would *not* work with our service: [ "foo","moo","goo" ] That is certainly a valid 'object' and could be converted to JSON, but it won't work with our service. So - this serves as an excellent reminder that while you can source your data from anything, sometimes you may need to 'shape' your data ahead of time. If your data is an
Does the Adobe API support adding page boundaries such as Trimbox, Bleedbox and Printer marks? I haven't seen anything regarding that on the documentations but I might be missing something.
Hi Team, We are having an issue with PDF Embed API on specific iOS version on safari browser. We are not able to view pdf and receiving file preview error. However, it is working on google chrome/MS Edge and DuckDuckGo browsers on the same iOS (15.7) device. Please help in resolving this issue for Safari. Thanks in advance.
We've been testing Adobe PDF Extract API to extract table information from PDFs using the code samples provided by Adobe. It has been working good for almost 80% of the files we tested, but for the rest 20%, we keep getting empty results (already checked that the PDF contains information to be extracted). There's no error response, we even get a json file, but without extracted info or tables.We tested the following appoaches:1. Extracting tables (it's already a searchable PDF)2. Running OCR and then extracting table (just to confirm)We got empty results for both cases on that PDF files. Has anyone experienced this? Is there a workaround?
I did see the FAQ ( https://community.adobe.com/t5/document-services-apis/faq-for-document-services-pdf-embed-api/td-p/10726141?page=1 ), but I could not find API limitations for api callinng. Is there any usage limitations per day or per month, for accounts or credentials ?
For our customer, when trying to use the PDF Embed API [https://www.adobe.io/apis/documentcloud/dcsdk/] it appears that the following URL is getting blocked on their internal network and impacting the PDF Viewer from passing the client API key --> https://documentcloud.adobe.com/view-sdk/main.js Is there a workaround to preventing this URL from getting blocked for internal firewalls? Furthermore, there are 4 URI patterns for https://documentcloud.adobe.com used in https://www.aemcomponents.dev/content/core-components-examples/library/page-authoring/pdf-viewer.html . https://documentcloud.adobe.com/dc-core/ https://documentcloud.adobe.com/dc-rendition-provider/https://documentcloud.adobe.com/dcpreviewdropin/ https://documentcloud.adobe.com/view-sdk/ Can these javascript libraries be moved to another domain?
We are trying to connect Adobe PDF Services to Power Automate and are prompted for the Base64 Encoded Private Key to create this connection. The issue is, we don’t know where to locate the Base64 EPK in AWS. Where can we locate this?
Checking around I don't see any. I'm returning back to a document which I haven't touched in months. The json I am trying to pass is valid (console.log) before I create the payload and valid after (console.log) but a previously working tag is not rendering correct/any values. Really stumped. TIA.
previewFilePromise.then(adobeViewer => {adobeViewer.getAPIs().then(apis => {apis.getZoomAPIs().setZoomLevel(<ZOOM_LEVEL>).then(result => console.log(result)).catch(error => console.log(error));});}); I'm using the setZoomLevel to set a default view of the pdf but in mobile it is not show pdf correctly . it is getting distorted. how can i handle it. in mobile
Just an FYI, I released a video this week with some tips and tricks for working with the PDF Embed API. Let me know if you have any questions. https://www.youtube.com/watch?v=hb1v10wM9ZU
See the attached PDF. The Extract API is throwing an error – “BAD_PDF - Unable to extract content” with no additional information. What is wrong with the PDF? How can I program the API to fix the error or skip pages that show an error and keep processing? Thanks.
Hi!!I would need to be able to include a certificate and time stamp in several PDFs (5000 units)Would it be possible to do it through API?I have user and pass to connect with TSA for time stamping. Thx!!
Does Adobe offer the Document Service On-Premise solution? I need to manage documents internally for security, without sending them to the cloud.
In the Annotations API overview (https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_comments/) it is explained that when enableAnnotationAPIs and includePDFAnnotations are both true, the Save and Download button are enabled. However, this is not ideal. Is there a way to disable the save and download buttons when both enableAnnotationAPIs and includePDFAnnotations are true? Attempting to set showDownloadPDF to false no longer works unfortunately.
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.