Skip to content

dzindra/pdfpreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfpreview

Simple tool to generate thumbnails from PDF.

Dependencies

  • g++
  • pkg-config
  • libpoppler44 (maybe other versions will work, tested on 0.24.5 and 0.29.0)
  • libpoppler-dev

Compiling

Run ./build.sh in directory with pdfpreview to compile it.

Usage

PDF file is read from stdin and thumbnail image is written to stdout. Errors and messages will appear in stderr.

./pdfpreview <box width> <box height> <box max x> [first page] [last page] [verbose 0|1]

License

Licensed under GPL v2

About

Simple tool to generate thumbnails from PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published