cpdf 0.0.7

Creator: codyrutscher

Last updated:

Add to Cart

Description:

cpdf 0.0.7

cpdf
cpdf is a pure-python cli application for manipulating PDF files.
Installation
pip install -U cpdf

As cpdf is an application, you might want to install it with pipx.
Usage
$ cpdf --help
Usage: cpdf [OPTIONS] COMMAND [ARGS]...

cpdf is a pure-python cli application for manipulating PDF files.

Options:
--version
--help Show this message and exit.

Commands:
2-up Create a booklet-style PDF from a single input.
cat Concatenate pages from PDF files into a single PDF file.
extract-images Extract images from PDF without resampling or altering.

You can see the help of every subcommand by typing:
$ cpdf 2-up --help
Usage: cpdf 2-up [OPTIONS] PDF OUT

Create a booklet-style PDF from a single input.

Pairs of two pages will be put on one page (left and right)

usage: python 2-up.py input_file output_file

Arguments:
PDF [required]
OUT [required]

Options:
--help Show this message and exit.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.