The Froala Editor is designed to output the edited content as HTML5. We do not have a built-in way of generating a PDF, however, it is possible to do that by using an HTML to PDF library.
Depending on the programming language that you're using on the server-side, there are multiple libraries available:
- Node JS: https://www.npmjs.com/package/html-pdf
- PHP: https://github.com/spipu/html2pdf
- Ruby: https://github.com/pdfkit/pdfkit
- Python: https://pypi.org/project/pdfkit/