9.10.0: Document (PDF) generation fails...

3
Error: “Caused by: org.xml.sax.SAXParseException: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.” Is anyone aware of what causes this issue and potentially how to change it?   Thanks and  best regards, Boris
asked
2 answers
1

If anyone is following this: in the Slack community it was mentioned that this is a known bug, to be fixed in 9.13 (ETA end of April).

answered
1

If you’re using content that can be edited in your app by a widget like Rich Text Editor or CKEditor, this error may be caused by users pasting formatted text from Word or something like that. We’ve seen something similar and encourage users to use ctrl+shift+v (paste as plain text) and also detect on change if generating a pdf is possible and if not, reset the edited content.

answered