1PST2DII(1) PST2DII(1)
2
3
4
6 pst2dii - extract email messages from a MS Outlook .pst file in DII
7 load format
8
10 pst2dii [-B bates-prefix] [-O dii-output-file] [-V] [-b bates-number]
11 [-c bates-color] [-d debug-file] -f ttf-font-file [-h]
12 [-o output-directory] pstfilename
13
14
16 -B bates-prefix
17 Sets the bates prefix string. The bates sequence number is ap‐
18 pended to this string, and printed on each page.
19
20
21 -O dii-output-file
22 Name of the output DII load file.
23
24
25 -V Show program version. Subsequent options are then ignored.
26
27
28 -b bates-number
29 Starting bates sequence number. The default is zero.
30
31
32 -c bates-color
33 Font color for the bates stamp on each page, specified as 6 hex
34 digits as rrggbb values. The default is ff0000 for bright red.
35
36
37 -d debug-file
38 Specify name of debug log file. The log file is now an ascii
39 file, instead of the binary file used in previous versions.
40
41
42 -f ttf-font-file
43 Specify name of a true type font file. This should be a fixed
44 pitch font.
45
46
47 -h Show summary of options. Subsequent options are then ignored.
48
49
50 -o output-directory
51 Specifies the output directory. The directory must already ex‐
52 ist.
53
54
56 pst2dii reads the email messages from a MS Outlook .pst file and pro‐
57 duces a DII load file that may be used to import message summaries into
58 a Summation DII system. The DII output file contains references to the
59 image and attachment files in the output directory.
60
61
63 Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com>
64
65
66 This program is free software; you can redistribute it and/or modify it
67 under the terms of the GNU General Public License as published by the
68 Free Software Foundation; either version 2, or (at your option) any
69 later version.
70
71
72 You should have received a copy of the GNU General Public License along
73 with this program; see the file COPYING. If not, please write to the
74 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
75
76
78 0.6.44
79
80
81
82
83 2009-09-14 PST2DII(1)