symfony-bundle unoconv-bundle
This bundle allows you to convert files through unoconv (LibreOffice)
jmd/unoconv-bundle
This bundle allows you to convert files through unoconv (LibreOffice)
- Tuesday, May 17, 2016
- by mops1k
- Repository
- 1 Watchers
- 0 Stars
- 2,994 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 5 % Grown
JMDUnoconvBundle
This bundle provide gateway near php-unoconv/php-unoconv and symfony 2., (*1)
Installation
composer require jmd/unoconv-bundle
// app/AppKernel.php
$bundles = array(
...
new JMD\UnoconvBundle\JMDUnoconvBundle(),
...
);
Configuration
jmd_unoconv:
config:
timeout: 42
binaries: /usr/bin/unoconv
Usage
$unoconv = $this->get('jmd_unoconv');
$unoconv->convert($inputFile, $format);
$unoconv->convert($inputFile, $format, $outputFile);
Console command:, (*2)
php app/console jmd:unoconv:convert format /path/to/some/input_File -o /path/to/output/file
dev-master
9999999-dev
This bundle allows you to convert files through unoconv (LibreOffice)
Sources
Download
MIT
The Requires
by
Aleksandr Kvintilyanov
file
symfony
convert
v1.0.2
1.0.2.0
This bundle allows you to convert files through unoconv (LibreOffice)
Sources
Download
MIT
The Requires
by
Aleksandr Kvintilyanov
file
symfony
convert
v1.0.1
1.0.1.0
This bundle allows you to convert files through unoconv (LibreOffice)
Sources
Download
MIT
The Requires
by
Aleksandr Kvintilyanov
file
symfony
convert