Hi,
I'm having a problem with my PDF file after converting from HTML (containing CSS). The code was simple as below:
<head>
<title></title>
<style type="text/css">
strong {
font-weight: 500;
}
</style>
</head>
<body>
hello <strong><span>world</span></strong>
</body>
When opening the HTML file, i can see that the "world" text is bold, but after converting from that HTML file to PDF, the "world" text became normal. Is this a problem in parsing mechanism. Please consider fixing this.
Thanks
I'm having a problem with my PDF file after converting from HTML (containing CSS). The code was simple as below:
<head>
<title></title>
<style type="text/css">
strong {
font-weight: 500;
}
</style>
</head>
<body>
hello <strong><span>world</span></strong>
</body>
When opening the HTML file, i can see that the "world" text is bold, but after converting from that HTML file to PDF, the "world" text became normal. Is this a problem in parsing mechanism. Please consider fixing this.
Thanks