When i try to convert the following HTML into PDF. Questionmarks are added.
We are running PrinceXML 8.
Thanks in advance
We are running PrinceXML 8.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="author" content="test"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
<style type="text/css">
@font-face {
font-family: "dincond-bold";
font-style: normal;
font-weight: bold;
src: url(http://www.test.com/content/fonts/dincond-bold-webfont.ttf);
}
@font-face {
font-family: "trebuchet";
font-style: normal;
font-weight: normal;
src: url(http://www.test.com/content/fonts/trebuchet.ttf);
}
@page {
size : A4;
margin : 34mm 5mm 34mm 0;
prince-jpeg-quality : 100;
image-resolution : 72dpi;
background-image-resolution : 72dpi;
background-repeat : no-repeat;
font-family : "trebuchet";
@top {
content: flow(header);
background-repeat : repeat-x;
}
@bottom {
content: flow(footer);
}
}
</style>
</head>
<body>
<p>van die brug."</strong></span></p>
</body>
</html>
Thanks in advance