Convert PDF pages to images using node js
Prerequisites
node >= 14.x
graphicsmagick
ghostscript
For linux users, you can run the following commands on your terminal.
$ sudo apt-get update
$ sudo apt-get install ghostscript
$ sudo apt-get install graphicsmagick
Once everything is instal...
ramustar.hashnode.dev3 min read