When using Adobe Reader on a Windows desktop, one can open a PDF and use the fill & sign
option. This option does not seem to appear on the Ubuntu version of Adobe Reader. How does one fill and sign PDF documents on a Ubuntu?
5 Answers
Using Xournal or Xournal++
How does one fill and sign PDF documents on a Ubuntu?
Not with Adobe unless you get them to add support for it.
Alternatives:
Install and open Xournal:
sudo apt install xournal
Or install and open Xournal++, sometimes written
xournalpp
:sudo apt install xournalpp
(See this for a comparison between the 2; xournal++ is a rewrite of xournal)
and then ...
- Choose "Annotate PDF" from the File menu and select the PDF to sign.
- Click the "Image" button in the toolbar
- Click on document
- Select an image of your signature
- Optional: export to PDF so you have a new copy
-
Unfortunately and inexplicably this didn't work for me, after selecting the image nothing happened. I wasn't even able to add a simple text for what matters with this tool. – ecoologic May 01 '21 at 06:01
-
5
-
This works but does not create an identity-certified signature as Adobe Acrobat does. – Zatrapilla Aug 03 '22 at 16:27
-
1This works for me. Although I have been using xournal++ and as a last step "Export to PDF". – user5534993 Oct 24 '22 at 10:35
-
@user5534993 neat. https://github.com/xournalpp/xournalpp.github.io/pull/23/files has a list of differences. – Rinzwind Oct 24 '22 at 12:14
-
-
-
If Xournal++ is supported, and Xournal is unsupported, should Xournal++ be recommended first? – David Arcos Nov 24 '23 at 11:16
-
That is up to each of us to decide I would assume. But I would assume xournal should be replaced by ++. It's 7 years old but it does pass the build check for 23.10. So maybe it is just that good ;) – Rinzwind Nov 24 '23 at 15:23
I managed to achieve using pre-installed LibreOffice Draw.
Open the file using LibreOffice Draw
- Right click on the file
- Click: "Open with other application"
- Type:
draw
and select "LibreOffice Draw"
Insert the picture of your signature
- From the top menu of Draw, click Insert
- Click image...
- Select an image of your signature
- Resize and drag where you need it
Export to PDF
This can be done either from the red PDF icon on the right side of the printer icon in the top left corner, or from:
File, Export As..., Export Directly as PDF

- 960
-
2I opened a basic PDF doc this way, and right away the page dimensions were off (paragraphs bleeding off the page edge). So... I'm gonna explore something else (online PDF tools). – Kalnode Jun 22 '22 at 20:05
-
@MarsAndBack - for some reason
xournal
worked for me too some time later. I think it was a different installation, but I can't tell you anything particularly useful on how I got it working. Best of luck – ecoologic Jun 22 '22 at 22:02 -
-
1Works really well. This is also a way to edit the text or even adjust line spaces. I was asked to remove line space before for a PDF book. Using LibreOffice Draw seems to be a better way. – Harry Oct 20 '23 at 22:52
I did like this:
Create my signature with signaturely and download image as png.
Install Sejda, a PDF editor for Linux, macOS and Windows, with a graphical user interface. Download deb file from https://www.sejda.com/desktop, then install sejda, like this:
sudo dpkg -i sejda-desktop_7.5.4_amd64.deb
- Start sejda and paste the signature image to a pdf.

- 41,766

- 133
I made a tool for this: https://github.com/svenssonaxel/pdf-sign
Unlike Xournal++ and LibreOffice Draw, it will keep the quality of the signature (no rasterization), and IMO is faster too since it's specifically made for this use case.

- 31
- 1
I was able to sign a pdf using https://dochub.com/. The service was free and worked great! When I opened the pdf from my google drive, I selected the option to sign using dochub. I uninstalled Adobe from my Linux machine as the signing part never worked right from Snap.

- 21
- 2
playonlinux
andWine
. Please see this link >>> https://www.playonlinux.com/en/app-2653-Adobe_Acrobat_Reader_DC.html and come back here if you have any problems. – Raffles Apr 11 '21 at 16:12