Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I was wondering if there is a pdf reader-writer-publisher-editor that can add text, highlight, shapes and general edit an existing pdf document.

Something like Nitro in windows.

share|improve this question
You can use Inkscape to edit the PDF file. – Uri Herrera Dec 13 '12 at 7:02

2 Answers

There are several options out there, none of which come close to the functionality of editors such as Adobe Acrobat or Foxit PDF Reader under Windows. That's why I prefer to run Foxit via PlayOnLinux.

As far as native applications are concerned, Master PDF Editor is probably the most advanced PDF editing suite available in Ubuntu right now. It's available for free from the Ubuntu Software Center but requires you to register an account with Ubuntu before installing.

share|improve this answer
Thank you very much for your answer! I'll try to check Master PDF! Thank's! – Thanos Dec 18 '12 at 21:00

LibreOffice 4.0 opens PDF files in LibreOffice Draw where you can make all kinds of edits. I just used it to enlarge 80 images and move them around; it worked great!

If you are using Ubuntu 12.04, 12.10, or 13.04 then you probably have version 3.5, which does not have this feature. As I did, you can now force Ubuntu to upgrade to version 4.0 by typing the following in a terminal (press enter after each line).

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get dist-upgrade

If you don't have LibreOffice installed for whatever reason, then instead of the last line, type this.

sudo apt-get install libreoffice

share|improve this answer
~$ libreoffice --version LibreOffice 4.0.2.2 I printed this page to a pdf file, did not work very well in libreoffice :( – GM-Script-Writer-62850 Apr 29 at 18:01
1  
Agreed that libreoffice draw can open and edit PDF files, but it fails miserably with even basic research papers that have two column layout, and a couple of images. I tried it with many different documents, but not a single one of them opened correctly in draw. Elements were mixed up, or mislocated. Not recommended for professional and production use. – bkd.online Apr 29 at 18:06
I see now that opening PDF files with mostly text and columns there are problems. I had the most success when trying to rearrange images. It is a free option that will likely improve. It is not a professional solution, agreed. – HarlemSquirrel May 1 at 18:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.