Posted: . At: 9:01 PM. This was 7 years ago. Post ID: 11306
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


How to make a PDF file of a man page on Linux the easy way.


To make a PDF file of a manual page on Linux, this involves a very simple command.

Make a Postscript file from a manual page on Linux.

jason@jason-desktop:~$ man -t 3 printf > printf.ps

Then convert the Postscript file to a PDF easily.

jason@jason-desktop:~$ ps2pdf printf.ps

This is how easy it is to create a PDF file of a Linux man page.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.