Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pst2dii(1) [centos man page]

PST2DII(1)						  libpst Utilities - Version 0.6						PST2DII(1)

NAME
pst2dii - extract email messages from a MS Outlook .pst file in DII load format SYNOPSIS
pst2dii [-B bates-prefix] [-O dii-output-file] [-V] [-b bates-number] [-c bates-color] [-d debug-file] -f ttf-font-file [-h] [-o output-directory] pstfilename OPTIONS
-B bates-prefix Sets the bates prefix string. The bates sequence number is appended to this string, and printed on each page. -O dii-output-file Name of the output DII load file. -V Show program version. Subsequent options are then ignored. -b bates-number Starting bates sequence number. The default is zero. -c bates-color Font color for the bates stamp on each page, specified as 6 hex digits as rrggbb values. The default is ff0000 for bright red. -d debug-file Specify name of debug log file. The log file is now an ascii file, instead of the binary file used in previous versions. -f ttf-font-file Specify name of a true type font file. This should be a fixed pitch font. -h Show summary of options. Subsequent options are then ignored. -o output-directory Specifies the output directory. The directory must already exist. DESCRIPTION
pst2dii reads the email messages from a MS Outlook .pst file and produces a DII load file that may be used to import message summaries into a Summation DII system. The DII output file contains references to the image and attachment files in the output directory. COPYRIGHT
Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, please write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. VERSION
0.6.59 pst2dii 0.6.59 2011-05-27 PST2DII(1)

Check Out this Related Man Page

GPSTRIP(1)							Linux user's manual							GPSTRIP(1)

NAME
gpstrip - discard symbols from object file SYNOPSIS
gpstrip [options] [file(s)] WARNING
The information in this man page is an extract from the full documentation of gputils and is limited to the meaning of the options. For complete and current documentation, refer to "gputils.ps" located in the gputils docs directory. DESCRIPTION
gpstrip discards symbols from GNU PIC object files. gpstrip is part of gputils. Check the gputils(1) manpage for details on other GNU PIC utilities. OPTIONS
-g, --strip-debug Strip debug symbols. -h, --help Show this usage message. -k SYMBOL, --keep-symbol SYMBOL Keep symbol. -n SYMBOL, --strip-symbol SYMBOL Remove symbol. -o FILE, --output FILE Alternate name of output file. -p, --preserve-dates Preserve dates. -r SECTION, --remove-section SECTION Remove section. -s, --strip-all Remove all symbols. -u, --strip-unneeded Strip symbols not need for relocations. -v, --version Show version. -x, --discard-all Remove non-global symbols. SEE ALSO
gputils(1) AUTHOR
Craig Franklin <craigfranklin@users.sourceforge.net> COPYRIGHT
Copyright (C) 2005 Craig Franklin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. gputils-0.13.7 2007-10-27 GPSTRIP(1)
Man Page