danfickle / danfickle/openhtmltopdf
SAX XMLReader error: The entity "ouml" was referenced, but not declared.
Open
investigate
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
I have lots of German umlauts in my html file like this:
`
Zwölf Boxkämpfer
`Trying to convert that file to PDF like mentioned here: https://github.com/danfickle/openhtmltopdf/wiki/Integration-Guide#minimal-usage leads to an error: `The entity "ouml" was referenced, but not declared.`
Using the doctype clause mentioned here: https://github.com/danfickle/openhtmltopdf/wiki/Integration-Guide#character-entities gives me this error: `DOCTYPE clause cannot have a non-null PUBLIC ID and a null SYSTEM ID`
Any ideas?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.