1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_reader: experimental PDF support, Work In Progress

This commit is contained in:
frankdelange 2017-03-19 17:56:52 +01:00
parent 9865f94e70
commit ed0d8ae717
27 changed files with 3649 additions and 2 deletions

View file

@ -74,7 +74,8 @@ class PageController extends Controller {
public function showReader() {
$templates= [
'application/epub+zip' => 'epubreader',
'application/x-cbr' => 'cbreader'
'application/x-cbr' => 'cbreader',
'application/pdf' => 'pdfreader'
];
/**