2017 © Pedro Peláez
 

library office-converter

Convert office documents to something else

image

breadlesscode/office-converter

Convert office documents to something else

  • Wednesday, January 3, 2018
  • by Marvvvv
  • Repository
  • 2 Watchers
  • 5 Stars
  • 22 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

Office converter (with LibreOffice)

Latest Stable Version Downloads License, (*1)

This package is for converting office formats to something else. You can generate Thumbnails, PDFs etc.., (*2)

Requirements

Which extension can be converted to what?

You can check the following files: - WriterConverter.php - CalcConverter.php - DrawConverter.php - ImpressConverter.php, (*3)

Installation

This package can be installed through Composer., (*4)

composer require breadlesscode/office-converter

How to use

use \Breadlesscode\Office\Converter;

Converter::file('Test.odt') // select a file for convertion
    ->setLibreofficeBinaryPath('/usr/bin/libreoffice') // binary to the libreoffice binary
    ->setTemporaryPath('./temp') // temporary directory for convertion
    ->setTimeout(100) // libreoffice process timeout
    ->save(__DIR__.'/lorem.pdf'); // save as pdf

Examples

Save with original name in folder

use Breadlesscode\Office\Converter;

Converter::file('./Test.odt')
    ->save('./lorem', 'jpg');

Save with custom name

use Breadlesscode\Office\Converter;

Converter::file('./Test.odt')
    ->save('./lorem.jpg');

Testing

bash $ composer test, (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

03/01 2018

dev-travis-support

dev-travis-support

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre

03/01 2018

dev-master

9999999-dev

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre

03/01 2018

v1.0.2

1.0.2.0

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre

30/12 2017

v1.0.1

1.0.1.0

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre

25/12 2017

v1.0.0

1.0.0.0

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre

06/11 2017

v0.1.0-beta1

0.1.0.0-beta1

Convert office documents to something else

  Sources   Download

MIT

The Requires

 

The Development Requires

export text pdf convert thumbnail office libre