https://github.com/catseye/pdf.lua
MIRROR of https://codeberg.org/catseye/pdf.lua : An "as-is" pure Lua library for low-level generation of PDF files
https://github.com/catseye/pdf.lua
lua pdf
Last synced: 10 months ago
JSON representation
MIRROR of https://codeberg.org/catseye/pdf.lua : An "as-is" pure Lua library for low-level generation of PDF files
- Host: GitHub
- URL: https://github.com/catseye/pdf.lua
- Owner: catseye
- License: unlicense
- Created: 2014-10-27T20:22:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T14:53:55.000Z (over 1 year ago)
- Last Synced: 2025-03-26T13:11:51.243Z (10 months ago)
- Topics: lua, pdf
- Language: Lua
- Homepage:
- Size: 133 KB
- Stars: 31
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 UNLICENSE for details.