PHPackages                             3ws-internet-oplossingen/pdf-tools - 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. 3ws-internet-oplossingen/pdf-tools

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

3ws-internet-oplossingen/pdf-tools
==================================

PDF tool for showing information and PDF actions like separation.

v0.3.0(6y ago)336MITPHP

Since Jul 14Pushed 6y agoCompare

[ Source](https://github.com/3ws-internet-oplossingen/pdf-tools)[ Packagist](https://packagist.org/packages/3ws-internet-oplossingen/pdf-tools)[ RSS](/packages/3ws-internet-oplossingen-pdf-tools/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

PDF Tools
=========

[](#pdf-tools)

Requirements
------------

[](#requirements)

This library depends on poppler utils which can be installed by the following.

Debian / Ubuntu

```
apt install poppler-utils
apt install ghostscript
```

OSX

```
brew install poppler
```

Installation
------------

[](#installation)

```
composer require 3ws-internet-oplossingen/pdf-tools
```

Usage of the package
--------------------

[](#usage-of-the-package)

### Info

[](#info)

Gather all information about a PDF file like Page count.

```
$pdf = new ThreeWS\PdfTools\Info('location_to_pdf.pdf');
var_dump($pdf->toArray());
```

### Jpg

[](#jpg)

Convert a PDF page to a JPG file.

```
$pdf = new ThreeWS\PdfTools\Jpg('location_to_pdf.pdf', 60, 'y');
var_dump($pdf->convert());
```

### Separate

[](#separate)

Convert a PDF file with multiple pages into multiple single page PDF's using a pattern with replacement of %d.

```
$pdf = new ThreeWS\PdfTools\Separate('location_to_pdf.pdf', 'location_to_paged_%d_pdf.pdf');
```

### Text

[](#text)

Extract Text from a PDF file.

```
$pdf = new ThreeWS\PdfTools\Text('location_to_pdf.pdf');
var_dump($pdf->convert());
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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 ~13 days

Total

3

Last Release

2517d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/339796?v=4)[Peter Steenbergen](/maintainers/petericebear)[@petericebear](https://github.com/petericebear)

---

Top Contributors

[![petericebear](https://avatars.githubusercontent.com/u/339796?v=4)](https://github.com/petericebear "petericebear (14 commits)")

### Embed Badge

![Health badge](/badges/3ws-internet-oplossingen-pdf-tools/health.svg)

```
[![Health](https://phpackages.com/badges/3ws-internet-oplossingen-pdf-tools/health.svg)](https://phpackages.com/packages/3ws-internet-oplossingen-pdf-tools)
```

###  Alternatives

[42coders/document-templates

Document template management package.

19940.0k](/packages/42coders-document-templates)[qipsius/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony

23749.5k](/packages/qipsius-tcpdf-bundle)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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