- adding Ghostscript details or binary
- create codebase for go-gs
- create workerpool and thread
- write tests
- implement thread to control multiple pdf process simultaneously
- Download ghostscript binaries or executable from the site https://ghostscript.com/releases/gsdnld.html
- Update path variable to use Ghostscript (or specify binary/exe path in env variable) -- decide
- install cgo for executing gs
go build .
go-gs -config="./tmp/config.json" -worker=4 -thread=4 -path=<folder containing pdfs>