A commandline tool to crop a PDF into sub-PDFs
Project description
Usages
Crop all the pages in the PDF
pdf_crop -i <str: input PDF file> [--threshold <float: default 0.008>] [--space <int: default 5>]
e.g.
pdf_crop -i ~/Downloads/test.pdf
or specify the space and threshold:
pdf_crop -i ~/Downloads/test.pdf --threshold 0.01 --space 3
Crop selected pages in the PDF
python ./pdf_crop -i <str: input PDF file> --page <number left top right bottom output> [--page <number left top right bottom output>] [--threshold <float: default 0.008>] [--space <int: default 5>]
e.g.
pdf_crop -i ~/Downloads/test.pdf --page 0 0 0 200 200 "~/Downloads/test - page 0.pdf"
or specify multiple pages:
pdf_crop -i ~/Downloads/test.pdf --page 0 0 0 200 200 "~/Downloads/test - page 0.pdf" --page 1 0 0 200 200 "~/Downloads/test - page 1.pdf"
Upload to PyPi
- python3 setup.py sdist bdist_wheel
- twine upload -u -p "" dist/*
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdf_crop-0.0.13.tar.gz.
File metadata
- Download URL: pdf_crop-0.0.13.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b108756a9b7f8dbb6070ebb8bcaf645e4aa858f0b08142b80b333d7d6d5377b
|
|
| MD5 |
457b4415c8223f7daa4159e8d8c3ebc6
|
|
| BLAKE2b-256 |
6a12e5616ab0606f9cdf3acde8d01cd0d24f5a467e702c0f89df3805745cb39c
|
File details
Details for the file pdf_crop-0.0.13-py3-none-any.whl.
File metadata
- Download URL: pdf_crop-0.0.13-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1246b3e99972f25b1383166faf1d1c0f503fc6ef47ff778847bb1cae8fcbba83
|
|
| MD5 |
57c1cf87aa4f38541d2103ee6581084c
|
|
| BLAKE2b-256 |
6517af3d4ccefde16896b34243ca78aef0c1c95a8987f0a82dd71664ca672f74
|