lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I'm looking for a PDF module for 2D/3D graphics. I've found
> lpdf and was wondering what else was out there.

The Haru Free PDF library has good support for 2D graphics
(paths, clipping, curves, etc). See

  http://luahpdf.luaforge.net/

for a Lua binding to this library.

--
Kurt Jung