PHPackages                             faissaloux/pdf-suite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. faissaloux/pdf-suite

ActiveComposer-plugin[PDF &amp; Document Generation](/categories/documents)

faissaloux/pdf-suite
====================

PDF CLI tool for PDF manipulation

v0.10.2(4w ago)3274MITPythonPHP ^8.2CI passing

Since Sep 9Pushed 4w agoCompare

[ Source](https://github.com/faissaloux/pdf-suite)[ Packagist](https://packagist.org/packages/faissaloux/pdf-suite)[ Fund](https://paypal.me/faissaloux)[ GitHub Sponsors](https://github.com/faissaloux)[ RSS](/packages/faissaloux-pdf-suite/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (3)Versions (29)Used By (0)

Install
-------

[](#install)

```
pip install pdf-suite
```

Features
--------

[](#features)

- Merges multiple PDF files / images into one PDF file.
- PDF to Images.
- Compress PDF.
- Convert DOCX to PDF.
- PDF pages count.
- PDF thumbnail.

Usage
-----

[](#usage)

### Merge

[](#merge)

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

```
pdf_suite merge -i input -o output.pdf
```

#### In order

[](#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

[](#output)

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

### PDF to Images

[](#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

[](#output-1)

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

### Compress PDF

[](#compress-pdf)

Compress a PDF file.

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

#### Compress to a maximum size

[](#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

[](#output-2)

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

### Convert DOCX to PDF

[](#convert-docx-to-pdf)

Convert DOCX document to a PDF.

```
pdf_suite docx2pdf --input input.docx --output output.pdf
```

### PDF pages count

[](#pdf-pages-count)

Get PDF document pages count.

```
pdf_suite pagescount --input input.pdf
```

### PDF thumbnail

[](#pdf-thumbnail)

Extract pdf document thumbnail.

```
pdf_suite thumbnail --input input.pdf --output output.jpeg
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Recently: every ~64 days

Total

25

Last Release

29d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de77e6723e4e70d2e831fd775e7c8bb4ad2347c599d808ab0ee3c5141bdd0655?d=identicon)[faissaloux](/maintainers/faissaloux)

---

Top Contributors

[![faissaloux](https://avatars.githubusercontent.com/u/60013703?v=4)](https://github.com/faissaloux "faissaloux (176 commits)")

### Embed Badge

![Health badge](/badges/faissaloux-pdf-suite/health.svg)

```
[![Health](https://phpackages.com/badges/faissaloux-pdf-suite/health.svg)](https://phpackages.com/packages/faissaloux-pdf-suite)
```

###  Alternatives

[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
