PHPackages                             waarneembemiddeling/php-pdftoppm - 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. waarneembemiddeling/php-pdftoppm

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

waarneembemiddeling/php-pdftoppm
================================

0.0.1(10y ago)115.4k4MITPHP

Since Jul 9Pushed 7y ago3 watchersCompare

[ Source](https://github.com/waarneembemiddeling/php-pdftoppm)[ Packagist](https://packagist.org/packages/waarneembemiddeling/php-pdftoppm)[ RSS](/packages/waarneembemiddeling-php-pdftoppm/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

php-pdftoppm
============

[](#php-pdftoppm)

[![Build Status](https://camo.githubusercontent.com/a30d6616064b0fc2d36ad8e0fe7b8fc4d6bb5ec4b86626b9091a12f9e9e1ae01/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776161726e65656d62656d696464656c696e672f7068702d706466746f70706d2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/waarneembemiddeling/php-pdftoppm/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0753c88d494a97c18610036277d58215d0360fb58dda0000ce1b5855889e1b3a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776161726e65656d62656d696464656c696e672f7068702d706466746f70706d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/waarneembemiddeling/php-pdftoppm/?branch=master)

PHP wrapper for the [pdftoppm command](http://linux.die.net/man/1/pdftoppm) which is part of [poppler-utils](http://en.wikipedia.org/wiki/Poppler_(software)).

The Pdftoppm is a library that handles conversion of PDF files to images. It is available on variety of systems.

Available packages:

Usage
-----

[](#usage)

```
use Wb\PdfToPpm\PdfToPpm;
$pdfToPpm = PdfToPpm::create();
// $result is an instance of \FilesystemIterator
$result1 = $pdfToPpm->convertPdf('path/to/pdf');
$result2 = $pdfToPpm->convertPdf('path/to/pdf', 'path/to/other/destination/dir/then/tmp');

// Save as png
$result3 = $pdfToPpm->convertPdf('path/to/pdf', 'path/to/other/destination/dir/then/tmp', true);

// Set specific resolution
$result4 = $pdfToPpm->convertPdf('path/to/pdf', 'path/to/other/destination/dir/then/tmp', true, 300);

```

Testing
-------

[](#testing)

```
cp phpunit.xml.dist phpunit.xml

```

Change the phpunit.xml `env` `binary` directive if necessary.

```
composer install

```

```
php vendor/bin/phpunit

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42ee5904cfa308574ecc37759c9c01b9765a211c5a36b30022be7a9eaf18f8e2?d=identicon)[krizon](/maintainers/krizon)

![](https://www.gravatar.com/avatar/4db60a82fda1328ca88ab4d9198d17d6be65ff150cf182615bd375dbb70dbc49?d=identicon)[ricbra](/maintainers/ricbra)

![](https://www.gravatar.com/avatar/08cc72a08106b5f36242705ccee75acb2bce3025afd3e5be3ed6b286a09abfdf?d=identicon)[eriwin](/maintainers/eriwin)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/waarneembemiddeling-php-pdftoppm/health.svg)

```
[![Health](https://phpackages.com/badges/waarneembemiddeling-php-pdftoppm/health.svg)](https://phpackages.com/packages/waarneembemiddeling-php-pdftoppm)
```

###  Alternatives

[php-xpdf/php-xpdf

XPDF PHP, an Object Oriented library to manipulate XPDF

38227.4k2](/packages/php-xpdf-php-xpdf)[alchemy/ghostscript

Ghostscript PDF, a library to handle PDF through ghostscript

31321.1k3](/packages/alchemy-ghostscript)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

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