I use PirmeFaces 7.0 and want to be able to convert the HTML generated by the PrimeFaces TextEditor component
https://primefaces.github.io/primefaces/7_0/#/components/texteditor
into PDF using a Java library, such as itext or apache-fop
Since the above TextEditor component is based on Quill and uses stylesheets from Quill I would like to ask if somebody has experience generating high-quality PDFs based on its input.
Any experience / examples / feedback will be appreciated
NOTE: In the comments some of you suggest an answer with itext converting from HTML with styles.
This does not help me, because I tried to extract the css file used in the PrimeFaces TextEditor component. And, yes, I extarct it, but... somehow the browser does not recognize it. I do not know why, the file is deliberately made human-unreadable