Hi PD4ML,
Below is a sample HTML which we are trying to convert to PDF.
Code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="UTF-8">
</head>
<body>
<p>simplified chinese</p>
<p>人人生而自由,在尊严和权利上一律平等</p>
</body>
</html>
The issue is that the chinese characters do not display after second/third conversion onwards. Same behaviour is observed with Japanese and Korean fonts. It always works for the first time though.
So, after 1st conversion pdf contains :simplified chinese
人人生而自由,在尊严和权利上一律平等
After 2nd conversion pdf contains :simplified chinese
The pd4ml jar version being used is 4.0.4 and debugInfo is enabled (But the logs are not being printed in the server logs and debug level logs have been enabled). The properties was generated and the corresponding jar with ttf files is being used during conversion.
Any comments on this behavior ?