Edinburgh-Genome-Foundry / pdf_reports

:closed_book: Python library and CSS theme to generate PDF reports from HTML/Pug
https://edinburgh-genome-foundry.github.io/pdf_reports/
MIT License
225 stars 40 forks source link

Numbers not appearing in MacOS 10.15.4 #11

Open chinnichaitanya opened 4 years ago

chinnichaitanya commented 4 years ago

Hello there! Thank you very much for the wonderful tool.

I'm facing a small issue where numbers present in the HTML are not appearing in the PDF in MacOS 10.15.4.

The same code seems to work fine in Linux (Ubuntu).

Any suggestions to fix this? Also, please let me know if I can provide any more information.

veghp commented 4 years ago

Hi, sorry for the late reply. Did you manage to solve the problem? Unfortunately, this package wasn't tested on MacOS, only on Ubuntu, and there are no plans for this in the future.

Zulko commented 4 years ago

As an additional comment, the engine behind pdf_reports is Weasyprint, which is pretty widely used and should work on MacOS. Not sure at all what the issue could be here, it's difficult to say without the code, maybe a difference in fonts?