1TAGTEST(8C) TAGTEST(8C)
2
3
4
6 tagtest - HylaFAX tag line testing program
7
9 /usr/sbin/tagtest [ options ] input.tif
10
12 tagtest is a program for testing the ``tag line'' support in the
13 HylaFAX server. tagtest takes a TIFF/F (TIFF Class F) file and gener‐
14 ates a new TIFF/F file that is a copy of the input file, but with sam‐
15 ple tag lines imaged across the top of each page. Options are provided
16 for specifying a tag line format string and a tag line font file. If
17 neither are specified, then tagtest will use built-in defaults.
18 tagtest is designed for testing tag line format strings and fonts
19 before they are configured for use by the facsimile server.
20
22 -A Add the lines of the tagline to the image instead of replac‐
23 ing existing lines.
24
25 -B Place the tagline at the bottom of the image instead of at
26 the top (currently functions with MMR images only).
27
28 -f file Image the tag line format string using the Portable Compiled
29 Font (PCF) in file. By default tagtest looks for the font
30 file fixed.pcf.
31
32 -m format Use format when imaging tag lines. If this option is not
33 specified, then tagtest uses the format string ``From
34 %%n|%c|Page %%p of %%t''.
35
36 -l locale Use locale as the locale setting for preparing the given for‐
37 mat string. For example, ``en_US.UTF-8''. If the string is
38 encoded via UTF-8 then the correct setting of locale is req‐
39 uisite for proper decoding by the parser. By default the
40 environment settings are used.
41
42 -o file Write output to file. By default output is written to the
43 file t.tif.
44
46 faxsend(8C), hylafax-config(5F)
47
48
49
50 March 3, 1995 TAGTEST(8C)