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

PDFCRACK(1)															       PDFCRACK(1)

NAME
pdfcrack - PDF files password cracker SYNOPSIS
pdfcrack -f filename [options] DESCRIPTION
pdfcrack is a simple tool for recovering passwords from pdf-documents. It should be able to handle all pdfs that uses the standard security handler but the pdf-parsing routines are a bit of a quick hack so you might stumble across some pdfs where the parser needs to be fixed to handle. OPTIONS
-b, --bench Perform benchmark and exit. -c, --charset=STRING Use the characters in STRING as charset. -m, --maxpw=INTEGER Stop when reaching INTEGER as password length. -n, --minpw=INTEGER Skip trying passwords shorter than INTEGER. -l, --loadState=FILE Continue from the state saved in FILENAME. -o, --owner Work with the ownerpassword. -p, --password=STRING Uses STRING as userpassword to speed up breaking ownerpassword (implies -o). -q, --quiet Run quietly. -s, --permutate Try permutating the passwords (currently only supports switching first character to uppercase). -u, --user Work with the userpassword (default). -v, --version Print version and exit. -w, --wordlist=FILE Use FILE as source of passwords to try. AUTHOR
Written by Nacho Barrientos Arias <chipi@criptonita.com> for the Debian GNU/Linux system (but may be used by others). BUGS
Report bugs to Henning Noren <confusion42@users.sourceforge.net>. COPYRIGHT
Copyright (C) 2006, Henning Noren <confusion42@users.sourceforge.net> - All Rights Reserved. This program is free software; you can redis- tribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, Inc. http://sourceforge.net/projects/pdfcrack pdfcrack 0.8 october 26, 2006 PDFCRACK(1)
Man Page