Hi
I am referring to https://github.com/tavikukko/lua-resty-hpdf in process to generate a pdf file using LUA (lua-resty-pdf). When I check further into its file hpdf.lua, it contains this local libharu = ffi.load("/usr/local/openresty/nginx/lua/libhpdf.dylib") which is only valid for MAC.
1. Any alternative lua-resty-pdf to generate pdf file?
2. If we insist to use lua-resty-hpdf, where can I get the whole stack?