Commit Graph

17 Commits

Author SHA1 Message Date
e8752e53ac
Add a Lua PDF generator
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
Publishing my old invoice layouter in a reusable scripting-based form,
rather than an annoyingly fixed binary.

Because Lua compiled for C++ might be hard to find, we provide a wrap.
Curiously, only GitHub releases seem to contain onelua.c,
which is a very handy file.

We could have also subprojected libqr, which is in the public domain,
however the other main dependencies are also LGPL like libqrencode is.
And it is likely to be installed.

The user manual also serves as a test.
2025-01-11 15:25:13 +01:00
a02966d1d1
README.adoc: actually make the extfs name match
All checks were successful
Arch Linux AUR Success
2024-02-04 06:35:37 +01:00
ba5fdf20df
README.adoc: fix and improve Go instructions 2024-02-04 06:04:16 +01:00
0b837b3a0e
Go: add PDF 1.5 cross-reference stream support
This is not particularly complete, but it works (again) for Cairo.
2024-02-04 04:27:10 +01:00
55a17a69b7
README.adoc: update package information 2023-07-01 22:03:18 +02:00
69b939c707
Fix tests, document new limitation 2023-06-28 23:12:42 +02:00
8a00d7064b
Update documentation 2021-12-09 15:28:01 +01:00
d4ff9a6e89
README.adoc: add a PkgGoDev badge 2020-09-11 00:15:58 +02:00
a75f990565
Add an instructive man page 2020-09-05 20:10:47 +02:00
796a9640d3
Make it possible to change the signature reservation 2020-09-04 18:33:12 +02:00
2d08100b58
Avoid downgrading the document's PDF version 2020-09-04 18:30:09 +02:00
1224d9be47
Return errors rather than mangle documents 2020-09-04 16:05:14 +02:00
43ca0e5035
Add a Go port
It should be roughly at feature parity.
2018-10-04 01:03:45 +02:00
803b048f8c
Clarify libcrypto API version in README 2018-08-03 19:58:36 +02:00
e0a77dacf7
Update README 2018-06-24 04:35:45 +02:00
17d253927f
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:35:04 +02:00
d41c4d4a55
Initial commit 2017-11-08 18:02:03 +01:00