『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
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.
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
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.