Skip to content

Commit 111d9ea

Browse files
committed
updated readme and testcase
1 parent 9c50252 commit 111d9ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Supports various document formats including:
9292
- Presentations: PPT, PPTX, ODP
9393
- Images: JPG, PNG, SVG, BMP, TIFF, WEBP, GIF
9494
- Web: HTML, XML
95-
- Other: PDF, EPUB
95+
- Other: PDF
9696

9797
### Usage
9898

tests/TestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function getEnvironmentSetUp($app): void
3333
$app['config']->set('doxswap.input_disk', 'local');
3434
$app['config']->set('doxswap.output_disk', 'local');
3535
$app['config']->set('doxswap.perform_cleanup', false);
36-
$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/Applications/LibreOffice.app/Contents/MacOS/soffice'));
37-
//$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/usr/bin/soffice'));
36+
//$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/Applications/LibreOffice.app/Contents/MacOS/soffice'));
37+
$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/usr/bin/soffice'));
3838
}
3939
}

0 commit comments

Comments
 (0)