All Projects → aligrudi → Fbpdf

aligrudi / Fbpdf

Licence: bsd-3-clause
A small framebuffer pdf, djvu, epub, xps, and cbz viewer

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Fbpdf

Official Bash Logo
Everything you need to start using the official GNU Bash logo
Stars: ✭ 89 (-13.59%)
Mutual labels:  pdf
Pris
A language for designing slides
Stars: ✭ 97 (-5.83%)
Mutual labels:  pdf
Mit Deep Learning Book Pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Stars: ✭ 9,859 (+9471.84%)
Mutual labels:  pdf
Books
cs books
Stars: ✭ 93 (-9.71%)
Mutual labels:  pdf
Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (-7.77%)
Mutual labels:  pdf
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+1209.71%)
Mutual labels:  pdf
Vectorgraphics2d
Graphics2D implementations to export various vector file formats
Stars: ✭ 87 (-15.53%)
Mutual labels:  pdf
Pdflayouttextstripper
Converts a pdf file into a text file while keeping the layout of the original pdf. Useful to extract the content from a table in a pdf file for instance. This is a subclass of PDFTextStripper class (from the Apache PDFBox library).
Stars: ✭ 1,369 (+1229.13%)
Mutual labels:  pdf
Canvas2pdf
Export your HTML canvas to PDF
Stars: ✭ 96 (-6.8%)
Mutual labels:  pdf
Tabula Py
Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame
Stars: ✭ 1,351 (+1211.65%)
Mutual labels:  pdf
Puppeteer Dart
A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API
Stars: ✭ 92 (-10.68%)
Mutual labels:  pdf
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-8.74%)
Mutual labels:  pdf
Pdf Generator
Cordova plugin to generate pdf in the client-side
Stars: ✭ 98 (-4.85%)
Mutual labels:  pdf
Portablesigner2
PortableSigner - A Commandline and GUI Tool to digital sign PDF files with X.509 certificates
Stars: ✭ 92 (-10.68%)
Mutual labels:  pdf
Atom Pdf View
Support for viewing PDF files in Atom.
Stars: ✭ 99 (-3.88%)
Mutual labels:  pdf
Pdfmerge
Command-line utility for merging, splicing, and rotating PDF documents.
Stars: ✭ 88 (-14.56%)
Mutual labels:  pdf
Exams
Past Exams for UC Berkeley EECS Courses. PR more if you have!
Stars: ✭ 97 (-5.83%)
Mutual labels:  pdf
Quad
document processor in Racket
Stars: ✭ 100 (-2.91%)
Mutual labels:  pdf
Htmldoc
HTML Conversion Software
Stars: ✭ 99 (-3.88%)
Mutual labels:  pdf
Mustangproject
Open Source Java e-Invoicing library, validator and tool (Factur-X/ZUGFeRD, UNCEFACT/CII XRechnung)
Stars: ✭ 98 (-4.85%)
Mutual labels:  pdf

FBPDF

Fbpdf is a framebuffer pdf and djvu viewer. There are three make targets: fbpdf uses mupdf library for rendering pdf, fbpdf2 uses poppler for the same purpose, and fbdjvu uses djvulibre library for rendering djvu files. The following options are available in all three programs:

fbpdf [-r rotation] [-z zoom_x10] [-p page_number] file.pdf

The following table lists the commands available in fbpdf. Most of them accept a numerical prefix. For instance, '^F' tells fbpdf to show the next page while '5^F' tells it to show the fifth next page.

============== ================================================ KEY ACTION ============== ================================================ ^F/J next page ^B/K previous page G go to page (the last page if no prefix) o set page number (for 'G' command only) O set page number and go to current page z zoom; prefix multiplied by 10 (i.e. '15z' = 150%) r set rotation in degrees i print some information I invert colors q quit ^[/escape clear the numerical prefix mx mark page as 'x' (or any other letter) 'x jump to the page marked as 'x' `x jump to the page and position marked as 'x' j scroll down k scroll up h scroll left l scroll right [ align with the left edge of the page ] align with the right edge of the page { align with the leftmost character on the page } align with the rightmost character on the page H show page top M centre the page vertically L show page bottom C centre the page horizontally ^D/space page down ^U/^H/backspace page up ^L redraw e reload current file f zoom to fit page height w zoom to fit page width W zoom to fit page contents horizontally Z set the default zoom level for 'z' command d sleep one second before the next command ============== ================================================

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].