From 9859dacad91685e2add2ffd97ba910e2d6903c18 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 19 Jul 2007 15:37:28 +0200 Subject: [PATCH] Some further PDF tips --- grml_tips | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/grml_tips b/grml_tips index 5f76a92..e9f73e1 100644 --- a/grml_tips +++ b/grml_tips @@ -2795,7 +2795,15 @@ Print two pages on one in a PDF file: Concatenate, extract pages/parts, encrypt/decrypt, compress PDFs using 'pdftk'. -- -Extract text from PostScript and PDF files: +Read a PS/PDF file on console: % pstotext file.pdf + +or on plain framebuffer console in graphical mode: + +% pdf2ps file.pdf ; ps2png file.ps file.png ; fbi file.png + +or + +% fbgs file.pdf -- -- 2.1.4