Unlock the full value of DC Web with our global community.
Recently active
Hello, When attempting to test the PDF Embed API I get the following console errors: [Error] Failed to load resource: the server responded with a status of 403 () (main.js.map, line 0)[Error] Failed to load resource: the server responded with a status of 403 () (ViewSDKInterface.js.map, line 0) Any thoughts on what to do to fix them? I've checked the allowed domain for my api key matches the domain I'm testing this with btw. Thanks.
Hi, I wish to use the annotation manager's interface to update a replying annotation. But I'm getting this error: I've logged the data passed to the annotationManager.updateAnnotation() function before the error. kindly advise. thanks.
Hi team, Is there API to function like 'Shared Review' in Acrobat?https://helpx.adobe.com/acrobat/using/sharing-pdfs.html Embed API supports Annotation feature but a customer is looking for the similar feature which they use in Acrobat DC. Thanks,Choungwon
I am using a modified ViewSDKClient.es6 and have registered a save callback. This works perfectly when the user presses the Save button and also every 5 seconds. It also gives a warning when I try to close the tab before the PDF has been saved. I need to close one last loophole for losing changes: when I programmatically create a new ViewSDKClient for a different PDF file in the same tab, in the same space. I could call my save callback, but I don't know how to access the fileContent manually. Alternatively, is there some way to have ViewSDKClient call the save function before it is garbage collected (an equivalent of the "componentWillUnmount" function from React) ? Thanks a lot!
I have used JWT web token to create access token for the API services.and called https://dc-api.adobe.io/discovery from postman, which returned all methods in the API. I have used the asset POST call to upload a document and getting the following error:I used Access header: application/vnd.adobe.dc+json;profile="https://dc-api.adobe.io/schemas/asset_v1.json", and Bearer token.{ "error": { "code": "CloudError", "message": "Unauthorized" }} Please advise.
I've read through 100 posts and spent many hours trying to get this to work! Here's the site that we want the embeded PDF to display: https://sensysnetworks.com/detectioncost-1 Nothing displays. No errors. Nada. Please someone come to the rescue! Here's our code:<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: "dda0d189353543499c94715436298776", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {URL: "https://sensysnetworks.com/images/news/A_Deeper_Look_at_the_True_Cost_of_Traffic_Detection-IMSA_Journal_May-June2021.pdf"}},metaData:{fileName: "A_Deeper_Look_at_the_True_Cost_of_Traffic_Detection-IMSA_Journal_May-June2021.pdf"}}, {embedMode: "IN_LINE"});});</script>
Hello, I am signing a pdf with a .pfx file, while certifys the document. I am trying to create a custom digital signature on top of that, that looks like the image attached. Is there any way to do that? like any APIs, etc.
I'm a non-developer trying to save some money while I start my own business. I want to be able to present large PDF files on my website at their origional quality (some 64 pages and over 200MB), so please excuse my ignorance. 1. What is my client ID, and is that the same as my API key? When I asked support through chat they told me that I needed to follow these steps to create my Client ID. When I went to do so I could not access "adobe sign". My profile say that my license is "Enterprise PDF Services Developer" for Acrobat Pro DC (currently in the free trial stage). 2. When I use the PDF Embed API Demo and generate the code, I copy it into VSCode, change the Client ID to my API key that was generated for my domain which I get in my Adobe Developer Console under the project I'm working on. From here I can open the .html in my browser and see the PDF the way I want it. But I want to use my PDF. I
We have been trying to use the note API to convert Microsoft Word documents to PDF. Surprisingly when we use the sample documents provided multiple times, the SDK seems to work only one or two times out of 5 to 6 attempts. This is little troubling on our side as we plan to implement this on a production server and the failure rate is fairly high from what we see. This was happening end of April 2021. Has anything imrpoved on the SDK since then?
Hi, We are using Embed PDF API . I would like to know if there will be any support for bugs/patches/issues provided in this functionality ?
I'm running into an issue where I cannot preview a local pdf.I have tried: <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({clientId: "43b7fe695ddb49899bd5d90f222f5b7c", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "local_file.pdf"}}, metaData: {fileName: "local_file.pdf"} }, {embedMode: "IN_LINE", showDownloadPDF: true, showPrintPDF: true}); }); </script> and: <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({clientId: "43b7fe695ddb49899bd5d90f222f5b7c", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "/local_file.pdf"}}, metaData: {fileName: "local_file.pdf"} }, {embedMode: "IN_LINE", showDownload
Hello -On initial load of the document, which is embedded into our application, we get a brief warning message that Some Features May Not Work. The error comes up for a few seconds and then goes away, and the document loads successfully after that. Our documents are loaded through a React viewer that takes some parameters, sends it to our server which creates and sends back a redis key. The redis key is used to call a URL that loads the document, on which step we are getting the error message.Is there a way to supress this warning or something else going on?
To place an annotation programatically exactly and center is precisely the document dimensions of the current page is required. Currently there is no api to retrieve these dimensions - In the old pdf javascript world this could be done by var rctBBox = this.getPageBox("BBox",pageNumber); This can be then used to determine the dimensions of the bounding box of the annotation.However, there is no equivalent of this in the Adobe Embedded PDF javascript API.
Hi I'm trying to use 'Adobe View' to embed a PDF on a webpage. I've followed API documentation to set up.here is my code:<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: "062bc24ed9d8496188760affc1770a9b", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://encyclical-ball.000webhostapp.com/PDF-Forms/Fomema_Amendment_Form.pdf"}}, metaData:{fileName: "Fomema Amendment Form"} }, {defaultViewMode: "FIT_WIDTH"}); }); </script>the code is working fine in Microsoft Edge, Internet Explorer & Mozilla Firefox but not working in Google Chrome. Chrome Error:"File preview not available, please reload to try again." Is there any idea to fix the error?
Hi all, I have a pdf generated in appl Pages. The pdf has several data tables / text boxes per page.Wondering if the following is possible: Detect all text content on page, whether in tables or text boxes, etc. Extract text and replace w/ other text, thus generating the same doc w/ entirely new text. I've looked at some of the OCR and text extraction samples/docs. Extracting the data seems pretty strait forwards. But can I replace it? The use case is translating the doc to another language.
Hi, I am trying to extract the text from a scanned PDF. But the output is not as expected. Can someone please help to figure out. Attached is the PDF.
Current BehaviorWith the PDF Viewer core component, we are able to load small .pdfs with minimal amounts of bookmarks just fine. However, it is failing to load bookmarks with larger .pdfs containing a lot of bookmarks. For example, when we use jmv16966.pdf.zip (attached), and click the bookmark icon to load the bookmarks, it momentarily shows a loading icon & then after a few seconds the bookmark icon disappears altogether.jmv16966.pdf (2).zipThis error also shows up in the browser console:AcrobatJS Version: 2.6.8rendition.js:2 Errorat self.___cxa_throw (wasm_acrobat.js:1)at documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:wasm-function[1156]:0x23a9dat __ZNK2t33pdf5store5ArrayINS1_14StoreObjTraitsINS_20TetraphiliaAppTraitsEEEE15GetRequiredNameEm (documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:wasm-function[1890]:0x37c91)at documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:was
The requirement is to convert PDF to HTML and the same HTML files can be used in UI for modification. Users can modify the HTML and it will be converted back to PDF. I'm trying out a few Adobe services API
I have downloaded and installed the demo html file, registered a key and all worked OK.That is until, I switched the website from http: to https: by adding an SSL certificate.Now it comes up telling me that this license key is not certified for this URL I tried to download and register another key, that didn't fix the problem What should I do now? ThanksAlex
Any way to make content in browser accessible? Also note when voiceover is turned on navigation is interfered with in document
How can I disable commenting option, but keep drawing available?
We have the need for an entirely customized UI, which would include hiding the zoom and page control toolbar. We are able to jump to page using the `gotoLocation` view API. However we need the ability to set zoom level programatically based on our own controls. `setZoom(currentZoom + .5)` or `setZoom(70%)`. Additionally we would need the ability to reset zoom to fit page and fit width. Basically a way to recreate the built in controls programatically. Is anything like this possible with the current exposed APIs or is it planned? Thanks for the input!
Hi, I'm getting this cookie-related warnings from my chrome developer console. It looks like to be caused by the PDF embed API SDK file. Please check. thanks,
even with a registered URL (document settings 'Basis-URL') an embedded link forces the alert box "do you want to open this link...".The same PDF-file opened in a current Acrobat Reader DC does not do this, just opens the browser with the URL from the PDF page. Is there a UI setting to avoid the alert box?Thanks a lot! Werner
I'm looking to rapidly create a pdf form from a Word document that is editted frequenctly, and needs to be converted to a pdf frequenctly. Right now, I would just save the word document as a pdf, open Acrobat, use "Prepare Form" and draw out 100+ text fields and checkboxes. Is there any feature within the Document Generation API that allows me to use templare tags in Word for these fields to generate fillable fields during conversion. Maybe someting like this: {{checkbox(30px)}}. I'm not seeking to do this within the Cloud.
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.