phuonght / converter-document
There is no license information available for the latest version (v3.2) of this package.
Support converting documents to other formats
v3.2
2024-12-30 09:35 UTC
Requires
- php: >=7.4
- ext-pcntl: *
- guzzlehttp/guzzle: ^7.0
- hocvt/php-apache-tika: ^0.9.2
- nelexa/zip: ^4.0
- symfony/finder: ^6.0 || ^7.0
- symfony/mime: ^6.0 || ^7.0
- symfony/process: ^6.0 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^6.0 || ^7.0
README
- Poppler tools kit
- Jod converter
Usage
$converter = new \Colombo\Converters\Helpers\Converter(); $converter->setInput($input); // force custom converter $converter->setOutputFormat( 'pdf'); $converter->setEndPage(1); $converter->setEndPage(2); $result = $converter->run(); if($result->isSuccess()){ $result->saveTo('xxx.pdf'); }else{ print_r($result->getErrors()); }
With laravel
-
Add
ConverterServiceProvider
to app.php and type command like thisphp artisan colombo_convert -i ~/Downloads/30325685_1545065160.doc -f pdf --output ./x.pdf
Stable
- poppler utils
- gs
- pdf2htmlex
Todo
-[ ] Add ghostscript for optimize pdf file -[ ] Add qpdf -[ ] Add mupdf for capture pdf