Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wvware(1) [suse man page]

wvWare(1)						      General Commands Manual							 wvWare(1)

NAME
wvWare - convert msword documents SYNOPSIS
wvWare [-c charset] [--charset charset] [-p password] [--password password] [-x config.xml] [--config config.xml] [-d dir] [--dir dir] filename DESCRIPTION
wvWare converts word documents into other formats such as PS,PDF,HTML,LaTeX,DVI,ABW OPTIONS -c charset, --charset charset word 97 documents are stored in one of two formats, either in 8 bit windows codepages or in 16 bit unicode. The unicode can be con- verted easily into utf-8, and the codepages are promoted to unicode and converted from there, except for the western european code- page which is always converted to iso-5589-15 if possible. This is the default behaviour. While it is possible to convert into other formats or to force a conversion to a particular format, it is not recomended as you don't get a guarantee that the output will be correct. For instance, if you convert an english document into koi8-r encoding then it will be wrong, but if you are sure then you can override the default output format. The charsets that are available depend on your system: systems using the gnu libc 2 and above can convert to just about anything; systems that at, wv configure time, prove to be inadequate for charset conversion use wv's internal conversion formats which are a small subset of the possible conversions, namely: utf-8 iso-5589-15 koi8-r tis-620 -p password, --password password Due to heroic work done by a great team of workers, the wv library can decrypt password protected word 97 and older versions of word documents given the correct password. -d dir, --dir dir If dir is used then any created graphics will be placed in this directory. The default is the directory in which the word document resides. -x config.xml, --config config.xml Use this to give the location of the config file. If not used, the config file is searched for by first checking the current direc- tory, and then by looking in the install location (/usr/local/lib/wv/wvHtml.xml by default) MORE INFORMATION
http://wvware.sourceforge.net SEE ALSO
wvAbw(1), wvHtml(1), wvLatex(1), wvCleanLatex(1), wvPS(1), wvDVI(1), wvPDF(1), wvRTF(1), wvText(1), wvWml(1), wvMime(1), catdoc(1), word2x(1) AUTHOR
Dom Lachowicz (current author and maintainer) Caolan McNamara (original author) WEB: http://wvware.sourceforge.net MAIL: cinamod@hotmail.com wvWare(1)

Check Out this Related Man Page

asadmin-delete-resource-adapter-config(1AS)			   User Commands		       asadmin-delete-resource-adapter-config(1AS)

NAME
asadmin-delete-resource-adapter-config, delete-resource-adapter-config - deletes the configuration information created in domain.xml for the connector module SYNOPSIS
delete-resource-adapter-config --user admin_user [--password admin_password][--host localhost] [--port 4848][--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] raname Deletes the entry in the resource-adapter-config element of the domain.xml file with the provided --raname. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. OPERANDS
raname the value kept in the resource-adapter-name in the domain.xml file. Example 1: Using delete-resource-adapter-config asadmin> delete-resource-adapter-config --username admin1 --password adminadmin myresourceadapter Command delete-resource-adapter-config executed successfully EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-resource-adapter-config(1AS), asadmin-list-resource-adapter-configs(1) J2EE 1.4 SDK March 2004 asadmin-delete-resource-adapter-config(1AS)
Man Page