pdf.lua
This is a pure Lua library for low-level generation of PDF files.
This is code I wrote, oh gosh, about 10 years ago now, and I have no plans to develop it further. It is probably more valuable as a demonstration that it's really not that difficult to create a PDF file, than as a serious piece of equipment. However, I just tried the test script with Lua 5.1.5, using Firefox 33.0 as the PDF viewer, and it still works.
This work is in the public domain; see the file LICENSES/Unlicense.txt
for more details.
Commit History
@master
git clone https://git.catseye.tc/pdf.lua/
- Adjust SPDX fields to better conform to the REUSE 3.0 spec. Chris Pressey 10 months ago
- Arrange licensing info in repo to follow REUSE 3.0 convention. Chris Pressey 10 months ago
- Initial import of source code and license; expand on README. Chris Pressey 10 years ago
- Initial commit Chris Pressey 10 years ago