Skip to content

rpprabha1/go-gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-GS

Golang wrapper on ghost-script

Process large number of pdfs with all gs properties

Extract images from all kind of pdfs

Todo List

  • adding Ghostscript details or binary
  • create codebase for go-gs
  • create workerpool and thread
  • write tests
  • implement thread to control multiple pdf process simultaneously

Ghostscript

  • 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

Build go app

go build .

Run go binary/executable

go-gs -config="./tmp/config.json" -worker=4 -thread=4 -path=<folder containing pdfs>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages