Pdf Split Tool
Project description
MAINTAINER NEEDED: this project is complete but won’t be updated until further notice. If you have interest in improving it, please contact me by creating an issue here .
Features
Cross-platform: Windows, Mac, and Linux are officially supported.
Works with Python 3.8 and 3.9.
Splits documents by max size.
Checks for high-resolution PDFs before splitting.
Requirements
You need Python 3.8 or above (3.9 recommended) installed on your machine.
Windows users should download Windows x86-64 executable installer and in the installer screen be ensure the option Add Python 3.8 to PATH is checked:
Installation
You can install Pdf Split Tool via pip from PyPI:
pip install pdf-split-tool
Note: on Windows you can copy the above command in the cmd program.
Usage
Enter the terminal of your operating system eg. cmd program on Windows or shell on Linux and MacOS.
Choose the one option and execute the command on the terminal:
For splits with the default value (20mb) of a specific PDF
pdf-split-tool C:\Users\John\myfile.pdf
For splits with the default value (20mb) of all PDFs in a folder
pdf-split-tool
You can choose the max size in megabytes with the option -m or –max-size
pdf-split-tool --max-size 50 # for 50 megabytes
Note: you can also use –max-size after the path of a specific PDF and fractional numbers such as “50.5”.
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the MIT license, Pdf Split Tool is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Credits
This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.
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
Hashes for pdf_split_tool-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b1b6faf1e9bea07008fb9cf2c5fca597671f2b352ee923e1a186236277cd32 |
|
MD5 | 6344de3206690eacf93a4fbb3c8caeae |
|
BLAKE2b-256 | 9d52f9d7b9bb270eedf734d28686bdbbfb397504302031748a37b9fb0b373cb7 |