ghostscript4js icon indicating copy to clipboard operation
ghostscript4js copied to clipboard

Ghostscript4JS binds the Ghostscript C API to the Node.JS world.

Results 13 ghostscript4js issues
Sort by recently updated
recently updated
newest added

Install on MacOS 10.14.6 fails. I have tried reinstalling ghostscript, installed node-gyp, Mac OSX developertools, but I can't get it to work. Any suggestions would be welcome.... `npm install ghostscript4js`...

This library seems to support files on disk. Is there any plan to support buffer as input and output files?

enhancement

Several members of my team (myself included) have been having issues with ghostscript4js on Apple Silicon Macs. Even when installed and configured (symlinked) correctly, we get the message: `dyld[7981]: missing...

Is it possible to use `ghostscript4js` and `ghostscript` in a serverless environment as AWS Lambda (and Layers)? I tried to install both `ghostscript4js` and `ghostscript` from a Dockerfile to be...

The `Dockerfile` includes the following comment: `# Official Node.js 8.x lts image based on Debian stretch (has ghostscript 9.20 in its archive)` Is it not in the archive of later...

Hi there! I'm trying to execute gs with the following properties `-r500 -dNOPAUSE -sDEVICE=png16m -dBATCH -o ` and I constantly getting a low resolution images. After a couple of hours,...

@NickNaso Is there a way to include ghotscript lib with this package ? Goal: use serverless functions easily with this lib 9hard to install apt-get packages on serverless node environnements)

enhancement

I have installed the 32-bit version of GH 9.20 and registered `C:\Program Files (x86)\gs\gs9.20\bin` as `GS4JS_HOME` but the npm package fails to install, seemingly requiring the 64-bit files? ``` C:\dev\pss2-backend>npm...

@NickNaso Hey brother, This library can be really usefull for firebase and aws lambada users. I am using firebase and the available options for gs is not updated for a...

Hi, I'm getting this error when I try to deploy to firebase nodejs - any input on what I'm missing is much appreciated: ``` Deployment error. Build failed: { "error":...