Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi All,The 'Create PDF with Change Bar between Published Versions' option is missing from the Native PDF general settings. How can I enable this feature?AEM Version: 6.5.21AEM Guides: 4.6.3 UUIDAEM Native PDF Documentation:Local AEM instance:
I'm using Apex to automate sending Adobe Sign agreements. My approach:Call AgreementTemplateService.load(templateId, contactId) to generate agreement IDs for a list of contacts.Pass these IDs to EchoSignApiService.sendDocument(agreementId) to send the PDFs.This runs in a Queueable job triggered by a button click in Salesforce. I successfully get agreement IDs, but when sending, I receive:null :400 {code:INVALID_RECIPIENT_AUTH_METHOD, message:Invalid authentication method for recipient}
Hi. I have a simple html file with picture. Picture located in the same folder as html-file. But when I try to convert with PDFServicesSDK to pdf file - result file without that picture. Maybe I should set additional options ? Thanks. This is code html-file (for example) : <html><body><img src="./picture_1.jpg"><span style="font-weight:bold; text-transform:uppercase; font-size : 6.400pt">"Some text in HTML file</span></body></html>
Hi Connections, Can someone help me here why the cache control header is missing in the client libraries call?Here is the my project client libraries call look like. We have created rewriter configuration in the project and added cache header rules as well in the apache config.And in local environment also the cache header is not showing.
i am using adobe PDF service to extract the table and text from the PDF document. I am using python SDK for the testing. But, I stuck on the following issue. INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Finished uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started submitting EXTRACT_PDF jobINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started getting job resultERROR:root:Exception encountered while executing operation: description =DISQUALIFIED - File not suitable for content extraction: File permissions do not allow content extraction; requestTrackingId=12928c65-c723-49d3-88f5-fd06f9be6db0; statusCode=400; errorCode=DISQUALIFIED_PERMISSIONS Do you have any idea why I am getting such error message. My PDF is not that complex. I have tried other extraction API to extract the PDF, which worked as expected. But, I don't know
We have set up Adobe Commerce 2.4.7-p1 with sample data and successfully configured PWA Studio to be compatible by following these steps: Ran the command:yarn create @magento-1/pwa Set up a custom origin:yarn buildpack create-custom-origin ./ Exported the required environment variable:export NODE_OPTIONS=--openssl-legacy-provider Built the project:yarn build The dist folder was generated using the commands mentioned above. The URL https://pwa-studio-demo.local/ was directly pointed to the dist folder, enabling the frontend to function correctly. (yarn start or any other commands not executed) The frontend is functioning correctly (e.g., homepage, category page, and product details page are loading as expected). However, in the footer, we observe the following issue:{{#pageTypeNonce}}{{#webpackChunks}}{{/webpackChunks}} {{/pageTypeNonce}} No additional installations or customizations have been made on the Adobe Commerce side apart from the fo
Is it possible to calculate the difference between dates to use as one of the filters within an audience?
I can only generate the access token when I create a project. I did send offline_access in scope and grant type but received invalid grant type error response. Any ideas or suggestions? repsonse :{"error": "unsupported_grant_type"}
Hi,In my project adobe experience manager as cloud service,I have an embedded component in which is possible to configure spotify's iFrames. My team and I are trying to track the play,pause,and milestones events of the iframe trough the Web Playback Spotify Sdk but we are not sure it could work. Do you have any information about adobe communicate with spotify?Does any of you ever tried something similar? Thank you,Sarah
I have been working on creating an API request that will return the audit logs only for a specific property. I understand that for the reactor API, I can return all the available data with:curl https://reactor.adobe.io/audit_events However, I have been able to find a way to add a filter or even adjust the page size (using ?page[size]={value}) to show me any of the audit events from the property I want. How can I go about doing this? We are using the reactor API since this data is needed from the tag manager.
Hi, new to adobe express just trying to publish a webpage template. Get this error trying to publish any of the templates. Error: Publish API Response: 403 Forbidden. Please advise
Ihr seid der letzte rotz verein. Ist echt zäh als developer mit pdf's zu arbeiten. Ich hoffe das drecks format stirbt aus. Ein wunder das PDF sich so durchgesetzt hat.Ich will einfach per klick auf einen Button das Suchfeld in dem PDF viewer öffnen, KEINE CHANCE! Baut einfach mal eine vernünftige Schnittstelle für Entwickler!
Is there an API that provides the status of files in a folder, indicating whether they are published, in preview, or have no status? I couldn't find this information in the AEM Live documentation.
The page is opening in the same tab when updated as open link in New Tab. I selected new tab in rich text link plugin. I am able to see target="_blank" in author. when I open the page in view as publish and try to click the link it is loading in same tab. I checked in dev tools I didn't' find target="_blank". could you please if some face this issue previously.
Hi everyone,In Powerautomate using the Adobe Sign connector, I am inserting 3 documents, which I can only include the signature, how can I include the "initials"[{"memberInfos": [{"email": @{outputs('Compor_-_Email_Recursos_Humanos_Assinatura')}}],"order": 1,"role": "SIGNER"},{"memberInfos": [{"email": @{outputs('Compor_-_Email_Colab')}}],"order": 1,"role": "SIGNER"}]
I'm trying to use python to upload a file to workfront, according to the userguide, I should get a 'handle' when I sent a post request to /attask/api/v15.0/upload, but I only got a response 401 "com.attask.common.AuthenticationException". I found "uploadedFile" is necessary for the request, I tried but still return 401. could anyone help to provide a python example of how to upload a file? MANY THANKS!!!! Here is the code I used. dest = self.domain_url+'/attask/api/upload'params['uploadedFile'] = filenamefiles = [('uploadedFile', open(filename,'rb'))]response = requests.post(dest, data = params, files = files)
I am getting two tooltips with this msg "Please exit Source-edit mode before saving the changes" When I click on source edit in rich text and try to submit the dialogue without exit the source edit. we need to show only one tooltip. please suggest the solution to show one tooltip
Have followed all the steps as mentioned in the following url,https://developer.adobe.com/analytics-apis/docs/2.0/guides/use-cases/postman/But still when i try to click on create a new token it opens up the pop up but its blank, pls help to setup the same
I am getting following when i try to run any comments, and also my webpage return error.CMD error: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_tableWebpage Error: PDOException: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist in engine in C:\xampp\htdocs\magento\vendor\magento\framework\DB\Statement\Pdo\Mysql.php:90Any solution pls.
When I try to create an app , I do not see the option to select "adobe/commerce-events-ext-tpl" in the templates list. Also I am not able to see the option for "Adobe commerce events" in the developer console when I try to add an "Event" using the "Event" option there.The tutorial I referred was "https://experienceleague.adobe.com/en/docs/commerce-learn/tutorials/adobe-developer-app-builder/io-events/getting-started-io-events"
I want to investigate the use of HEIC assets in AEM. We would need the capability to upload/create renditions and render them on the page. I have uploaded the HEIC format images(eg: sample.heic) in AEM dam. But, I am unable to see the image. could you please help me to upload/create renditions and render them on the page in aem.
I have no idea how to authenticate the login form. For example, I created an action name brief-save in which I took the user's information as an object, but now I have no idea how to fetch that data from that action on this login page and authenticate it. Or there is another way of doing it
Does this extension supports Hyva theme?
We have a Rollout configuration "updateContentActionFactory". In side that, there is a property "jcr:.*". I am able to rollout jcr:title, jcr:description, ... for the first time rollout once I create a page. I am unable to rollout the same properties by updating from next rollout onwards. We want to rollout the jcr:title, jcr:description.. etc properties to some pages even there is "updateContentActionFactory" configuration. please suggest me if there is any possibility to do so.
I want to upload/create renditions for spatial video and photo in mov format in AEM dam. Could you please help me that how can I achieve it.
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.