Skip to main content

PDF CLI tool that allows to merge, extractimages, compress and more from PDF documents.

Project description

Install

pip install pdf-suite

Features

  • Merges multiple PDF files / images into one PDF file.
  • PDF to Images.
  • Compress PDF.

Usage

Merge

Merges multiple PDF files / images into one PDF file (output.pdf).

pdf_suite merge -i input -o output.pdf

In order

To merge your files in a specific order, you need to pass the order you want to --order option.

pdf_suite merge --input input --output output.pdf --order file1.pdf,file2,file3.jpg

Output

An ouput.pdf file will be generated in /output directory.

PDF to Images

Extract images from your PDF file.

pdf_suite pdf2img --input input.pdf --output images_directory

Zip extracted images from your PDF file using --zip.

pdf_suite pdf2img --input input.pdf --output images_directory --zip

You can also extract images from specific page.

pdf_suite pdf2img --input input.pdf --output images_directory --page 2

Output

An images_directory directory will be generated with all images from file.pdf.

Compress PDF

Compress a PDF file.

pdf_suite compress --input input.pdf --output output.pdf

Compress to a maximum size

You can specify the maximum size (MB) you need.

pdf_suite compress --input input.pdf --output output.pdf --max 2

input.pdf will be compressed to output.pdf with less than 2MB.

Output

A compressed PDF file output.pdf will be generated for you.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdf_suite-0.7.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file pdf_suite-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: pdf_suite-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for pdf_suite-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 526524ecea17524b48ad5976c732fcd17d5848074cf15a8d12f5b35af406febd
MD5 db29ff8004c92d8aefbf6cde16af93aa
BLAKE2b-256 cb4103a42b0c4f18e939e52b4d5a7cb23646cf9afe02043b1b6712dac552baaf

See more details on using hashes here.

Supported by

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