Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hello All, I am looking to automate querying documents using Acrobat AI Assistant. Specifically, I want to submit a list of questions for the AI Assistant to query, and the responses should be returned as a JSON or CSV file that can be further manipulated. Is this possible?TIA, ~eric
Hi Team, AEM Guides Native PDF : New templates are not visible while generating PDF.Created a new template by duplicating default pdf templates. I followed below documentation link. Followed all steps and copied as suggested in the link. But while generating Native PDF unable to view new templates for selection. I can see only Basic, Prime, and Hi-Tech templates. Can someone please through some light on this? https://experienceleague.adobe.com/docs/experience-manager-guides-learn/tutorials/install-guide/on-prem-ig/output-gen-config/config-native-pdf-publish/pdf-template.html?lang=en#
Hi! i have this function and this object that i wanna pass like a parameter, but when i pass the script on target, doest'n work. how can I make it work? const preguntas = [ { pregunta: "¿Cómo puedo sacar mi cuenta y tarjeta en Santander?", respuesta: "Podes pedirlas 100% online siguiendo estas instrucciones, sin necesidad de moverte de tu casa y en cualquier momento del día. Te vamos a pedir unos datos, una foto de tu DNI, una selfie y ¡listo! En 5 minutos, ya la tenés :)" }, { pregunta: "¿Qué incluye una Tarjeta Santander?", respuesta: "Incluye una Caja de Ahorro en pesos, una Caja de Ahorro en dólares y también tarjeta/s de crédito y débito para que puedas comprar lo que quieras." } ] 
Hi everyone,We are trying to utilize touch UI asset editor where we can crop the image : (http://localhost:4502/mnt/overlay/dam/gui/content/assets/assetedit.html/{dam-image-path} .Once I crop from here, Cropped image is not showing in dam and renditions are also not updating, But damupdate asset workflow is successfully completed and to surprise, its working in one of the lower environment but its not working in prod. What might be the reason ? Thoughts and solutions are appreciated!!
I have an empty AEM page triggering the Ketch script to load their portal interface. However, some browsers fail to load the content, resulting in a blank page. I suspect this is due to adblocker interference. I am currently investigating ways to load the script originating from a custom client library without being blocked.
I'd like to bind XML data to a table, but print only rows that have specific value in a child element. In example below I would like to print a table of ID and Name rows if item's type = A. What would be a binding path/condition? I tried binding path like $.item.[typeParent.type=="A"] but it doesn't work at all. <content> <item> <id>1</id> <name>John</name> <typeParent> <type>A</type> </typeParent> </item> <item> <id>2</id> <name>Alex</name> <typeParent> <type>B</type> </typeParent> </item> <item> <id>3</id> <name>Bom<
Is it possible to use the Photoshop actionJSON API and apply generative fill for an image outpainting?
I'm designing this website DM Flows, A digital marketing agencyi'm using Figma for that, but my friend says adobe is more easier to use.. I've attached a page theme sample, can someone tell me how easy is that to design on adobe??
Hi This is my first attempt to use PDFServicesSDK. I have created my adobe project with PDF Services API and created a .Net project following the example from the documentation:https://developer.adobe.com/document-services/docs/overview/pdf-services-api/quickstarts/dotnet/ Unfortunately when program gets to this line:// Execute the operation. FileRef result = exportPdfOperation.Execute(executionContext);It just hangs forever. No execption is being thrown, nothing is happening, I left it running for a very long time and it just stays there forever.It happens for any type of PdfOperation - what am I missing? Thanks
Hi community, as i read through the documentation it seems like it's not possible to postpone the expiration date of the certificate key pairs. So the only way it's to replace it? Thanks, i wanted to know if there is a way to not replace the cert.
In registration API reference, there is one API for creating a Webhook/Journal registration for given workspace. Here in header Parameters they added x-api-key which mentioned as API key whiltelisted at Adobe.io, we have already tried with JWT, client-ID & public key but it is giving as error api-key is not valid, Can anyone let us know where can i find this API key. Reference:https://developer.adobe.com/events/docs/api/#tag/Registrations/operation/createRegistration
I implement autocomplete and store the data for it in the state.But there is no way to send direct sql queries to the state.I see that adobe-lib-state is a wrapper around Azure DB Cosmos.As I understand it, it looks like you can write sql queries directly into the cosmos database.Question:The ability to write SQL queries for '@adobe/aio-lib-state' is not implemented because they won't work?Or are they not implemented, but if you write directly (state?._cosmos?.container?.items) queries, will it work? Regards,Eugene
Hello I'm currently injecting an overridden Experience Fragment Component at core/wcm/components/experiencefragment/v1/experiencefragment into my page. I've set the fragmentVariationPath, and now I'm aiming to retrieve the properties of its parent component, core/wcm/components/experiencefragment/v1/experiencefragment, which has been overridden. Despite debugging the injected component and obtaining a request like /content/experience-fragments/example/example2/master, I'm unable to access its parent properties.
Hello, I'm trying to receive an Access Token following the instructions here: https://developer.adobe.com/developer-console/docs/guides/authentication/JWT/ I've tried using PostMan with these parameters as instructed: Method: POSTURL: https://ims-na1.adobelogin.com/ims/exchange/jwt Headers: Key Value Content-Type application/x-www-form-urlencoded Cache-Control no-cache Body: (checked x-www-url-form-encoded) Key Value client_id <redacted> client_secret <redacted> jwt_token <redacted> - generated according to the doc I've also tried using plain old cURL, this is a sample of what I've sent (note anything `< >` enclosed is redacted for sensitivity): curl -v -H 'Content-Type: application/x-www-form-urlencoded' -H 'Cache-Control: no-cache' -d 'client_id=<redacted>&client_secret=<redacted>&jwt_token=<jwt-header>.<jwt-claims>.<
Hi Team, I have installed live search on my local instance and it is working fine. Now i want to create mesh api for the same. I have multiple sources and it works fine with one endpoint only. When i add graphql commerce endpoint as one source and live search config as second source then it gives error. Below is my example file for mesh.json { "meshConfig": { "sources": [ { "name": "mystoredata", "handler": { "graphql": { "endpoint": "https://<login.abc.com>/graphql/", "operationHeaders": { "store": "abc", "Content-Type": "application/json", "httpMethod": "POST", "allowHtt
Hi, OpenWhisk normally supports creating functions with a custom Docker image, and a zip file containing the binary to execute.However we couldn't find any reference to the ability to create such functions in Adobe I/O Runtime's Functions offering.Do you confirm that this is impossible with Adobe ?Thanks in advance for the help
Is it possible to extract data from Magento BI with a Python script?
Hi, I am trying to minify my css using the Adobe Granite HTML Library Manager to remove new line (Or possibly called line breaks). I have tried a few configurations for the css processor:min:yuimin:yui;line-break=-1min:yui;lineBreak=-1 None of them have worked. I am wondering if there is a configuration option for the css processor to remove the new lines in AEM. I have also tried using gcc, but after a bit of research I am not sure it has the ability to remove new lines for css.
Added custom property(metadata) to the form. formfinalized=fasle.Now on onclick event of the formfieldI do see the property along with other metadatavar Meta = event.target.metadata;xfa.host.messageBox(Meta, "Metadata of this form", 3,0);Now want to update formfinalized=true when button is clicked "Form1.Header.Buttons.Sign::click - (JavaScript, client)
I've created a sitemap XML for our site using Apache Sling Sitemap - Sitemap Generator Manager. However, I'm looking for a way to change the hostname in this section: <loc>http://localhost:4502/content/blablabla/us.sitemap.test7-sitemap.xml</loc>. I want to remove the /content part. Any suggestions?"
Hi All, I am working witht he Adobe Lifecycle Designer and are using the Subforms for printing out tables.The Header is in a separat Subform that is of the type "position".This is connected to the Subform as "overflow" where the Lines of the table are looped.The content of the table is dynamic - so I don't know how many colums there will be before print.To active this I was using the javascript like this :this.w = "10mm"; for the columns with data in - and this.w = "0.00mm" to hide the empty columns.and the postition with this.x = "xxmm"; Most of the logic works - but My problem is the "overflow header".The header section on the FIRST page works nicely - but the overflow isn't printing in the correctly position - I tought that this was the "this.x" ? Anyone that have the same issue - or even better - HOW can I make a overflow header that should works with dynamiclly content, width & position ? thanks !Lars
I have a weird bug when the dropdown doesnt work correctly.I have 5 segments and one of them has a breakdown by another segment like:ABC Breakdown SegmentDEand when I apply new segment for the whole panel, my segments get reranked based on first metric, but breakdown remains at the same place and breaks down wrong segment. That looks like this.ECD Breakdown SegmentAB
My team is looking into the possibility of using the Reactor API in order to 1) edit rules and data elements via a code editor (i.e. VSCode) and 2) backup everything to bitbucket. The second objective seems doable using the reactor-downloader library, with the caveat that it'll show the latest revisions rather than live revisions. Given what we're trying to achieve I have a few questions: Is there currently a process to create/update rules, rule components and data elements for an existing Adobe Data Collection property via a code editor such as VSCode? Ideally, we'd like to be able to utilize a system with git branches and PRs to merge new changes.The reactor-downloader library seems to only work with a JWT token to authenticate the Reactor API. However, the JWT method is being deprecated next year. Is there a work around for this to allow an OAuth access token instead?The reactor-synch library requires a settings file that has all of the integration and environment settings
Here is the screen shot
In AEMaaCS we're able to have dedicated egress IPs set up but for Adobe App Builder Actions that make outbound rest api calls can that also be set? We need to IP whitelist for security reasons.
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.