Join our global community of Adobe Exchange developers.
Recently active
Hello, I want to cancel an Adobe Add-ons order.Is this possible? Live chat agent told me to post my request here and that the team will get back to my query. Hope to get a response...Thank you
I tried runningapp.project.file from csInterface.evalScript which returns null. Even File($.fileName) in jsx file doesn't work doesn't work either with .csInterface.evalScript SetupJsx script path is added to manifest file under scriptPath.Normal functions runs fine with csInterface.evalScript("myfunction()");app.project.file and $.filename doesn't work. I suspect most of file and folder operations thru csinterface doesn't work. What is the workaround for this.?
We are currently planning on developing a Premiere Pro extension that we would like to commercialize through the Adobe Exchange marketplace. As CEP extensions are just put in the "CEP\extensions\" folder our users could just copy paste the extension after purchasing it and share it on the internet. For that reason we would like to retieve a list of extensions the logged-in user purchased to make sure that the user is owning the extension. Obviously this won't stop piracy but it'll make it a lot more difficult. Is there such an api? How are other developers who are selling their extensions through the Adobe Exchange marketplace solving this issue? Thanks a lot in advance,Chris
Hello All,I have a flex extension for AI. I am performing some task there when user move any art item. In flex, there is a ART_SELECTION_CHANGED event listener.Now I have to port it for HTML.. So I am looking for this event or similar to this.Is there any event to listen the ART_SELECTION_CHANGED in Illustrator for HTML as there is in Flex?Or Is there any document or something which tells about which events are supported in HTML?Thanks for any help..
If you use the ExtendScript Debugger plugin for Visual Studio code, we have big news: version 2.0 is coming soon! You’ll be able to try out a prerelease in the coming months by signing up for our Creative Cloud Developer Prerelease. More details are available now in the prerelease forum (NDA required).
I am trying to create extension and I need some function from javascript file that I want to use inside extendscript. That function can not be run inside extendscript, only inside javascript, so how to call JavaScript function inside ExtendScript??
Why and how do i change it back? I might not make it to 100 dollars again. The extensions marketplace is not that bustling to guarantee those kinds of numbers.
This might have more to do with CEP than React Spectrum, but the Picker dropdown does not open in my CEP panel. Strangely it works if I have the debugger open in localhost, but if I close that localhost and just try it in the CC product, the dropdown stops working. I narrowed it down to a div being appended to the body. If that div gets appended, the dropdown works. I highlighted it in this screenshot: Is there any idea why this might not get appended? Here is my Picker code: <Picker label="Choose frequency"> <Item key="rarely">Rarely</Item> <Item key="sometimes">Sometimes</Item> <Item key="always">Always</Item> </Picker>
I have a CEP extension that works on my computer perfectly fine. It is available on Exchange so it passed the review/vetting process. Some of my customers however complain that they need to uninstall it and install again every time before they open Premiere Pro (the extension is a Premiere Pro panel). Otherwise they cannot open the extension panel i.e. they see it in the Window -> Extensions menu but clicking on it does nothing. Or sometimes the panel opens but it's completely blank. I cannot reproduce any of that on my computer so is there a reason why it might happen and how to go about debugging it (on a customer's computer)? It happens on macOS and Premiere Pro 14.8 for sure.
Hey there, we got a client report that our latest version 1.2.0 of the com.unscreen plugin is not working on Windows in latest versions of either After Effects and Premiere Pro. I tried and and got this in the CEP logs:ERROR Signature verification failed for extension com.unscreen The plugin works perfectly on mac OS, though. I verified the signature of the ZXP:C:\Users\brewm>C:\Users\brewm\Downloads\ZXPSignCmd.exe -verify C:\Users\brewm\Downloads\com.unscreen-1631701698.zxp -certinfo*********** Certificate Information ***********CN: unscreen.comOU:DN: /C=AT/ST=Vienna/O=Kaleido AI GmbH/CN=unscreen.comOS Trusted: falseRevoked: falseTimestamp: UnverifiableSigning Certificate: Valid (from 2021-09-14 until 2032-12-01)***********************************************Signature verified successfully Any clue what could be the issue and what we can do?
Hello, I don't know where to post it, so here it goes. I need to develop plugin for Photoshop. Started from simple template, and it's not loading. Here's error: Load command failed in App with ID PS and Version 22.4.3 It doesn't tell me anything really, but I assume it's problem with manifest.json? I have no idea where error can be. I checked manifest.json, and here's version I set: "minVersion": "20.0.0" (suggested default value). I have read/write enabled in plugin directory.
Not Enough Memory/Out of MemoryI have used this many times doing the same thing never a issue until 3 or 4 days ago when this error started.Working in Adobe Acrobat Pro DC, Print Production, in Preflight analyze and analyze fix - Receive popup “Not Enough Memory” Adobe Acrobat Pro DC, Version 2021.007.20095Device: Intel Core i3-8100, RAM 16.0 GB, 64-bit operating system, CPU 3.60GHzWindows10, Version 20H2, Build 19042.1237
Hello,We have a CEP HTML plugin that uses window.cep.process.createProcess. It was working fine until users updated their InDesign to latest version 16.4. Users on Windows now report our plugin crashes. macOS users on 16.4 do not have this issue. Has there been any changes that can explain this please? The process calls /Windows/System32/reg.exe`
I am using jsx script to open the .indd file using jsx app.open() method. Upon running the script am getting "open" exception. From My indd file info, i can see that the indd file is created using 16.1 version <xmp:CreatorTool>Adobe InDesign 16.1 (Macintosh)</xmp:CreatorTool> I am using adobe InDesign 2021 Ver 16.3 x64 and InDesign server 2020 ver 15.0.2.323 Please help
Hi! I have an extension for Adobe Illustrator published in Adobe Exchange but when I want to publish a new version from https://partners.adobe.com/exchangeprogram/creativecloud (Dashboard > "ExtensionName" > Create New Patch) I get the following error, of which I have not been able to find more information anywhere:"Ensure creative suite compatibilities match those supported in counterpart(parent) product" Until a few months ago I never had any problems with releasing new patches.The extension is built following this structure:https://github.com/Adobe-CEP/Getting-Started-guidesAnd then I generate the .ZXP using ZXPSignCMD v4.1.103-win64 I would appreciate any help
I am listing my extension on Adobe Exchange and got this error. Can anyone help me to solve this??
Would anyone know if there is a way to display specific photo metadata, i.e., names/dates, on the photo while streaming? I am from a very large family and some of my family members have been scanning thousands of photos from the past 80-90 years. Names, dates, and places are being added to the information section of each photo. These photos are being placed in a cloud platform for the family to view and stream. We realize the metadata can be viewed on each picture individually, but as the mode of display for everyone will primarily be streaming, it seems like there should be a way for the names, dates, etc. to display on photos while streaming. Likewise, we would like to be able to turn off this feature if printing photo/s. We have been assured by Adobe technicians that this feature does not currently exist in any Adobe products. We have been researching for other tools or products that might enable this feature. We do not want to mark-up photo
Javascript alert can someone help me, when i use the extension in photoshop i see a table like this
Hi,Working on an ID CC18 extension which is quite small. I want user to possibly resize panel horizontally but not vertically. So I just edited the manifest that way : <Geometry> <Size> <Height>150</Height> <Width>500</Width> </Size> <MinSize> <Height>150</Height> <Width>500</Width> </MinSize> &nbs
DescriptionExtendScript does not handle the continue statement according to the ECMAScript 3rd Edition standard when located within a case clause of a switch statement. The problem is slightly different when a continue statement is placed within a switch statement's default clause. The specific issues are as follows:Within a [switch-case] statement: The continue statement is ignored.Within a [switch-default] statement: The continue statement breaks out of the default clause of the switch statement and continues processing after the switch statement, rather than with the next iteration of the enclosing loop.This can cause fairly straightforward logic to explode in surprising ways. It can also make it difficult to use modern technologies with ExtendScript (e.g. transpilers).DetailsThis is a simple test-case:var test = function(){ for (var i = 0; i < 3; ++i) { $.writeln("Pre Switch"); &
As the title indicates extensions in AI does not display my panel. I used this panel on another system and it worked fine. In the below image you can see it says "Libraries" which is the default but nothing else. I tried the panel in two locations. The system Library and user library:Library/Application Support/Adobe/CEP/extensions/ panel info here....I ran the debug command also. (Important note: when debug isn't set the panel still appears but is grayed out). In this case there's no panel at all. I restarted. Any idea what's going on?
I have an axios.post function that is responsible for uploading files to a server via my CEP extension Panel in Photoshop. If the file being uploaded is more than 90MB, my adobe CEP extension panel automatically reloads after some time (instead it should be waiting for the file to upload). Niether the success or error functions of the axios post function is reached and the request does not get sent to the server. For file uploads less than 90MB, the CEP panel behaves as expected by showing a loading symbol until the server sends back a 200 response. Does anyone know how to prevent/fix this behaviour?
Hi Folks, I am trying to add Google reCAPTCHA v2 to my CEP Photoshop plugin. The issue I am facing is since the plugin is served from a file and there is no domain associated with it. For registering any application for recaptcha, it allows only three types as of now - website, android and IOS. Has anybody had success implementing google recaptcha in their plugin? How did you register to get the site key?
Good afternoon, when I convert from excel to pdf and an excel cell has the information partially hidden, it can't be displayed in the pdf document?
Buenas tardes, cuando convierto de excel a pdf y una celda de excel tiene la información parcialmente oculta, esta no se puiede visualizar en el documento pdf?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
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.