Hi, I did. The link is .<iframe src="/pdfviewer/web/viewer.html?file=%2Fop%2Fop.ViewOnline.php%3Fdocumentid%3D28%26version%3D1" _width="100%" _height="100%" style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%"></iframe>. It seems to invoke the viewer, piping in the document with the "ViewOnline". Changing the button's link, IE taking that combine link above doesn't work and it breaks the "live view" when you have a PDF selected because it adds "/pdfviewer/web/viewer.html?"...
Thanks for your input guys. I had assume that since I had install unoconv and mention it in the settings, that SeedDMS would convert the file and display as PDF in the browser. Uwe, I've modified the class.ViewDocument.php in boostrap, replacing the op/op.ViewOnline.php with /pdfviewer/web/viewer.html. The Web page adds the necessary reference to the document (mine being ...?documentid=27&version=1). Hence, the hyperlink for the button goes from http://localhost/op/op.ViewOnline.php?documentid=27&version=1...
Hi, I'm having issues with the office documents preview (doc/docx, xls/xlsx, etc), like many others that I've read in the discussion and Tickets. I have tried many suggested solutions/patches/modifications with no results, hence this new (old) thread. The OS is Ubuntu's latest 22.04, PHP 8.1.9, Apache2, Mysql 8.0.30 SeedDMS version is the latest 6.0.19 Additionnal intalls : imagemagick / gd2 / unoconv (and some other php-CRAP I might have forgotten in all my steps of trying to) I've followed the...