A python script that collates your PDF documents.
Project description
# py-pdf-collate
py-pdf-collate is a Python script that collates your PDF documents.
## What is it used for
Turn your single-sided scanner into a duplex!
There is currently only one sorting method, but more will be added shortly.
It will take the following page order:
1, 3, 5, 2, 4, 6
And collate it to:
1, 2, 3, 4, 5, 6
## Installation
1. Install ```py-pdf-collate` package:
pip install py-pdf-collate
2. Run on the command line:
pdf_collate [filename] [output filename (optional)]
If you do not provide an output filename, it will override your source file by default.
## Upcoming features
I will be adding the following sort order:
1, 3, 5, 6, 4, 2
py-pdf-collate is a Python script that collates your PDF documents.
## What is it used for
Turn your single-sided scanner into a duplex!
There is currently only one sorting method, but more will be added shortly.
It will take the following page order:
1, 3, 5, 2, 4, 6
And collate it to:
1, 2, 3, 4, 5, 6
## Installation
1. Install ```py-pdf-collate` package:
pip install py-pdf-collate
2. Run on the command line:
pdf_collate [filename] [output filename (optional)]
If you do not provide an output filename, it will override your source file by default.
## Upcoming features
I will be adding the following sort order:
1, 3, 5, 6, 4, 2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-pdf-collate-0.1.1.tar.gz
(3.3 kB
view details)
File details
Details for the file py-pdf-collate-0.1.1.tar.gz
.
File metadata
- Download URL: py-pdf-collate-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af9cf5a6588b53b6f47b0275b49913d60742bdc1af6498f82d212b0c546fe825 |
|
MD5 | e0caea93b00c36c44340f94bafbf10de |
|
BLAKE2b-256 | 543d081e970e42a6aa3a06a7d0ba1c46beb66be2e28e7ca2e7a69f8e9705a3cf |