mkbookpdf
is a simple command-line utility for booklet printing.
```shell
$ mkbookpdf input.pdf -p
$ mkbookpdf input.pdf -o output.pdf ```
Download the latest compiled binary from links below and put it in your executable path.
Platform|Download --------|-------- Linux 64-bit|mkbookpdf-x8664-unknown-linux-musl macOS 64-bit|mkbookpdf-x8664-apple-darwin Windows 64-bit|mkbookpdf-x86_64-pc-windows-msvc.exe
Note that mkbookpdf
has no runtime requirements, except that printing feature (-p
, --print
) requires lp
utility to be installed in your system. (this means you can't use -p
in windows)
shell
$ cargo install mkbookpdf
```shell
$ alias mkbookpdf="docker run --rm -v $(pwd):/data -v /var/run/cups:/var/run/cups coorde/mkbookpdf" ```
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.