How do I annotate a pdf file in Ubuntu?

4

1

I'm wondering on how to mark in the pdf file and save it as a pdf.

For example page 2 of this pdf file, we have marking in blue. I need to know how it has been done.

enter image description here

Learner

Posted 2011-10-21T09:04:18.163

Reputation: 131

What OS do you use? – PatKilg – 2012-09-12T13:45:16.650

Im currently using Ubuntu 12.04 – Learner – 2012-09-13T14:15:55.837

Answers

2

It depends on the software you use. Foxit reader allows you do that via "Comments -> Drawing.."

It has a bunch of other capabilites via the comments, quoting Foxit website:

A comment is a written note intended as an explanation, an illustration, or a statement of fact or opinion, especially a remark that expresses a personal reaction or attitude. You can type a text message or add a line, circle, or other shape to make comments on PDF files you are reading with Foxit Reader commenting tools. Most types of comments contain a pop-up window displaying your name; date and time you created the comments, and a text message. You can also edit, reply, delete, and move the comments with ease. This function is quite helpful to your studies and work if you have to make some notes on PDF documents. Foxit Reader has the following commenting tools; Annotation, Note Comments, Spell Checker, Text Markup, Text Select Tool, Drawing Markup, Typewriter Tool, Adding Text Box or Callout and viewing comments.

MichaelS

Posted 2011-10-21T09:04:18.163

Reputation: 710

is there any linux equivalent of this software? – Learner – 2011-10-21T09:54:35.787

2

@Learner: Foxit is available for linux as well http://www.foxitsoftware.com/pdf/desklinux/

– MichaelS – 2011-10-21T10:10:01.010

1It just installed Foxit reader 1.1 for Ubuntu, but there is no "Comments -> Drawing" menu or tool. – tsauerwein – 2013-04-06T17:27:34.470

2

On Ubuntu (any linux distro, for that matter) the best I can recommend is Xournal. Like a lot of OSS, your mileage and stability may vary, but you can always contribute to the code to make it right!

Check out this particular section in the manual for instructions on how to annotate a PDF.

I just checked and xournal is packaged for precise. So Yay! Easy install.

PatKilg

Posted 2011-10-21T09:04:18.163

Reputation: 755

1

Use adobe acrobat professional . By using that you can edit , note , highlight and even draw and save them

Mostafa

Posted 2011-10-21T09:04:18.163

Reputation: 481

any free version for linux? – Learner – 2011-10-21T12:19:59.790

Acrobat professional cannot be used on linux (exception:Wine & that mess), and the hand annotation tools are crap-tastic. Trying to write on a pdf results in a sort of illegible scrawl that scarely I can understand. There are better options. – PatKilg – 2012-09-20T15:26:36.933

1

Now you can actually export annotations to PDFs in Okular (this was not possible until recently): http://docs.kde.org/stable/en/kdegraphics/okular/annotations.html

It seems Okular has to be built with Poppler at least version 0.20. It works with Ubuntu 13.04.

Thomas Arildsen

Posted 2011-10-21T09:04:18.163

Reputation: 727