Currently supported formats:
In Thumbnails view mode of Total Commander plugin allows to show documents thumbnails (currently only for OOo 2.x and if thumbs are embedded into document).
WARNINGCurrently plugin cannot work properly in TC Lister (F3) mode (most of keys in Lister don't work while plugin is active). But it works OK in TC Quick View mode. So plugin work is disabled in Lister mode, to enable it create the "OOoViewer.ini" file in the plugin folder, and enable the option in it: [Options] AllowWorkInLister=1This note is not valid for the Universal Viewer (ATViewer). Plugin works OK with Universal Viewer, since keys handling in the UV is different. |
To view DOCX documents you need to install one of the following:
Unzip the Translator package into any subfolder of the plugin folder. The OdfConverter.exe file should appear. If you didn't unzip the Translator where needed, you'll see the error message box on opening DOCX files. If you installed the Translator right, you'll see the conversion progress window on opening DOCX.
You can also download
the plugin and ODF Translator in one package.
Configuration
You can edit the following options in the "OOoViewer.ini" file, located in the plugin folder:
Key | Meaning |
---|---|
[Options] section | |
AllowWorkInLister | Enables plugin work in TC Lister (F3 mode). Default is 0 (disabled, only TC QuickView is enabled). |
ShowImages | Enables showing images for FB2 documents. Plugin will start slower. Default is 1 (enabled). |
TempExtension | Enables using extension in the temp folder's name.
When enabled, folder name for "example.odt" file will look like "C:\Temp\example.odt.tmp",
overwise it will look like "C:\Temp\example". Default is 1. Note that it must be set to 0 if you use Novell ODF Converter. |
* Copyright (c) 2006, Clever Age * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * Neither the name of Clever Age, nor the names of its contributors may * be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |