webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
621 stars 224 forks source link

Special characters within <strong> tags #211

Open AranDG opened 4 years ago

AranDG commented 4 years ago

Forgive me if I have missed this in the documentation anywhere, however I've recently found an issue whereby data within <strong> html tags were showing as random characters;

Html: <p> ... is within it's <strong>8th</strong> year ... </p>

Rendered Browser Page: image

Rotativa Rendered Output: image

If the <strong> tags are removed from the html, the pdf render is fine.

Versions as follows Rotativa v1.7.3 .NET 4.6.1 MVC 5.2.3 Windows Server 2016 IIS 10