How to type on PDF in Linux?

11

2

I am looking to fill out a PDF form just like I can with Adobe Acrobat typewriter tool. The PDF forms don't necessarily have form fields, so I really just need to be able to place text on.

I've used Xournal to annotate PDFs and it works well until I need to place an image stamp on the form.

PDFedit seems to be geared toward editing the PDF as opposed to superimposing text and image.

Gus

Posted 2011-05-14T01:06:28.663

Reputation: 589

Answers

8

The answer to your question is Xournal. It supports a typewriter-like overlay of the PDF. http://xournal.sourceforge.net/

Unlike Adobe Acrobat, the text isn't manipulable after you place it, so you have to take more care of getting it lined out. I've also read that it works by converting the PDF to an image, overlying the graphics, then exporting as a PDF. This can lose some quailly.

Andrew Neely

Posted 2011-05-14T01:06:28.663

Reputation: 339

4

You need a PDF viewer that supports forms. On Linux, those are somewhat limited. You can try Evince with forms support (evince-forms) or you could always download the Linux version of Adobe Acrobat Reader. PDF forms support is limited even on Windows-based non-Adobe viewers.

Bacon Bits

Posted 2011-05-14T01:06:28.663

Reputation: 6 125

Adobe Acrobat Reader for Linux is discontinued. – Casper – 2016-12-01T13:15:17.947

3I don't necessarily want to fill form fields (though that is nice too) I want to fill out forms whose authors did not place form fields. In which case, I'm just typing over the document. I also need to stamp a signature. – Gus – 2011-05-19T18:39:20.663

1

I recommend flpsed: http://flpsed.org/flpsed.html

It is simple and lightweight, and it always satisfies my typing-on-PDF needs. The one drawback is that there is no feature to insert an image. It does one thing (adding text) and does it well.

Alex

Posted 2011-05-14T01:06:28.663

Reputation: 11

1

I import the PDF into GIMP and create text layers and place them as needed. When finish, I export to a new PDF. It is a bit cumbersome, but it works well.

John

Posted 2011-05-14T01:06:28.663

Reputation: 11

3Inkscape would work much better, sticking to a vectorial environment from start to finish. – E_net4 the unsafe – 2015-07-27T17:08:07.553

@John What is your workflow for multi page PDFs? – Chris Magnuson – 2016-04-12T22:50:40.267

0

Acroread is the Linux release of Adobe Reader it allows you to view, navigate, fill-in, and, print .pdf files.

cinelli

Posted 2011-05-14T01:06:28.663

Reputation: 111