Unlock the full value of DC Web with our global community.
Recently active
Attached is a word file that has an html file "embedded" in it via AltChunks. When we attempt to convert it to PDF, we get an INTERNAL_SERVER_ERROR error: An Internal Server Error has occurred.; transactionId=02355543-be56-40dc-8225-00d680aa8375 We are taking client-provided html via a wysiwyg editor, stitching them together into a word file. The final step is a PDF export of the word file. Is this a supported use case? I am able to reproduce this error in our application and also by using the "CreatePDFFromDocx" .net sample project Any insight you could provide would be very helpful!
Hi, I've been looking into the comments and markup / annotation part of Adobe Embed API, and came across some problems 1. NamesHow do I add a different name to the comments? Everyone gets "Guest" as the name...Example: I open a PDF through the PDF Embed API and make some comments. I am then given the name "Guest". I save the comments to my server. I then open the link from a different computer and add a reply. It is also with the name "Guest", and that makes collaboration kind of hard...I could probably do some code that replaces data when saving, or some function that listens for added comments and then filters and rebuilds the JSON with new names and then reloads everything, but it all seems so cumbersome. It would be so much nicer if I could set the username through the API, and then every new comment would get that username. Anyone know if this is possible?See screenshot "Annotations_Screenshot_v1.jpg" 2. Undo/RedoWhen I save the comments my server and reload th
Hi,I am trying to use PDF Embed API in my localhost environment,I registered the domain (local) but is not working.See the attachments
I am looking into subscribing Adobe PDF Services API (International) through AWS marketplace to be used in Microsoft Power Automate. The listed price on AWS is $0.05 / per API call unit. Also, when signing up for AWS marketplace account there is a notification that AWS free tier is applied for 12 months. I am not familiar with AWS and not sure if the free tier is related to this specific service. After 12 months will there be an additional AWS fee applied to us, if we only use the Adobe API and nothing else from AWS? Will there be an additional AWS fee or only the Adobe API subscription fee? Thanks in advance for any input.
I'm having issues getting a "domain is not authorized error" when I attempt to utilize the PDF Embed API. The error is:"File preview not available. This application domain (https://generation180.org) is not authorized to use the provided View SDK Client ID." I'm referencing this article for how to accomplish this: https://www.labnol.org/embed-pdf-200208 I also found this post which I tried the steps but they don't work either. https://community.adobe.com/t5/document-services-apis/file-preview-not-available-domain-not-authorized/m-p/11180446?page=1#M273 Here is the PDF I'm trying to embed: https://generation180.org/wp-content/uploads/2020/07/SSVAPressRelease_v04EMBARGOED.pdfHere are the credentials: And here is my code: <div id="adobe-dc-view" style="width: 800px;"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> document.addEventListener("adobe
Within the last month we upgraded the PDF Embed component to the new version in our React project. Since we've done that, we now get an intermittent failure where the component simply does not load and we have a blank space on the page where its supposed to appear. In the Chrome tools, on the network tab, we can see that there is a red request to iframe.html with our site url as a parameter. The status of the request simply says 'cancelled'. It seems to fail about 50% of the time. Has anyone else out there encountered this?
sometime when i open the page where adobe embed api is integrated . it is not loading the pdf file.i'm getting the blank page, without even the adobe toobar. how can i fix this below in the image you can see the div inside which i have added the pdf is empty.
Hi All, I have been trying to set up a test API key for trying out the pdf embed api. When I use the address of the web server I get a domain invalid response.The URL that I am using is worms2-cityoflethbridge.msappproxy.net\WOMGT what are my options, as it appears that the setting is looking to only work with a .domain extension?
I use power automate to convert a PDF to Excel.My PDF has 3 pages, but when I converted the PDF, the Excel only has the content of the first page. I tried with other pdf but I still have the same problem. Operation ID:ExportPDFToExcel
Hi, I was able to extract the PDF document yesterday but it is failing with same credentials and private.key today. What is the cause of the error? Can someone please take a look?[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ pdfservices-sdk-samples --- [INFO ] 2023-02-03 15:03:47.775 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextTableInfoWithFiguresTablesRenditionsFromPDF.main()] ExtractPDFOperation - All validations successfully done. Beginning ExtractPDF operation execution [WARN ] 2023-02-03 15:03:49.687 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextTableInfoWithFiguresTablesRenditionsFromPDF.main()] HttpClient - Connection exception encountered while executing request ims.session_token [ERROR] 2023-02-03 15:03:49.687 [com.adobe.pdfservices.operation.samples.extractpdf.ExtractTextTableInfoWithFiguresTablesRenditionsFromPDF.main()] ExtractTextTableInfoWithFiguresTablesRenditionsFromPDF - Exception encountered while executing operation com.
I am attempting to use the document generation API to generate a PDF file from a tagged DOCX file and some JSON data. I using the REST API's to upload the docx asset, then request the merge, polling the returned location, and then downloading the from the given url. The PDF that I download at the end of the process has the correct number of pages and also contains the hyperlinks that the original DOCX file contained. However, apart from that the pages are completely blank - even the hyperlinks do not have any text associated with them. The PDF also contains a number of warnings in the console when viewed. There are two kinds of warning - "getHexString ignoring invalid character", and "invalid stream: FormatError: Bad FCHECK in flate stream". I am unsure what has caused this because all the API calls I made returned success codes and seemed to be okay.
Looking for a help from experts here as I don't think Adobe support and documentation is able to help. I'm using Adobe Rest API to generate PDF file from a word template using JSON as an input, I don't have my own AWS/S3 account, everything is working fine, the only problem is X-Amz-Expires which set to 3600 , is there a way to increase it ?
Hello, Is there a way to toggle the Annotation's Comment Panel programatically?We want the Comments Panel to be shown/hidden depending on some application settings. Thanks
As folks know (or may not know), when working with the SDKs, we store your files temporarily, up to 24 hours. These temporary files are only used for processing and we do not have access to them. You can see this in our FAQ (https://developer.adobe.com/document-services/faq/tech-support/#data-security--privacy-how-does-adobe-document-services-use-or-store-file-content). However, for developers who want greater control, you can use the REST API to delete assets *immediately*. So for example, upload a Word document. Start a conversion process, download the result, and then call the REST API to delete both the input and output assets. This is documented in our REST docs here: https://developer.adobe.com/document-services/docs/apis/#tag/Assets/operation/asset.delete It's pretty simple - just make a DELETE call to /assets/X where X is the ID of your asset. For developers who would like to see a working example of this., I built a Node.js script that demonstra
I see that there are a few HTML elements that are supported the Document Generation API (https://developer.adobe.com/document-services/docs/overview/document-generation-api/stylingformattingtags/#tags-supported) Are there any plans to support any additional elements? In our application, we are using multiple WYSIWYG editor instances that are combined in a DOCX template to create a multi-page word file The current support for HTML elements is a great first step, but we have several use cases for <ol> and <li> elements. Lists (https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/#lists) will not work, as the user enters content using the WYSIWYG and the data isn't structured. Are there any work-arounds to accept ordered/unordered lists via JSON? Sample data and output is below { "sections": [ { "title": "Summary", "rank": { "formatted": "0,4,No Rank", "text": "No Rank", "
Hello,I am trying to create a Power Automate flow that will open a PDF, move the last page to the front, then save and close. The trigger is moving the PDF to a sharepoint folder. I've tried but am struggling with success. I can give more detail on whatever is needed. Any ideas? Thanks!
We are using Embed API in Web page, fillable PDF Form with muliple pages. Scenario: Entered data in TextFiled (on page#1), moved to the next few pages down with mouse scrolling without tabout or clicking anywhere on the form. Issue: Lost the entered data in the text field.
Using the NodeJS sdk we keep getting 400 errors on files that previously worked to convert. 2023-01-31T08:43:16.574:[INFO]: All validations successfully done. Beginning PDF conversion ServiceApiError: at rejectWithServiceApiError (/Users/casper/Projects/proj/backend/node_modules/@adobe/pdfservices-node-sdk/src/internal/http/http-client.js:31:17) at handleJsonResponse (/Users/casper/Projects/proj/backend/node_modules/@adobe/pdfservices-node-sdk/src/internal/http/http-client.js:55:3) at handleErrorResponse (/Users/casper/Projects/proj/backend/node_modules/@adobe/pdfservices-node-sdk/src/internal/http/http-client.js:117:2) at onEnd (/Users/casper/Projects/proj/backend/node_modules/@adobe/pdfservices-node-sdk/src/internal/http/http-client.js:176:3) at IncomingMessage.<anonymous> (/Users/casper/Projects/proj/backend/node_modules/@adobe/pdfservices-node-sdk/src/internal/http/http-client.js:216:5) at /Users/casper/Projects/proj/backend/node_modules/@opentele
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.
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.