Don't just store files, make them an interactive tool for your organization through collaboration, comments & ratings. Communifire makes old-fashioned document management modern. You can easily upload and share documents with others using drag-and-drop from your desktop, or use the built-in content browsers. And you always have full control, with the ability to view the upload history of each file and roll-back to previous versions if you need. Set fine-grained permissions on individual folders and choose who can view, upload, edit, and delete them, so things are always organized for you. Supported file types include PDFs, the entire Microsoft suite, OpenOffice files, and video, audio, and text files.
The top of the file viewer provides the following information about the file:
A button to view the file options menu is also at the top. This menu includes buttons to Download Files , Update File , Edit File Properties , view File Version History , open the file in full screen, Print , Share , Bookmark , Report Abuse , View Report , and Delete File .
Below the file info and options section is an indicator that appears if the file is checked out for updating. The indicator shows which user has checked out the file.
File preview supports PDF files, Word files, PowerPoint files, Excel files, and much more. Use the Full Screen View in File Options to preview the file in full screen.
You can hide the print button in the file preview to prevent users from printing files.
Add the following code in Control Panel > System > General Settings > Header and Footer Scripts > Enter footer scripts, at the bottom.
<script> //Hide print button in file preview var $printContentIframe = $('#print_content').find('iframe'); if ($printContentIframe.length > 0) { var contentWindow = $printContentIframe[0].contentWindow; if (contentWindow) { var $printInIframe = $(contentWindow.document).find('#print'); if ($printInIframe.length > 0) { $printInIframe.hide(); } } } </script>
If you're on-premise, you can edit the viewer.css file directly in \Assets\scripts\pdf-js\web instead of using footer scripts. The viewer.css file controls the display of the file preview.
Please enable JavaScript to use file uploader.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/22575/view-file