Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Depermitto/pbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated. Use jbook instead

Requires java 8 or up installed

Simple commandline utility for creating booklet-style PDFs.

Usage

java -jar pbook.jar [-hV] [--duplex] file
      file
  -h, --help      Show this help message and exit.
      --split     Split the booklet into two (front and back) PDF files.
  -V, --version   Print version information and exit.

Example of usage

java -jar pbook.jar --split some-pdf-file.pdf pbook will produce two independent files for printing. One for front one for back. For double-sided printers omit the --split option.

Installation

Either grab a jar from the releases or build from source:

git clone gilab.com/Depermitto/pbook
cd pbook
sbt test assembly

License

The project is licensed under the MIT license.

About

Produce booklet layout for PDFs

Topics

Resources

License

Stars

Watchers

Forks

Languages