2017 © Pedro Peláez
 

library ghostbuster

PHP wrapper for Ghostscript

image

rovak/ghostbuster

PHP wrapper for Ghostscript

  • Saturday, October 6, 2012
  • by Rovak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Ghostbuster

PHP wrapper for Ghostscript, (*1)

This library is still work in progress and should not be used in a production environment, (*2)

Installation

Using composer

You can install this module via composer by running the following command in your application's root directory:, (*3)

$ ./composer.phar require rovak/ghostbuster

Usage

Documentation will be added when the API is stable, (*4)

$document = new \Ghostbuster\Document\Document('document.pdf');

$batch = new \Ghostbuster\Renderer\Batch();
$batch  ->addDocument($document)
        ->addDocument($document->getRange(1,3))
        ->addDocument($document->getRange(2,2))
        ->output('result.pdf');

The Versions

06/10 2012

dev-master

9999999-dev http://rovak.github.com/Ghostbuster/

PHP wrapper for Ghostscript

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

ghostscript

06/10 2012

dev-develop

dev-develop http://rovak.github.com/Ghostbuster/

PHP wrapper for Ghostscript

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

ghostscript