ecrin-github / rms-portal-new

RMS Portal with Python backend
MIT License
0 stars 0 forks source link

Study/DO: Add support for more scripts in PDF generation #84

Open cudillal opened 3 months ago

cudillal commented 3 months ago

When generating a PDF for a DO or a study with non-latin script, it renders garbage instead of the correct text because the fonts available for the PDF generation only support latin script. Note: to fix this, a library will most likely need to be added, either to replace the current limited PDF generation library, or a library to detect scripts in text and to map the scripts to correct fonts.