『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I’d like to duplicate an entire file easily to be able to reuse and create multiple campaign from them. I can only find a way to duplicate pages within a file. Is there any easy way to build other creative and new files from a single body of work (many pages().
The translation tool has been amazing but recently I am getting more and more restritive word alerts and I have no idea what words are restricted or why? The other day I was doing a tutorial on how to install a curtains and it wouldn't translate. I'm OK to find another word but I need more information? Why certain words and what are they and why is it so deeply restrictive. I have normal every day conversations in my videos and yet more and more they can't be translated. It's all or nothting and that's not helpful. Even if I can get a sense of where the violation is I can edit around it. It's becoming more and more unsusable.
We are currently working on integrating Adobe Express into one of our applications using the Adobe Express Embed SDK. As part of our evaluation process, we tested the SDK in a localhost environment prior to full-scale integration.Our primary business requirement is to enable editing of PowerPoint (PPT) files within the application. However, during testing, we observed that PPT files are not supported by the SDK. This behavior also aligns with the current documentation:https://developer.adobe.com/express/embed-sdk/docs/v4/shared/src/types/asset-types/enumerations/asset-typeRequest:Could you please confirm if there is any way to enable support for PPT file editing within the Adobe Express Embed SDK? If this is not currently supported, we would appreciate any guidance on possible workarounds or alternative approaches to achieve this functionality.
Hi, I currently use Adobe Express to animate a character for my video content and I'm wondering if there is an API I can use to automate this. Is there a way to send audio or a script to an API and get an animated character video back as output without using the editor? Thanks
Product & version: Adobe Express Developer Console (Web)Platform: Chrome (Latest version) - Also tested in Incognito and alternative browsers.Steps to reproduce: Navigate to the Add-on Submission portal and go to the "Listing details" > "Publisher profile" section. Fill out all required text fields (Publisher Name, Website, Description). Try to upload a valid 250x250px image (tested both PNG and JPEG formats, under 1MB, with a simple filename like logo.png) into the "Publisher logo" drag-and-drop box. Observe that the file fails to upload. Open the browser's Developer Tools > Network tab and observe the failed API request returning the following JSON error: {"errorMessage": "Invalid code: DEFAULT", "errorReason": "bad_request_parameter"}. Expected result: The 250x250px image should upload successfully, attach to the Publisher profile, and allow the submission process to continue.Actual result: The upload is rejected by the backend server with a "bad_request_parameter"
My PSD file size is 1.2 GB thats why I can not convert my PSD into Adobe Express File.
The layer strip above the scene now only shows a singly tiny square of the image instead of the full duration of its appearance, and where the fade animation effect takes place. This makes it impossible to control my animation, as there's no indication which later has the animation effect and where it occurs within the scene. I updated my iOS version in the hopes it would resolve the problem, but it only got worse: on my iPad the layer strip doesn’t appear at all! This makes the app completely unusable on my iOS. On my Mac.Could you please restore the appearance of layers to the full duration of scene? |iPad: Mac:
The primary system für planning and writing is the Purple DS Hub. Express serve for the creation of tasks/posts.
We're looking for a solution for Adobe Express that allows us to freely design and place captions without having to use Express templates. There aren't any good solutions among the add-ons either. Can something like this be custom-programmed?
For the integration of Adobe Express we use the sdk/v4/CCEverywhere.js and have a couple of issues;Margin and bleed artboard not shown or changable (always 3.18 mm)We want to set a couple of things for the optimal PDF export, like the margin and bleed;For the appConfig we give these settigns, but no margin and bleed is shown:allowedFileTypes: ['application/pdf'],allowedSubFileTypes: ['pdfPrint'],showPageMargin: true,showBleedArea: true,The docConfig provide:canvasSize: { width: 85, height: 55, unit: "mm", }, Export PDF SettingsIn the export PDF (publish settings) we want a PDF in CMYK and Forga 27 (or Forga 39), including the bleed (download-pdf-bleed-toggle).None of these settings are set or changable.Main issue overflow:Always show margin and bleed Change the bleed settings PDF export for print (CMYK + Bleed + ICC) Hopefully you can help us out. :-DThanks in advance...
We have developed an Adobe Express custom add-on, but we are currently packaging and deploying it manually. It’s also deployed under a single user account, we want to move to an organization-level setup so any developer can maintain it. Could you please advise how to deploy the custom add-on via a CI/CD pipeline and how to set it up at the organization level? Also, please share the steps or any documentation to achieve this.
Hi All,I am using the Adobe Express Embed SDK (Full Editor) in our web app. I have a custom DAM system where users store their design assets.I want users to be able to search and use assets from my DAM directly inside the Adobe Express editor.Here’s what we want to achieve:User opens the embedded Adobe Express editor in our site.Inside the editor, they can search or browse assets from our DAM.Selected assets appear in the Express editor for editing. Is it possible to add or integrate a custom asset search UI within the embedded editor?Thanks,Niraj Jha
hi everyone,so today i tried the add-on mcp server and ig it's quite cool, it is 100x the speed of developing the add-ons. first i hae to d basic tasks like create a express compitable picker component or create the ui with the exact guideline.but now these things can be done in one shot with the help of dobe-expres-add-on mcp server.loved it so much and exited what i can brings to express users using the mcp server.
Curious about how MCP servers can speed up your development process?Join Adobe and Geoffrey Nwachukwu (a Community Expert and Developer Champion) for this interactive workshop.After a general introduction to the concept of MCP Servers, Geoffrey presents his first MCP server for Adobe Express. Learn about his assistant and how to make your own MCP server from our newest Developer Champion.Adobe just launched the Adobe Express Add-on Dev MCP Server as a public beta. Learn about the concept, use cases and how you can benefit with faster development cycles. We will also talk about rules and additional tips to make MCPs work more effectively.There will be enough time for you to ask questions or share your feedback.
In Developer Days, it was mentioned that we'd soon have in Express Embed SDK the much-requested ability to use company templates with the createWithTemplate as well as the standard Adobe-provided template.This would be a game changer. Is there any news on timing of this? Last mentioned here 5-6 months ago.Thanks,Ru
My goalprescribe the settings available in the button dropdown (see image below) in my codewhen the user clicks the Print button - no popup shows, no options available - perform the callback function and return to the web app I am not finding the settings for the file format options which are different depending on the file format. Additionally, if I set image/png, the file format dropdown still starts at JPG. I do not want to give the user these options; I want this to be controlled in the code. Current exportConfig:const exportConfig = [ { id: "save-modified-asset", label: "Print ", action: { target: "publish", publishFileType: "image/png", outputType: "base64", }, style: { uiType: "button" }, }, ];
I would like to embed Express SDK into my app, but would like to keep the Editor Panel as simple as possible for my clients. Is there anyway to customize the modules in the editor so that I can hide certain modules and choose which other modules are available? Thanks!
Hi, I m building a web app that will use Adobe Express SDK. We want our users to be able to edit our templates and only our templates, not other ones provided by Adobe. Is this possible? It s not clear in the forums or at least I havent found anything on the subject.Also, is there an SDK documentation in Spanish?Many thanks
Gooday!, Adobe team & community,I've been successfully integrating the Adobe Express SDK into my project to launch the image editor with base64 image input using the createWithAsset method. Until recently, this worked flawlessly — but now, the image no longer loads in the editor, even though the SDK initializes properly.(thought might be a cors issue but then it worked earlier and i have my cors settings adjusted)Here’s a summary of what I’m doing: backend is served via Nginx at http://localhost:8000location / {if ($request_method = 'OPTIONS') {add_header 'Access-Control-Allow-Origin' '*' always;add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS' always;add_header 'Access-Control-Allow-Headers' 'Content-Type, Authorization, application-token' always;add_header 'Access-Control-Allow-Credentials' 'true';return 204;}i am using a self-signed HTTPS cert locally — the SDK loads and initializes but theres alot of errors poping in inspect while load
In the Adobe Express video quick actions SDK, features such as cropping and resizing videos are available. The download button is being displayed, but it is disabled. "By continuing, you allow your file to be shared with ExpressEmbedDemoApplication" This text is displayed below the button. 1. Quick Action SDK( 3p version) 2. Chrome
Hi, I am exploring Adobe Express and integrated it into AEM, after generating an image/video I am trying to save the image back to AEM Assets(we have this option in ADOBE EXPRESS web app) using share option, but I couldn't find a way to do it, can you please help me with the process of it?
I'm encountering an issue where a hyperlink fetched dynamically from GraphQL cannot be shortened using aem. The link, retrieved at runtime, includes a "description field" with the content path /content/test/wknd. However, the shortening process doesn’t seem to recognize it correctly. Has anyone faced this issue before, or is there a workaround to shorten dynamically generated links from GraphQL within CF while preserving the description field content?
Hi, I submitted an update for my add-on FaceFactory and it's been "In review" since April 23rd. I'm wondering if everything is ok. When I sent it it said that it'd take 5-10 days to review. Chat support recommended me to write my question here.
HelloI'm trying to figure out how to use image/icon assets from a folder of my addon and how should be the folder structure. Maybe this is a stupid question but I've tried many ways without luck
Hello,I submitted my Adobe Express integration for approval on the 5th, I understand that hasn't been a long time, the reason I ask is that it looks like someone logged in to my app from Adobe on Tuesday using the credentials I supplied and tested it out, I can see edits to images and videos etc but I've not heard anything since that.Is that normal?
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。