『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi, Im trying to generate a document in word using the Adobe Document Generation plugin, using the json data as below. When I click on generated document I get the error as in screenshot below. I Validated the json and didn't find any issues. Any ideas [ { "OwnerID": "L001", "Properties": [ { "PropertyID": "P001", "Property Address": "12 St LA", "Rent": "300", "Bedroom": "2" }, { "PropertyID": "P002", "Property Address": "3 St SA", "Rent": "450", "Bedroom": "3" } ] }, { "OwnerID": "L002", "Properties": [ { "PropertyID": "P003", "Property Address": "4 St SA", "Rent": "500", "Bedroom": "4" } ] }, { "OwnerID": "L003", "Properties": [ { "PropertyID": "P004", "Property Address": "20 St LA", "Rent": "400", "Bedroom": "2" } ] } ]
I'm currently attempting to do a job post api call in my workflow and it works successfully, and even tested with postman. however, i'm not obtaining my location and x-request-id as stated in the api documents for my results. i tried other pdf operations as well, but it results to the same thing. i check my usage dashboard and it does say that my files are being processed and have their jobs conducted, it counts up every time i do a job post, so it does post the job successfully, i'm just not getting the expected returns. please help or fix. thank you!
I'm receiving cpf:status":["completed":true,"type":"","title":"Internal server error; transactionId=Sdq2c2QtpfrUgFjRc0lsDHttm35XGQTz","status":500,"report":"{""error_code"":""INTERNAL_SERVER_ERROR"",""source"":""docgen_engine""}"]]I think I've confirmed that I'm using the correct token, good JSON and template etc. No other info or clues are coming back. Any thoughts? This has been working for months but suddenly no more.
Need some direction on using the Extract text from PDF document into JSON Object within Power Automate. Adobe Extract PDF vid Followed this vid from an Adobe Developer all the way to "initialize var". Test run I can see the the parsed json and text I want to extract - first screen grab. When I add the "Select" step, I do not see any "list of semantic..." From Adobe video:My flow sees the text I need to extractSelect does not see "list of semantics..." Thank you
I created a new template for my internal demo and gettign this error message. com.adobe.pdfservices.operation.exception.ServiceApiException: description ='The input file appears to be corrupted and cannot be processed.; requestId=ab4180cf-d0c5-4db7-81d2-8dda5afb4ce7'; requestTrackingId='5760077d-9505-4c25-bbe0-36b9d157d63a'; statusCode=400; errorCode=CORRUPT_DOCUMENT I had several tempalte screate 4-5 weeks back and all are still working fine. Event If I upload the same old template again, it works file. But If I re-save the same old template and upload, I get this error. After all the trubleshooting, I conclude that there could have been updates to my Microsfot Office in last 4-5 weeks and that started this problem where the API thinks the file is corrupted. Can you please using the trakcing ID get some logs and help me so I can complete my evaluation process and provide demo internally for purchanse decision? Thanks.
I have submiited 4 forms to get some pricing from Sales, Nobody replies whats happening ?
Good morning!When using the PDF Services API to extract text from a PDF, is it possible to exclude the text related to tables?# Create parameters for the jobextract_pdf_params = ExtractPDFParams( elements_to_extract=[ExtractElementType.TEXT], )The text and data related to tables are extracted separately into CSVs. Therefore, it would be ideal if the JSON containing the extracted text does not include the tables and their data again.
I may not be in the correct place, but we're getting Unauthorized errors calling `createpdf.operation.createnew` ~90% of the time. We are in good standing with our invoices, have a valid credential, and have been successfully leveraging the API for a few years now. I think there may be an incident on the Adobe side. Can someone please help me with support? The chat has led to several dead ends so far.
Hello,I am encountering an issue with the Annotations API. When adding a message to the document with the subtype "note," the ANNOTATION_ADDED event is not being triggered. It does work as expected for other subtypes such as "strikeout," "highlight," "underline," and "shape.". This was working fine a few days ago.This issue can be tested with the Angular demo (/annotationAPIs/UIConfigurations). Here, you can observe two events (related to drawing and highlighting marks), but none for note-type marks: Thanks!
I have a requirement to create a password-protected pad using Power Automate. Is it possible to do this with the free tier plan of adobe, or are there any additional costs and limitations?
We've got not one, but two new APIs for you: Export Form Fields (https://developer.adobe.com/document-services/docs/apis/#tag/Export-PDF-Form-Data) Import Form Fields (https://developer.adobe.com/document-services/docs/apis/#tag/Import-PDF-Form-Data) Both of these are beta and require reaching out to us first. To do so, fill out the form here: https://developer.adobe.com/document-services/pricing/contact/sales/form-data-api/
Hi , I am getting wrong rowspan & colspan information for some tables. I have attached a PDF for reference.In the 4th Table of first page if you see the data then the table extraction is not accurate for rowspan & colspan.Kindly assist me for this issue.
We want no part of Adobe Document Cloud messing with our Outlook content. Worse, Adobe just slammed this terrible feature in with no warning, no permission, and no real administrative controls. We have been dealing with this on an ad-hoc basis but it is getting worse. I actually see this as a treat to our business communications continuity and controls. We may have to abandon the product if we cant really get rid of it reliably and without having to hack every single user account on every single endpoint. Is there a solution to be rid of this add-in? Surely since all licensing is managed in the cloud, they could provide administrative options for how deployments behave. if they chose to do so.
I am trying to run the embed viewer script on my desktop, as it states in the sample that you don't even need credentials to test the viewer. I have entered my credentials anyway, because I keep getting a CORS error. The pdf viewer does appear to be embedded in the browser, but my pdf file which is stored in a folder called "news" on my website does not appear in the viewer. The error message says: "File preview not available, please reload to try again." In the web developer console it shows the error is related to CORS. I cannot find an easy explanation to correct this error, so I appreciate any help with this problem. Here is my test code:<html> <head> <title>Test 2</title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> </head> <body> <div id="adobe-dc-view">&l
I already researched a lot but did not find any solution so far for this specific case. The client is including Dynamic Video on the website and is currently using Adobe Experience Platform Web SDK. The goal is to track the Dynamic Video in Adobe Analytics. I found two extensions: Adobe Media Analytics for Audio and Video and the Dynamic Video Viewers. However, this only works if also the Adobe Analytics extension is installed which is not needed in this case as Adobe Experience Platform Web SDK extension is already installed.Next idea would be to do a custom data layer implementation if nothing else works.I would be very thankful for a hint in this regard if there is even another option with the current setup.Thanks a lot.
Hi.We are using the PDF embed API to display PDFs to our end users.We are requesting the PDF from a client CDN, which delivers the PDF in a byte-stream. I have looked up both the documentation regarding linearized PDFs, as well as the sample demo on github. As many of our requested PDF are large, it is crucial to fix this issue to improve use experience.All the promises are resolved in what i believe is the correct order: getInfo => Metadata (which returns fileSize)getInitialBuffer => Initial 1024 bits (which returns a buffer: [ArrayBuffer(1025)])getFileBufferRanges => fetches the requested ranges (awaits all promises, returnes bufferList: ArrayBuffer[])Below are some images of our setup, as well as the header for the requested PDF.Thanks in advance! Header for the requested PDF:Code using the URL directly, letting the API handle needed promises:Code using a promise with linearizationObject (separated in two images):
we started the Migration from JWT to OAuth to convert the PDF into Document. After migration in order use the PDF operation for export PDF to Document. we need to perform Five API calls to downlaod the Document. We refer the below URL to perfoem the PDF Operationhttps://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/ Is there any alternative way, we can perform the PDF operation to reduce the number of API calls please suggest some other way to perform this operation
Can I declare adobeDCView instance variable only once? In case I need to render multiple PDF files on a single page, because I notice .js downloading multiple times unnecessarily depending on the number of files, I have performance concerns about the rendering of the web page and it consumes a lot of browser memory. The reason I want to solve this issue is because of the user interface.
Hi, We are receiving input from external sources, as outlined in the attachment. However, document generation fails when we attempt to convert it to PDF. Apart from the outlined sample JSON, we need to include tags with the 'id', `img`, `doc`, and `table` tags. Could someone assist with this? Cheers,Sampath
I'd like to place "attach file" hyperlinks at various place on my pdf and ask my users for specific documents.; how can i do that?
Hi, In the documentation on the bottom of page https://developer.adobe.com/developer-console/docs/guides/authentication/APIKeyAuthentication/#understanding-different-uses-of-the-api-key-credential, it says:"You can configure up to 5 comma-separated domains, use wildcards to club together multiple subdomains and specify any non-privileged port numbers. You can edit these domains any time by visiting your project on the Adobe Developer Console." But in the console I can't find any way to edit my allowed domains for an API key or add wildcard domains, it didn't work with wildcard or comma-separated?I also read that I should be able to create up to 10 credentials per service but I can't find a button to create extra credentials either? Thanks for any help on this!
HiI'm trying to fill a table in a Word template with data from a SharePoint list with Power Automate.After the step 'Get items' , the document should be created. But Power Automate allways creates multiple docs (For each) so the table contains one row. (see below) Hope someone can help!GreetzVladi
When a protected file is uploaded, the filename, type and protected label is not properly aligned. Because of this I am wondering if there is a way to fix this or can you introduce a way to hide the sdk-HeaderFileInfoView-header?
I have a master project that is linking to child projects.Outputs for master and all child projects use a Frameless preset. However, the skin has different settings for the TOC.- Output for Master has no toc. We don't need a global TOC for the master project output.- Outputs for child projects have TOCWhen trying to display a child project in the Master output (after copying outputs to the Merged folder), the TOC does not appear.Could anyone provide me with some insight in getting each child project TOCs to appear in the merged project output?Thanks in advance,
This months Acrobat Services Office Hours will be December 12th at 1PM (technically, 12:55 PM). These sessions are open to all and are your chance to ask questions, provide feedback and give us your suggestions. You can RSVP here: https://events.ringcentral.com/events/office-hours-for-adobe-acrobat-services-developers-december-12-2024-9b590b60-c3ea-4ca6-8be6-61a04dd3b0cd
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.