From f80b709389a9e819d8ec0ad23b2d6a0c9d8ca729 Mon Sep 17 00:00:00 2001 From: richegg Tsai Date: Mon, 8 Jan 2018 16:20:40 +0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef6d346..0e49934 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Office Converter -####PHP Wrapper for LibreOffice +#### PHP Wrapper for LibreOffice Convert offices files to PDF and HTML using LibreOffice or OpenOffice. Supported conversion formats include: @@ -11,6 +11,9 @@ Supported conversion formats include: * doc => pdf, odt, html * xlsx => pdf * xls => pdf +* png => pdf +* jpg => pdf +* jpeg => pdf ### Installation @@ -19,15 +22,7 @@ It is recommended to install OfficeConverter through [Composer](http://getcompos Run this command within your project directory ```shell -composer require ncjoes/office-converter -``` - -Or add this line to your `composer.json` - -```json -{ - "ncjoes/office-converter": "0.1.*" -} +composer require overseas-tw/office-converter ``` ### Dependencies @@ -40,7 +35,7 @@ Here are some samples. ```php convertTo('output-file.pdf'); //generates pdf file in same directory as test-file.docx