Hello,
I'm running the latest version of Prince:
When I try to make a PDF of a simple HTML file (both input test.html and output test.pdf attached herein):
which renders correctly in the browser. When I convert this to PDF using Prince:
the generated output is incorrect. This is shown in the screenshot below, with the correct HTML on the left and the incorrect PDF output on the right:
Do I need to do something else to get this to work correctly? Or is this a bug / regression in Prince itself?
Thank you.
I'm running the latest version of Prince:
❯ prince --version
Prince 13.5
Copyright 2002-2020 YesLogic Pty. Ltd.
Non-commercial License
When I try to make a PDF of a simple HTML file (both input test.html and output test.pdf attached herein):
<h1 id="राग-मियॉं-की-तोड़ी-9">राग मियॉं की तोड़ी (9)</h1>
<p><strong>(तीन ताल - विलंबित लय)</strong></p>
<h2 id="स्थायी">स्थायी</h2>
which renders correctly in the browser. When I convert this to PDF using Prince:
❯ prince test.html -o test.pdf
the generated output is incorrect. This is shown in the screenshot below, with the correct HTML on the left and the incorrect PDF output on the right:
Do I need to do something else to get this to work correctly? Or is this a bug / regression in Prince itself?
Thank you.