PHPackages                             guillaumepotier/pdfxtractor - 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. [Image &amp; Media](/categories/media)
4. /
5. guillaumepotier/pdfxtractor

ActiveLibrary[Image &amp; Media](/categories/media)

guillaumepotier/pdfxtractor
===========================

Convert PDFs to JPEG images like a charm!

1.0.0(13y ago)163.2k5GPLPHPPHP &gt;=5.3.0

Since May 27Pushed 13y ago3 watchersCompare

[ Source](https://github.com/guillaumepotier/PdfXtractor)[ Packagist](https://packagist.org/packages/guillaumepotier/pdfxtractor)[ RSS](/packages/guillaumepotier-pdfxtractor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PdfXtractor
===========

[](#pdfxtractor)

**PdfXtractor** is a PHP class that relies on GhostScript. This is a handy wrapper that allows PDF conversion to JPEG files.

[![Build Status](https://camo.githubusercontent.com/238728c324aacfc2605f960bf2215669247ba150e5058db0b481d3745b2dd7aa/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6775696c6c61756d65706f746965722f5064665874726163746f722e706e67)](http://travis-ci.org/guillaumepotier/PdfXtractor)

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

[](#installation)

The recommended way to install PdfXtractor is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "guillaumepotier/PdfXtractor": "*"
    }
}
```

And run these two commands to install it:

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
```

Now you can add the autoloader, and you will have access to the library:

```
