# 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
Release files for py-pdf-collate 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py-pdf-collate-0.1.1.tar.gz | 3.3 kB | Details |
Release files / py-pdf-collate-0.1.1.tar.gz
| Download URL | py-pdf-collate-0.1.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
af9cf5a6588b53b6f47b0275b49913d60742bdc1af6498f82d212b0c546fe825
|
|
BLAKE2b-256 checksum How to use checksums |
543d081e970e42a6aa3a06a7d0ba1c46beb66be2e28e7ca2e7a69f8e9705a3cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |