I am generating a pdf from html.
For checkboxes, Prince is drawing a question mark instead of a check mark in the checkbox for the following code:
<input type="checkbox" checked />
The logs say:
warning: no glyphs for character U+2713, fallback to '?'
I've even installed msttcorefonts and the didn't work.
Any clues?
html header contains the following:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head >
For checkboxes, Prince is drawing a question mark instead of a check mark in the checkbox for the following code:
<input type="checkbox" checked />
The logs say:
warning: no glyphs for character U+2713, fallback to '?'
I've even installed msttcorefonts and the didn't work.
Any clues?
html header contains the following:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head >