File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 66This package is for converting office formats to something else. You can generate Thumbnails, PDFs etc..
77
88## Requirements
9- This package needs [ LibreOffice] ( https://libreoffice.org/ ) for the convertion.
9+ - [ LibreOffice] ( https://libreoffice.org/ ) for the convertion.
10+ - PHP >= 7.0
1011
1112## Which extension can be converted to what?
1213You can check the following files:
13- - [ WriterProgramm .php] ( src/Converters/WriterConverter.php )
14- - [ CalcProgramm .php] ( ./src/Converters/CalcConverter.php )
15- - [ DrawProgramm .php] ( src/Converters/DrawConverter.php )
16- - [ ImpressProgramm .php] ( src/Converters/ImpressConverter.php )
14+ - [ WriterConverter .php] ( src/Converters/WriterConverter.php )
15+ - [ CalcConverter .php] ( ./src/Converters/CalcConverter.php )
16+ - [ DrawConverter .php] ( src/Converters/DrawConverter.php )
17+ - [ ImpressConverter .php] ( src/Converters/ImpressConverter.php )
1718
1819## Installation
1920
@@ -49,11 +50,7 @@ use Breadlesscode\Office\Converter;
4950Converter::file('./Test.odt')
5051 ->save('./lorem.jpg');
5152```
52- ## ToDo
53- - [ ] Rethinking parameter building process
54- - [ ] Add some more Tests
5553
56- Ideas and PRs are welcome :)
5754## Testing
5855
5956``` bash
You can’t perform that action at this time.
0 commit comments