HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Deployment / Configuration issues › Unexpected charter , : Coming in Console › Re: Re: Unexpected charter , : Coming in Console
May 11, 2016 at 19:16
#29875
The warning is printed to console only when PD4ML’s debug output is switched on.
// pd4ml.enableDebugInfo()
You may either switch the debug off or fix the problem code in your HTML/CSS.
The warning comes from CSS parser. usually it is caused by an unexpected comma in a selector.
.classname , { property: value }