Skip to content

Commit fcca49a

Browse files
author
Marvin Kuhn
authored
deleted todo section and updated requirements
1 parent b2ac59b commit fcca49a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
This 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?
1213
You 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;
4950
Converter::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

0 commit comments

Comments
 (0)