There any way to use the gem 'prawn' with gem 'pdfkit' for to generate PDF starting from HTML.
With Prawn I'll make the document header and footer and the main or body for the pdf come from HTML tags with CKEditor and for this i'm using Pdfkit because Prawn is not, and will never be, is an HTML to PDF generator, have basic support for inline styling but it is limited to a very small subset of functionality and is not suitable for rendering rich HTML documents.
I would like to know if i can mix those gem, or, any idea or advice will be helpful,
Thank you in advance