2017 © Pedro Peláez
 

symfony-bundle unoconv-bundle

This bundle allows you to convert files through unoconv (LibreOffice)

image

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

The README.md

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

The Versions

17/05 2016

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

17/05 2016

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

16/05 2016

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