Skip to main content

PDF compressor utility, using iLovePDF API

Project description

pdfworkshop

PDF compress tool, using iLovePDF API

Prerequisites

The application is compatible with Windows and Linux based systems. Python version 3.6 or above is assumed to be installed, as well as pip package manager utility and setuptools module.

Installation

pip install pdfworkshop

or

python setup.py install

or

pip install -e ~/local_fork_repo_path/

How to run

pdfworkshop -h

Configuration

name default description
input_dir ./ Directory where PDF files will be collected from.
output_dir ./output/ Directory where the compressed PDF files will be stored.
public_key "" Your public API key.
suffix "" The suffix given to compressed files (before the extension).
recursive False Boolean indicating if input_dir must be scanned recursively.

The public_key value must be defined before using the tool for the first time. The required public key can be obtained by creating a developer account on iLovePDF. Any value can be configured using:

pdfworkshop config <config_name> <new_config_value>

Commands

  • list-config - list configuration values
  • config <option> <value> - edit tool configuration values
  • run - compress all PDF files stored in input_dir, storing the result in output_dir

How to use

By default, the PDF files to compress should be on the directory from where the tool will be called. After using the run command, an output directory will be created, where all compressed files will be stored.

Example run

To exercise some of the available commands, one can try to:

  • List the current configuration
pdfworkshop list-config
  • Define the API public_key value
pdfworkshop config public_key <new_public_key>
  • Run PDF compress tool
pdfworkshop run

License

This project is licensed under the MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfworkshop-1.1.2.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

pdfworkshop-1.1.2-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page