Skip to content

QL-Win/QuickLook.Plugin.OfficeViewer

Repository files navigation

QuickLook icon

QuickLook.Plugin.OfficeViewer

This plugin allows QuickLook to preview Office file formats, without the requirement of installing Office suite.

Download and Installation

  1. Go to Release page and download the latest version.
  2. Make sure that you have QuickLook running in the background. Go to your Download folder, and press Spacebar on the downloaded .qlplugin file.
  3. Click the “Install” button in the popup window.
  4. Restart QuickLook.

Development

This plugin uses Syncfusion components to render Office file formats. These components are NOT FREEWARE. If you want to develop on this project and distribute it among users, YOU MUST OBTAIN A LICENSE FROM SYNCFUSION. Specifically, Syncfusion provides Open Source Project License for open-source project, which is free.

After you have obtained a license, you should get your license key, insert it into SyncfusionKey.Example.cs, then rename the file to SyncfusionKey.cs.

License

Source codes in this project

MIT License

Copyright (c) 2018 Paddy Xu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Syncfusion components

Customer acknowledges and agrees that if the Customer uses the Licensed product to create an open-source project, and then chooses to share that project with others, then Customer further acknowledges and agrees that the Customer will abide by the following additional terms concerning . Failure to abide by any of the following additional terms is a material breach of this Agreement which will result in immediate termination of all rights granted hereunder. Upon breach of this section titled “Open Source Project Terms,” then Customer is immediately liable for all damages caused directly or indirectly by Customer’s breach of this Agreement.

  • Customer must have a written agreement in place under which it grants rights to its Open Source Project, and such written agreement shall clearly state that any person or entity obtaining any Syncfusion code, licensed assemblies, or dependencies as a result of the Open Source Project must obtain their own licensed copy of the Licensed Product from Syncfusion.
  • Customer shall not distribute any Syncfusion binaries as part of an open-source project. The open-source project will not be licensed under any viral code license or General Public License to include, but not be limited, to GNU or GPL.
  • The open-source project can only be licensed under BSD or MIT licensing.