Conversation
Notices
-
Uhm, can somebody think of anything in Linux that can make me write text over a given PDF?
-
@flameeyes Okular's annotations http://docs.kde.org/stable/en/kdegraphics/okular/annotations.html
-
@flameeyes: I dunno what exactly you have in mind, but what about app-text/pdftk or app-text/pdfjam?
-
@flameeyes You could use PHP and FPDF to load an existing PDF and overlay own positioned content elements
-
@flameeyes and I'm sure you have the skills to make this a CLI command... ;-) We use the same approach to generate PDFs for the web.
-