PDF Rendering sometimes doesn't properly render capital letters
jsnee opened this issue · 2 comments
jsnee commented
jsnee commented
This seems to be related to the default revision of Chromium that puppeteer chose to run with in my case. As of version 0.2.0, you can now either point to a locally installed version of Chrome or download a newer revision of Chromium (for win64, I can confirm that revision 634699 works) to properly render PDFs
jsnee commented
Remove prepackaged Win64 Chromium instance and downloader prompt now recommends Chromium revision 630727, which does not have the font rendering issue.