Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 352 Bytes

voucher-generator

Simple pdf voucher generator written in golang.

$ go get
$ go run main.go base.pdf "text1" "textt" "text3"

TODO

  • Add flags
    • Inputfile
    • Page count
    • Font file
  • Tests