4

Hi I am looking for some great PDF editors besides Qoppa Software's PDF Studio I have already found, which is quite affordable. Are their any other ones more affordable for Ubuntu?

muru
  • 197,895
  • 55
  • 485
  • 740

5 Answers5

15

To change texts/annotate/insert images:


Try Xournal++, which can used as an annotating tool. You can write on PDFs with mouse and digital pen, erase text and images, insert text, insert images, insert equations with LaTeX, and do many more things.

xournalpp

To install it in Ubuntu 18.04-21.10, you can use the Xournal++ stable PPA

sudo add-apt-repository ppa:apandada1/xournalpp
sudo apt update
sudo apt install xournalpp

In Ubuntu 22.04 and above, you can install it from the repositories (although the PPA still hosts updated versions).

sudo apt install xournalpp

You can also use the snap and flatpak versions, but they may have issues with LaTeX.


To reorder/remove/add/rotate pages:


You can use PDF Arranger.

sudo apt install pdfarranger

enter image description here

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
3

PDF hasn't been proprietary since 2008. If you're paying money for a basic PDF editor, you're probably getting ripped off.

I recommend LibreOffice. In particular, LibreOffice Draw lets you edit and author PDF files like a typical word processor.

LibreOffice is included in Ubuntu repositories and it is both free (as in beer) and free (as in freedom). To install it, run:

sudo apt update
sudo apt install libreoffice
Nmath
  • 12,333
1

I suggest okular developed by KDE community. You can install it from Ubuntu app store or simply using apt package manager.

sudo apt update && sudo apt install -y okular
krkart
  • 591
0

Code Industry offers Master PDF Editor, which is free of charge for basic editing, but inserts a watermark for certain advanced editing. The Pro version costs $70 and of course it doesn't insert watermarks.

https://code-industry.net/get-masterpdfeditor/

It's not OSS.

LifeBoy
  • 2,245
0

I think you should try okular PDF editor made by KDE community I am using it it's best I think

Kartik
  • 11