
General ⇒ Difference in how PDF renders in different readers
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am
Re: Difference in how PDF renders in different readers

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Difference in how PDF renders in different readers
At least I can notice that the lines are shown at every magnification I tested.
Stefan
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am
Re: Difference in how PDF renders in different readers

-Trip
Re: Difference in how PDF renders in different readers
I've recently noticed some font rendering issues in acro as well (and I use quite old version). On lower magnification some letters get a little bit squashed but this is not very consistent - the same letter in a different place can look OK. And it doesn't happen for all the fonts. My wild guess would be that this has something do to with rendering optimized for screen. I don't see the same effects in e.g. Sumatra-PDF but the same font doesn't look as crisp. My only advise would be to try some other font (if this is an option) and see if that helps.
Cheers,
Tomek
- black-wolf
- Posts: 7
- Joined: Wed Jul 02, 2008 10:58 pm
Difference in how PDF renders in different readers
In Acrobat Reader everything looks good. Anyone noticed the same?
Best regards
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am
Difference in how PDF renders in different readers
Code: Select all
\usepackage{verbatim,textcomp}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
Re: Difference in how PDF renders in different readers
If the issues you experience are related to font rendering in acrobat (which would be my guess) then I think there is nothing you can do about it other than to use different font. After all, you can't alter rendering algorithms in acrobat from the document level. You would need to change the program itself. What font do you use currently?
Cheers,
Tomek
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Difference in how PDF renders in different readers
did you test the recently released version 9? It would be interesting to know if the behaviour had been changed. I did not install it becaue there is no Linux version until now.
Stefan
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am
Re: Difference in how PDF renders in different readers
I can't really say it would "solve" my problem since I imagine, most of our customers will be using Reader 8.
I agree, using a different font could help but *ahem* how do I do that?

Also, can anyone address the color problem I'm having. Most of my graphics and the colors in my tables are much brighter and "shifted" when viewed in Reader than they should be. For instance, what *should* appear as purple ends up being a bright blue. I'm attaching a couple of example screen captures to show you the difference.
- Attachments
-
- true_purple.png (2.04 KiB) Viewed 7977 times
-
- false_blue.png (2.29 KiB) Viewed 7979 times
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am