Is it possible to print or export to PDF with Quill?

quill

Solution

Not part as Quill core. You'll have to write a custom module to convert Quill's Delta or raw HTML to PDF.

Problem

Is it possible to print a document or export to pdf with Quill (link). And if so, how?

Original source