# pod source for fbpdf man page. Convert with: # pod2man --stderr -s1 -cSlackBuilds.org -r20140822 -u fbpdf.pod > fbpdf.1 =pod =encoding utf8 =head1 NAME fbpdf - framebuffer pdf/djvu file viewer. =head1 SYNOPSIS fbpdf [options] filename fbpdf2 [options] filename fbdjvu [options] filename =head1 DESCRIPTION fbpdf is a framebuffer pdf/djvu file viewer. It can use either mupdf or poppler libraries for rendering pdf files and it uses djvulibre library for rendering djvu files. Note that fbpdf uses different binaries for each library. =over 4 =item fbpdf PDF viewer, using the mupdf rendering library. =item fbpdf2 PDF viewer, using the poppler rendering library. =item fbdjvu DjVu viewer, using the djvulibre rendering library. =back All of the binaries take the same options and use the same keystrokes. =head1 OPTIONS =over 4 =item B<-r> I Set rotation, in degrees. Same as B keystroke. =item B<-z> I Set default zoom (will be multiplied by 10). Same as B keystroke. =item B<-p> I Set starting page. =back =head1 KEYS The following table describes the commands available in fbpdf. Most of these commands accept a numerical prefix. For instance, '^F' tells fbpdf to go to the next page while '5^F' tells it to move to the fifth next page. =over 4 =item B<^F>, B next page =item B<^B>, B previous page =item B go to page (the last page if no prefix) =item B set page number (for 'G' command only) =item B set page number and go to current page =item B, B<=> zoom; prefix multiplied by 10 (i.e. '12z' = 120%). Default 15. =item B<+> increase zoom by 10% =item B<-> decrease zoom by 10% =item B set rotation in degrees =item B print info =item B quit =item B<^[> (escape) clear numerical prefix =item B mark page as 'x' (or any other letter) =item B<'x> jump to the page marked as 'x' =item B<`x> jump to the page and position marked as 'x' =item B scroll down =item B scroll up =item B scroll left =item B scroll right =item B<[> align with the left edge of the page =item B<]> align with the right edge of the page =item B<{> align with the leftmost character on the page =item B<}> align with the rightmost character on the page =item B show page top =item B center the page vertically =item B show page bottom =item B center the page horizontally =item B<' '>, B<^D> (space) page down =item B<^H>, B<^U> (backspace) page up =item B<^L> redraw =item B reload current file =item B zoom to fit page height =item B zoom to fit page width =item B zoom to fit page contents horizontally =item B the default zoom level for 'z' command =item B sleep one second before the next command =back =head1 AUTHOR fbpdf was written by Ali Gholami Rudi (ali at rudi dot ir). This man page created from fbpdf's README by B. Watson, for the SlackBuilds.org project.