andrewtimberlake/elixir-pdf

HTML to PDF?

Opened this issue · 1 comments

Hi!, my company is migrating to Elixir/Phoenix and I wonder if there's a way to generate PDFs out of HTML. Some of our apps let users to write some reports using CKEditor that generates HTML.

Currently we use WeasyPrint, an excellent Python library. But we would like to have an all Elixir stack.

Hi @leonardorame welcome to Elixir :-)
HTML to PDF is beyond the scope of this library
I’m not sure if there is a pure Elixir library that handles that.