tagtest.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: tagtest.1m,v 1.3 2007/11/24 00:45:47 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1994-1996 Sam Leffler
  6. ." Copyright (c) 1994-1996 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .TH TAGTEST ${MANNUM1_8} "March 3, 1995"
  31. .SH NAME
  32. tagtest - *(Fx tag line testing program
  33. .SH SYNOPSIS
  34. .B ${SBIN}/tagtest
  35. [
  36. .I options
  37. ] input.tif
  38. .SH DESCRIPTION
  39. .I tagtest
  40. is a program for testing the ``tag line'' support in the *(Fx server.
  41. .I tagtest
  42. takes a
  43. .SM TIFF/F
  44. (c
  45. .SM TIFF
  46. Class F) file and
  47. generates a new
  48. .SM TIFF/F
  49. file that is a copy of the input file, but with sample tag lines imaged
  50. across the top of each page.
  51. Options are provided for specifying 
  52. a tag line format string and a tag line font file.
  53. If neither are specified, then
  54. .I tagtest
  55. will use built-in defaults.
  56. .I tagtest
  57. is designed for testing tag line format strings
  58. and fonts before they are configured for use by the
  59. facsimile server.
  60. .SH OPTIONS
  61. .TP 10
  62. .BI -f " file"
  63. Image the tag line format string using the
  64. Portable Compiled Font (s-1PCFs+1) in
  65. .IR file .
  66. By default
  67. .I tagtest
  68. looks for the font file
  69. .BR fixed.pcf .
  70. .TP
  71. .BI -m " format"
  72. Use
  73. .I format
  74. when imaging tag lines.
  75. If this option is not specified, then
  76. .I tagtest
  77. uses the format string ``From %%n|%c|Page %%p of %%t''.
  78. .TP
  79. .BI -l " locale"
  80. Use
  81. .I locale
  82. as the locale setting for preparing the given
  83. .I format
  84. string.  For example, ``en_US.UTF-8''.  If the string is
  85. encoded via UTF-8 then the correct setting of
  86. .I locale
  87. is requisite for proper decoding by the parser.  By
  88. default the environment settings are used.
  89. .TP
  90. .BI -o " file"
  91. Write output to
  92. .IR file .
  93. By default output is written to the file
  94. .BR t.tif .
  95. .SH "SEE ALSO"
  96. .IR faxsend (${MANNUM1_8}),
  97. .IR hylafax-config (${MANNUM4_5})