marcdacz / compare-pdf

Standalone node module that compares pdfs
MIT License
62 stars 21 forks source link

Fixed font issue on Mac #7

Closed ghost closed 3 years ago

ghost commented 3 years ago

added disableFontFace false to fix issue on mac where fonts weren't being parsed properly and text wasn't showing up in associated PNGs

marcdacz commented 3 years ago

Thanks for the fix. Was wondering if its worthwhile to make it configurable as it may break in other OS.

marcdacz commented 3 years ago

this seems to be breaking fonts on Windows. I'll see how I can make this configurable

robross0606 commented 2 years ago

Does disableFontFace solve the issue of PDF being rendered differently on different OS?