Unlock the full value of DC Web with our global community.
Recently active
I have implemented adobe reader in my web app and I am facing a problem. Users can add annotations, check the image below (annotations are First Name and Sign showing in the pdf with the red color): When moving any of the annotations to another area, ALL annotations disappear. I'm also unable to undo the action. The implementation is done using this document as a reference: https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/Is this a known problem for Adobe Reader?
Hi Community members,Adobe Team, Thank you so much for this wonderful service made available for Power Automate.I have a specific requirement to merge number of outputs(dynamic page count) from Split module. Tried all the possible ways by providing the possible configurations on Merge module, but failed to generate output. Please help!
Using the Angular samples provided in the SDK kit I have been able to create a simple POC for my Mean stack app that runs locally on my localhost. I ended up using the PreviewFileUsingFilePromise method wherein I am providing my file as a blob (and not as the URL unlike the other method requires). This apporach works fine in some instances and not in others. Unfortunately the issue is sporadic and hard to understand. (fails 4 times out of 10). Everytime the issue occurs, there is no pdf loaded in the iframe and my console keeps throwing this error - Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('<URL>') does not match the recipient window's origin ('<URL>'). Upon digging a little deeper, the error is caused in the following lines of the embedded javascript file (ViewSDKInterface.js):e.isInstanceStillAlive() && e._iframeElement.contentWindow.postMessage(t, r) A little research and googling has led me to the foll
FreeText comments cannot be updated when we pass:enableAnnotationAPIs: trueto the viewer config object The following error is shown: act-dom.production.min.js:189 TypeError: Cannot read properties of undefined (reading 'color') at FreeTextCommentView.initializeValues (FreeTextCommentView.jsx:187:72) at FreeTextCommentView.render (FreeTextCommentView.jsx:754:10) at Object.allowStateChanges (mobx.module.js:969:15) at index.module.js:780:33 at Zt (mobx.module.js:3120:20) at e.track (mobx.module.js:3330:22) at FreeTextCommentView.l [as render] (index.module.js:775:22) at kj (react-dom.production.min.js:204:189) at ij (react-dom.production.min.js:203:149) at Lo (react-dom.production.min.js:292:172) M
Using the Document Generation Add-in for Word, is there a way to access the nested data in JSON without using Tables/Lists feature? Only first 2 fields at level 1 in this sample get 'tagged' for use.{ "collection": { "level_1_field_1": "level_1_field_1", "level_1_field_2": "level_1_field_2", "level_1_field_3": [ { "level_2_field_1": "level_2_field_1", "level_2_field_2": { "level_3_field_1": "level_3_field_1", "level_3_field_2": "level_3_field_2", "level_3_field_3": "level_3_field_3" }, "level_2_field_3": [ { "level_3_field_4": "level_3_field_4", "level_3_field_5": "level_3_field_5" } ] } ], "links": [] } }
Hi Do we have option to redact the document?https://documentservices.adobe.com/view-sdk-demo/index.html#/customize/FULL_WINDOW/Bodea%20Brochure.pdf ThanksLawrence
Last night we shipped an updated to the PDF Embed API. This is documented at the release notes (https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/releasenotes/), but I'll copy here: New Legacy viewer will no longer be accessible and all calls to legacy viewer will route to new modern PDF viewer. Bug fix Fixed issues to restore the optimised viewing of Linearized PDFs. Bug fix Fixed issues in the Inline Embed mode where Blue Line gets displayed around PDF. Bug fix Fixed issues in the Inline Embed mode where Error message not displayed for invalid client Id. Changed PDF Embed API no longer captures anonUserUUID in browsers local storage.
I am using the API to generate a .docx file from a PDF. When I use this online converter tool, everything works perfectly: https://www.adobe.com/acrobat/online/pdf-to-word.html However when I use the API with the same PDF, my exported .docx file is corrupted. When I go to open the file in Word, I get the following message: "Word found unreadable content in "Untitled Document.docx". Do you want to recover the contents of this document? If you trust the source of this document, click Yes." If I click "Yes", the file opens just fine. But I can't figure out what could be going wrong for Word to be giving me this message. Here is my code for sending the request:headers = { 'Authorization': "Bearer #{access_token}", 'Accept': 'application/json, text/plain, */*', 'x-api-key': client_id, 'Prefer': "respond-async,wait=0", 'Content-Type': "multipart/form-data" } j = { "cpf:engine": { "repo:assetId": "urn:aaid:cpf:Service-26c7fda2890b44ad9a82714682e35888" }
Pasit Pintabut
https://drive.google.com/file/d/1BrOt3G-3OB19eSePUyW2lcZqaNJVxiDk/view?usp=drivesdk
Hi all. Looking for assistance uploading via the PDF Services API. The docs are pretty sparse and don't actually include the PUT method. I'm trying to build an integration that can upload a PDF so I can then convert that to PPTX. I've got this working locally with the Node SDK but I can't use that because the result from the export operation isn't what I need (and I can't fork the SDK to make the necessary changes so that would work). I'm looking to use the following flow: Generate asset upload URI Fetch the PDF from an S3 bucket source as stream Upload to upload URI via the stream from step 2. Question:How can I upload to an upload URI using form-data / a stream instead of needing to passing binary data from a local source? Any examples of this would be greatly appreciated!
Just for reference, on page 31 at the bottom is some text "Reference ID: 3610837" It is not in the json output from the extraction API. I have attached the original PDF as well as the json output of your tool.
Hello,I am trying to use Power Automate - "Create Searchable PDF with OCR" to make a PDF file searchable. The original PDF is an A3 electrical schematic where elements are labeled, it would make easier to find components if they were text searchable. Like the picture below.It seems that I might be taking the wrong approach. Please tell me if adobe has a solution to my problem
I have created a template that has one field in it, a Rich Text Field named eSignatures. It has some placeholder text "Sigs" in it.In my flow, I retrieve the file (from OneDrive), and then have a step where I am wanting to put Michelle in the Rich Text field and create a new doc. Then I save it with a new name (in Sharepoint), and when I view it it sill has the placeholder text 'Sigs' insteade of Michelle. What am I doing wrong here?
I am using the Adobe PDF Services in SharePoint Power Automate and I received an email that I am still using the old version of REST APIs. I just want to check on how to update the Adobe PDF Services in SharePoint Power Automate to use the latest REST API? Thank you.
Hi, The PDF Embed API is awesome and I'm really interested to integrate PDF Embed API for our Electron app. However currently the client ID must be used with the correct website domain, while Electron app load the HTML file directly from local file system (file://index.html ) and not from the website domain. Is it possible to support Electron app? It would be awesome if the PDF file can be embedded locally! Thanks for listening! Best regards,Thomas
I got the following message: Hi Adobe PDF Services API User,Please disregard this email if you’re already using the free trial on the new Rest APIs. We’re reaching out because you’re still using an older version of our APIs in free trial. Please transition over to our latest REST APIs in less than a month. The older version of the REST APIs (Version 2.0) for free trials will only be supported until May 6th, 2023. However, i only user Acrobat Services API for a Power Automate action, and have no way to specify which version of the API i'm using. I've also checked the Power Automate documentation, and it does not specify which version it's using. Does anyone know if this is relevant for Power Automate?
Hi, I have been using PDF Embed API legacy viewer for a while now and it works great. After moving to the modern viewer, I found that it can no longer open password-protected PDFs. I had no problem opening password-protected PDFs with the legacy viewer. Is there something extra that must be done to enable support of password-protected PDFs in the modern viewer? The modern viewer displays the password entry form, but it does not work even after entering the correct password:My only option is to Cancel, after which I see this error on the page: The version of PDF viewer is:Application Version3.1.3-3ac6701a Would appreciate any help. Thanks,/Swee
Attached is the document which I am using to convert. If you see page 8 is exactly similar to page 9 but in page 8 <table> as path is coming but for page 9 it is coming as figure. Would really appreciate if you can take a look.
I'm using the .NET SDK to parse some PDFs of varying sizes, one is 2000 pages and 2MB, other is 6000 pages and around 15MB. I only need the first page of both these PDFs to extract information from, and so the workflow has been to Split the PDF into that first page and then feed that into Extract to get the table information. This works flawlessly for the smaller file but fails at the Split operation consistently for the larger file. I've tried a similar workflow with the Delete operation and that does not work as well. Please advise.
Getting below error while converting PDF to Word using Adobe Power Automate The input file cannot be processed because it is a portfolio.; transactionId=8e60577e-d5af-47bf-86f1-8453d82a5ed4 Anyone knows what this issue is all about?
Hi there, I have experience an error when I was using 'Draw freehand' tool. When I selected another color and tried to draw again, the color did not change. Some colors changed but some didn't. You can easily replicate this bug in the demo on the adobe website. Additionally, can you add a feature to change the opacity of the drawing in the future please? That would be very helpful. Thanks!
Hi,Is there anyway or any paid license to remove the logo from the controls while using PDF Embed API?Thank you for the answers in advance.
I have a simple flow to extract the data from a fillable PDF. Using the Extract to JSON actions (file or object) - I get the JSON code, but in the elements segment - I get none of my data values.Here's a sample of the text items - in this case, this is an input label. But the actual data value does not follow. "Text": "Business Legal Name (\u201cBorrower\u201d) "I've attached the extracted JSON file. Here is my flow. Am I not using the correct action from the PDF Services connector?
Hello, An exception intermittently is raised whenever running the splitPdf.js for adobe pdf services. Now we are running it for various pdf's and for some it works and for others it doesn't. I've pasted the exception below:Exception encountered while executing operation { ServiceApiError: An Internal Server Error has occurred.; transactionId=e97HT6BynCTIl3ukGpRuejdmlhae5iKh at multipartResponseParser.parse (/home/ubuntu/projects/PDF-extraction/node_modules/@adobe/pdfservices-node-sdk/src/internal/api/cpf-api.js:197:20) at IncomingForm.<anonymous> (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:107:9) at IncomingForm.emit (events.js:198:13) at IncomingForm._maybeEnd (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:557:8) at JSONParser.parser.onEnd (/home/ubuntu/projects/PDF-extr
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.