prawnpdf / prawn

Fast, Nimble PDF Writer for Ruby
https://prawnpdf.org
Other
4.68k stars 688 forks source link

Text printing wrong gliphs #1144

Closed NicosKaralis closed 4 years ago

NicosKaralis commented 4 years ago

I've generated a PDF with prawn, as I did several times in different projects. On the computer, it appears fine. But when I print it, I get illegible text, like in the picture bellow

IMG_3881

As you can see, the image is readable, but every text is broken

Every computer opens it fine. Other projects were built using the same font (and same base code) and they print it fine.

What could possible be the issue here?

pointlessone commented 4 years ago

Any chance you use ttfunk 1.6.*?

NicosKaralis commented 4 years ago

Yes, ttfunk (1.6.1)

pointlessone commented 4 years ago

Please try downgrading to 1.5.* and let me know if you see the issue on printer.

NicosKaralis commented 4 years ago

Solved, downgrading ttfunk worked fine

pointlessone commented 4 years ago

Thank you for your feedback. Sorry for the inconvenience.

arnaudlevy commented 3 years ago

Hi, fixes indeed when printed with Acrobat, but Aperçu on a Mac is still messed up. Any clue?