File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This package needs [LibreOffice](https://libreoffice.org/) for the convertion.
66
77## Which extension can be converted to what?
88You can check the following files:
9- - [ WriterProgramm.php] ( ./ src/Programms/WriterProgramm.php)
10- - [ CalcProgramm.php] ( ./ src/Programms/CalcProgramm.php)
11- - [ DrawProgramm.php] ( ./ src/Programms/DrawProgramm.php)
12- - [ ImpressProgramm.php] ( ./ src/Programms/ImpressProgramm.php)
9+ - [ WriterProgramm.php] ( src/Programms/WriterProgramm.php )
10+ - [ CalcProgramm.php] ( src/Programms/CalcProgramm.php )
11+ - [ DrawProgramm.php] ( src/Programms/DrawProgramm.php )
12+ - [ ImpressProgramm.php] ( src/Programms/ImpressProgramm.php )
1313
1414## Installation
1515
@@ -46,8 +46,8 @@ Converter::file('./Test.odt')
4646 ->save('./lorem.jpg');
4747```
4848## ToDo
49- [ ] Rethinking parameter building process
50- [ ] Add some more Tests
49+ - [ ] Rethinking parameter building process
50+ - [ ] Add some more Tests
5151
5252Ideas and PRs are welcome :)
5353## Testing
You can’t perform that action at this time.
0 commit comments