A PDF to PNG converter written in Go.
- Go >= 1.25.0
- Make
make buildmake cleanmake runmake testmake installmake depsmake fmt
make vetGitHub Actions automatically build and run all tests on every push and pull request to the main branch.
build— build the binaryclean— clean the projectrun— build and run the exampletest— run all tests (unit + E2E)install— install the binary to GOPATH/bindeps— update dependenciesfmt— format codevet— check code for potential issues