Open bsavelev opened 10 years ago
Can you open a pull request so that we can discuss this?
Hello! Open pull request, but code is still dirty(
If I change the Files: files_pdfviewer/3rdparty/pdfjs/viewer.js files_pdfviewer/convert.php files_pdfviewer/js/files.php files_pdfviewer/js/loader.js
I have a problem, I can open .pdf, but if I open an .doc File, it come a error. The LOG says Error PHP unlink(/tmp/b4b5f9762c569bc96e8090fe572624cfdocx.pdf): No such file or directory at /var/www/owncloud/apps/files_pdfviewer/convert.php#26 2014-03-12T13:14:28+00:00
Error PHP readfile(/tmp/b4b5f9762c569bc96e8090fe572624cfdocx.pdf): failed to open stream: No such file or directory at /var/www/owncloud/apps/files_pdfviewer/convert.php#25
What is the Problem I have?
see https://github.com/owncloud/apps/pull/1666 this problem was fixed there
What I must do? "fix unlink tmp files" was not successful
Please help
libreoffice installed? is it in PATH? any php errors?
Libreoffice, that was it. Thank you so much!
Hi @bsavelev and @armbrust80 Is it supposed to work now? I'm on 7.0.2 , I can see PDF files in the viewer, libreoffice is installed, I can edit .doc or .docx files, but I can't see them in the viewer when I click on them (the page is blank, with the OC bar at the top, and a button "Close") What's the status? Thanks!
Hello! In #125 I prepare some hack for preview office docs. May be it can be included in app:files_pdfviewer?