martijnpieters / lambda-ghostscript

Ghostscript for Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambda-ghostscript

This repository contains a compiled version of Ghostscript which works with Amazon Web Services(AWS) Lambda.

These binaries are based on Ghostscript 9.20.

AWS Lambda is using an old version of Ghostscript which causes many issues. Lambda has the ability to use local libraries which can be packed inside the function archive, this repository can save you some time.

You should include the files inside your project and use a Ghostscript Node js package to use it.

This is an npm package to call Ghostscript functions:

https://github.com/sina-masnadi/node-gs

After copying the compiled Ghostscript files to your project and adding the npm package, you can use the executablePath('path to ghostscript') function to point the package to the compiled Ghostscript files that you added earlier.

About

Ghostscript for Lambda


Languages

Language:HTML 92.0%Language:PostScript 6.9%Language:TeX 0.5%Language:Roff 0.3%Language:Shell 0.2%Language:Emacs Lisp 0.1%Language:CSS 0.0%