https://bugs.documentfoundation.org/show_bug.cgi?id=165530
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #6 from Buovjaga <[email protected]> --- Checking the PDFs on Linux with a trick I found I get this: $ strings AAPL_single_page_macos.pdf | grep FontName <</Type/FontDescriptor/FontName/BAAAAA+ArialNarrow-Bold <</Type/FontDescriptor/FontName/CAAAAA+ArialNarrow <</Type/FontDescriptor/FontName/DAAAAA+ArialNarrow-Italic $ strings AAPL_single_page_amazon_linux.pdf | grep FontName <</Type/FontDescriptor/FontName/BAAAAA+DejaVuSans-Bold <</Type/FontDescriptor/FontName/DAAAAA+DejaVuSans-Oblique <</Type/FontDescriptor/FontName/CAAAAA+DejaVuSans So it looks like you do not have Arial installed on Amazon Linux and the font is thus substituted to Deja Vu Sans. Install Arial there and hopefully you can enjoy a good result. -- You are receiving this mail because: You are the assignee for the bug.
