Lua module that lets you programmatically create PDF files
LuaHPDF is a Lua module that lets you programmatically create PDF files using Lua. It does this by binding to the Haru Free PDF Library, an open-source library that manages the details of PDF generation. With this module, you can write Lua programs that will produce PDF files that include lines, text and graphics, PNG and JPEG images, compression, encryption, Type1 and TrueType fonts, various character sets, outlines, links.
LuaHPDF is a Lua module that lets you programmatically create PDF files using Lua. It does this by binding to the Haru Free PDF Library, an open-source library that manages the details of PDF generation. With this module, you can write Lua programs that will produce PDF files that include lines, text and graphics, PNG and JPEG images, compression, encryption, Type1 and TrueType fonts, various character sets, outlines, links.
To install lua-luahpdf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua-luahpdf
To see what files were installed by lua-luahpdf, run:
port contents lua-luahpdf
To later upgrade lua-luahpdf, run:
sudo port selfupdate && sudo port upgrade lua-luahpdf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.