Each file has its own page where you can preview it, comment on it, rate it, see its upload history, and roll back to a previous version. 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:
The top also includes a button to view the file options menu, which 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.
Checked Out
Below the file info and options section is an indicator that will appear if the file has been 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 on the full screen.
To display Office files in a browser, the default file viewer converts Office files to PDF. The PDF conversion process may result in unexpected formatting changes. You can use the Office web viewer to display Office files instead. Go to Control Panel > System > System Properties and set FileWopiViewerEnabledForOfficeFiles to true.
Comments appear below the file preview.
You can hide the print button in the file preview to prevent users from printing files.
/*Hide print option for files*/ .et-files .print { display: none; }
<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.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/22575/view-file
Your session has expired. You are being logged out.