PHPackages                             eurechasherij/office-converter-windows - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eurechasherij/office-converter-windows

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

eurechasherij/office-converter-windows
======================================

PHP Wrapper for LibreOffice on Windows

v1.0.2(3y ago)051MITPHPPHP &gt;=5.4.4

Since Aug 25Pushed 3y agoCompare

[ Source](https://github.com/eurechasherij/office-converter-windows)[ Packagist](https://packagist.org/packages/eurechasherij/office-converter-windows)[ RSS](/packages/eurechasherij-office-converter-windows/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Office Converter
================

[](#office-converter)

#### PHP Wrapper for LibreOffice on Windows

[](#php-wrapper-for-libreoffice-on-windows)

Convert offices files to PDF and HTML using LibreOffice or OpenOffice. Supported conversion formats include:

- pptx =&gt; pdf
- ppt =&gt; pdf
- pdf =&gt; pdf
- docx =&gt; pdf, odt, html
- doc =&gt; pdf, odt, html
- xlsx =&gt; pdf
- xls =&gt; pdf
- png =&gt; pdf
- jpg =&gt; pdf
- jpeg =&gt; pdf

### Installation

[](#installation)

It is recommended to install OfficeConverter through [Composer](http://getcomposer.org/).

Run this command within your project directory

```
composer require ncjoes/office-converter
```

### Dependencies

[](#dependencies)

In order to use OfficeConverter, you need to install [LibreOffice](http://www.libreoffice.org/).

### Usage

[](#usage)

Here are some samples.

```
