diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-01-08 10:54:40 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-01-11 15:25:13 +0100 |
commit | e8752e53ace8ffb125e7545d6968a007fe6a8932 (patch) | |
tree | 773575f687452ff99b3c4c052bbb0b0fd8e95050 /LICENSE | |
parent | 147b8805247ca23fb96e51694f78439ab24f93a2 (diff) | |
download | pdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.tar.gz pdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.tar.xz pdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.zip |
Add a Lua PDF generator
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.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2017 - 2024, Přemysl Eric Janouch <p@janouch.name> +Copyright (c) 2017 - 2025, Přemysl Eric Janouch <p@janouch.name> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. |