diff options
author | kraxel <kraxel> | 2004-03-28 11:31:57 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2004-03-28 11:31:57 +0000 |
commit | e9e9684117719204929821028ba9dbb7915ea119 (patch) | |
tree | 6dd2d71940b33a9f960945335e9124ef4fea9fe7 /fbgs.man | |
download | fbida-e9e9684117719204929821028ba9dbb7915ea119.tar.gz |
Initial revision
Diffstat (limited to 'fbgs.man')
-rw-r--r-- | fbgs.man | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fbgs.man b/fbgs.man new file mode 100644 index 0000000..b53020a --- /dev/null +++ b/fbgs.man @@ -0,0 +1,20 @@ +.TH fbps 1 "(c) 1999-2003 Gerd Knorr" +.SH NAME +fbgs - poor man's PostScript/pdf viewer for the linux +framebuffer console +.SH SYNOPSIS +.B fbgs [ options ] file +.SH DESCRIPTION +.B fbgs +is a simple wrapper script which takes a PostScript or pdf +file as input, renders the pages using ghostscript into a +temporarely directory and finally calls fbi to display them. +.SH OPTIONS +fbps understands all fbi options (they are passed throuth). +Additionally you can specify -l, -xl or -xxl to get the pages +rendered with 100, 120 or 150 dpi (default is 75). You can +use option -p <password> if your PDF file requires password. +.SH SEE ALSO +fbi(1), gs(1) +.SH AUTHOR +Gerd Knorr <kraxel@bytesex.org> |