I'm looking for a program with which I can annotate PDF files with text such that this text is always directly visible.
Okular works fine for underlining, highlighting, etc. But when using Okular to make a text annotation, it disappears in a popup window.
I want to make text annotations that always show, without having to click on some popup windows.
Is this possible under Ubuntu?
Ubuntu 14.04
. Yes I saved the annotated PDF withSave As
and it shows the highlights but still not the text annotations. – Adriaan Oct 25 '16 at 16:54Poppler
package. According to the official documentation, you need at least version 0.20 . Try gettingPoppler
with this answer (NOTE: Replace the link in the wget command to the latest poppler version from the Poppler page.) Hopefully this will solve the issue. – TheOdd Oct 25 '16 at 17:11