-
I have tried to extract the text contents from the PDF using 'pdf-parse-new in Adobe UXP Plugin and I'm getting an error message below
Code :
```
try {
const fs = require("fs…
-
I now have a working Adobe UXP add-in for Adobe InDesign >= 18.5, which y'all are welcome to copy.
The UXP code https://github.com/Oqaasileriffik/proofing-adobe-uxp is minuscule, and it loads the s…
-
Updating to latest Node seems to break the tool.
The notes say Electron is not supported on Apple Silicon (was released Nov 2020): https://github.com/adobe-uxp/devtools-cli/blob/7b9fd6456148aecc63…
-
### Describe the bug
I have several sets of actions designed as tabs. Inside one of tabs there is a set of elements with `onclick` actions that call an inner async Photopshop API function. The set …
-
Hi,
I'm unable to get this tool to work when loading a plug in.
It seems to work fine when starting the service
```
> uxp service start
UXP Developer Service now running at port 14001
```
…
-
Hi!
I'm trying to add a connection to the Mercure hub from the Adobe UXP plugin, it seems to connect, but cannot receive any message from the hub. (Topic is same)
```
2023-02-09T09:51:45.218+0200…
-
Not sure if there's same issue with other plugins, but can't build `ui-playground`
I get
```
g:\___DEV___\Adobe\uxp-photoshop-plugin-samples-main\ui-playground
λ npm run build
> com.adobe.dem…
-
The following is the installation log:
PS D:\UXP\xxxxx> npm install @adobe/uxp-devtools-cli
npm ERR! code 1
npm ERR! path D:\UXP\xxxxx\node_modules\@adobe\uxp-devtools-cli
npm ERR! command C:\WI…
-
Just wanted to bring this to attention, as the @swc-react looks promising and would be nice to use in a bolt-uxp react project, but using any of the @swc-react packages results in an error:
`Uncaught…
-
Hi there,
just wondering if there's a library for InDesign types like photoshop?
I see in the documentation for UXP InDesign that there is a library `indesign` looking at the sample images but …