Copy link to clipboard
Copied
Hi all,
after the latest PSD updated of Sept 10, 2024, some CEP primitives throw an error.
I've developed a custom plugin, when in a function i've got this code fragment:
var file = window.cep.fs.readFile(decodeURI(fl.filename), cep.encoding.Base64);
var byteCharacters = atob(file.data);
CEP is deprecated. Are you going to move to UXP?
And you can do base64 encode/decode at the system level. That might be more reliable.
Copy link to clipboard
Copied
Do you have any updates to this topic?
Copy link to clipboard
Copied
CEP is deprecated. Are you going to move to UXP?
And you can do base64 encode/decode at the system level. That might be more reliable.
Copy link to clipboard
Copied
We budgeted a refactoring job for next year, but we still wanted to try to keep the current plugin version working. Mostly, I couldn't find anything about this in the PSD changelogs between 25.11 and 25.12.
I will try to change the encoding in the meantime, until we release the UXP version internally.
Thank you!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now