Erweiterung von Kurt Jungs gopdf, das leider nicht weiterentwickelt wird
https://github.com/jung-kurt/gofpdf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
299 B
11 lines
299 B
module git.archium.org/archium_public/gopdf
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
|
github.com/phpdave11/gofpdi v1.0.13
|
|
github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
)
|
|
|