2017 © Pedro Peláez
 

library pes_file_pdf_splitter

image

tuozhongedu/pes_file_pdf_splitter

  • Wednesday, July 26, 2017
  • by congpeijun
  • Repository
  • 2 Watchers
  • 0 Stars
  • 195 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

PES_File_PDF_Splitter

Simple PHP Class and command line script for splitting a PDF file into several PNG pages, (*1)

Requirements

This class requires PHP 5.3 or later, and the imagick pecl extension (see http://www.php.net/manual/en/class.imagick.php)., (*2)

Description

This class allows for simple splitting of a multi-page PDF into several PNG files, with each page from the PDF being saved as a seperate PNG file., (*3)

Generated files are named with the name of the master / source PDF file, an incrementing number, and the a PNG extension. So, if provided a PDF file with 10 pages in it named "example.pdf", this class would write 10 pngs, named "example-1.png" through "example-10.png", in the specified directory., (*4)

A sample, command line tool for use with the class is also included. This file, "pdf_splitter.php", requires the PEAR Console_Getargs package (see http://pear.php.net/package/Console_Getargs). Information on using this tool is available by running "php pdf_splitter.php --help" on the command line., (*5)

Author

Peter E. Snyder - snyderp@gmail.com, (*6)

Fork from https://github.com/snyderp/PES_File_PDF_Splitter, (*7)

The Versions

26/07 2017

dev-master

9999999-dev

  Sources   Download

26/07 2017

v1.2

1.2.0.0

  Sources   Download

08/02 2017

v1.1

1.1.0.0

  Sources   Download

08/02 2017

v1.0

1.0.0.0

  Sources   Download