|
OpenSencillo
2015.009
Long live the simplicity of PHP
|
Public Member Functions | |
| convert ($name, $id=null, $pdfSource=null, $jpgOutDir=null, $quality=null) | |
| simulation ($name, $id=null, $pdfSource=null) | |
| pdfPathGenerator ($name, $id=null, $pdfSource=null) | |
| errorList () | |
| inPath ($path) | |
| outPath ($path) | |
Data Fields | |
| $error =array() | |
| $path =array() | |
Definition at line 11 of file imagick.convert.pdf2jpg.php.
| convert | ( | $name, | |
$id = null, |
|||
$pdfSource = null, |
|||
$jpgOutDir = null, |
|||
$quality = null |
|||
| ) |
Convert PDF to JPG via PHP imagick
| string | $name | (name input file) |
| number | $id | (numeric user id if system using id) |
| string | $pdfSource | (pdf source path) |
| string | $jpgOutDir | (jpg out root dir path) |
Definition at line 27 of file imagick.convert.pdf2jpg.php.
| errorList | ( | ) |
Get last error
Definition at line 132 of file imagick.convert.pdf2jpg.php.
| inPath | ( | $path | ) |
Path finder for testing
| string |
Definition at line 141 of file imagick.convert.pdf2jpg.php.
| outPath | ( | $path | ) |
Path finder for testing
| string |
Definition at line 151 of file imagick.convert.pdf2jpg.php.
| pdfPathGenerator | ( | $name, | |
$id = null, |
|||
$pdfSource = null |
|||
| ) |
Convert simulation for generate path to source. Without ImageMagic php extension.
| string | $name | (name input file) |
| number | $id | (numeric user id if system using id) |
| string | $pdfSource | (pdf source path) |
Definition at line 120 of file imagick.convert.pdf2jpg.php.
| simulation | ( | $name, | |
$id = null, |
|||
$pdfSource = null |
|||
| ) |
Convert simulation
| string | $name | (name input file) |
| number | $id | (numeric user id if system using id) |
| string | $pdfSource | (pdf source path) |
Definition at line 83 of file imagick.convert.pdf2jpg.php.