home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / WORDPERF / EMAILPRS.ZIP / READ.ME < prev   
Encoding:
Text File  |  1992-03-29  |  3.9 KB  |  132 lines

  1. EMAIL.PRS -- a WordPerfect printer driver suitable for producing plain
  2. pasted-up text for email.  Works with both WP for DOS v5.1, and WP for
  3. Windows v5.1,
  4.  
  5. OVERVIEW
  6. ~~~~~~~~
  7. WordPerfect documents cannot be emailed directly, since they contain
  8. binary data.  WordPerfect can export documents as plain text files, but
  9. when this is done all formatting (text attributes, superscripting, page
  10. numbering, etc.)  is lost, and even some text is lost (i.e. text contained
  11. in headers, footers, footnotes, endnotes, and other such substructures).
  12. Mailing a uuencoded copy of the WP document is somewhat awkward, and
  13. unpleasant for the receiver, who must uudecode it before reading it, and
  14. must have a copy of WP.
  15.  
  16. EMAIL.PRS is a WordPerfect printer driver that addresses this problem.
  17. Documents processed with it (see USAGE below) are directly emailable, and
  18. retain all text, including that in headers, notes, etc.  EMAIL.PRS also
  19. attempts to preserve indications of the most common text attributes, using
  20. standard email conventions.  The following table shows the attributres
  21. preserved, and the representation used.
  22.  
  23.     Attribute        Representation  Example
  24.     ~~~~~~~~~        ~~~~~~~~~~~~~~  ~~~~~~~
  25.     Boldface        *            blah *bolded* blah
  26.     Underscore        _            blah _underscored_ blah
  27.     Dbl Underscore  _            blah _double underscored_ blah
  28.     Italic        _            blah _italicized_ blah
  29.     Subscript        _            blah x_1 blah
  30.     Superscript        ^            blah x^2 blah
  31.  
  32. In addition, EMAIL.PRS tries to give a readable representation of selected
  33. characters from the WP extended character sets.  The following table
  34. summarizes:
  35.  
  36.     Character        Representation
  37.     ~~~~~~~~~        ~~~~~~~~~~~~~~
  38.     4,0            >
  39.     4,1            >
  40.     4,2            >
  41.     4,3            >
  42.     4,9            <<
  43.     4,10        >>
  44.     4,17        1/2
  45.     4,18        1/4
  46.     4,25        3/4
  47.     4,33        -
  48.     4,34        -
  49.     6,0            -
  50.     6,1            +/-
  51.     6,2            <=
  52.     6,3            >=
  53.     6.5            /
  54.     6,6            /
  55.     6,7            \
  56.     6,8            /
  57.     6,9            |
  58.     6,10        <
  59.     6,11        >
  60.     6,14        ==
  61.     6,20        ~
  62.     6,21        ->
  63.     6,22        <-
  64.     6,25        =
  65.     6,45        '
  66.     6.46        ''
  67.     6,49        l
  68.     6,66        U
  69.     6,67        <
  70.     6,68        >
  71.     6,72        0
  72.     6,77        <<
  73.     6,78        >>
  74.     6,85        &
  75.     6,86        v
  76.     6,91        |-
  77.     6,92        -|
  78.     6,97        [[
  79.     6,98        ]]
  80.     6,99        !=
  81.     6,175        =df
  82.     6,226        +
  83.     6,227        -
  84.     6,228        =
  85.     6,229        *
  86.     6,230        '
  87.     6,231        ''
  88.     6,232        '''
  89.     6,233        H
  90.     6,234        P
  91.     7,85        ->
  92.     7,86        <-
  93.     7,87        -
  94.     7,150        &
  95.     7,152        v
  96.  
  97. Note that since some of these actually use more than one character space,
  98. text with Justify=Full may have a ragged right margin.  In general,
  99. Justify=Left produces better results with EMAIL.PRS.
  100.  
  101.  
  102. INSTALLATION
  103. ~~~~~~~~~~~~
  104. Install EMAIL.PRS into WP 5.1 (see your WP manual for details).  As the
  105. Port, select Other and supply a filename, e.g. C:\TMP\WP-EMAIL.TXT.
  106.  
  107.  
  108. USAGE
  109. ~~~~~
  110. To produce an emailable representation of a document, or of part of a
  111. document, select "Pseudo-printer for email output" as your printer, and
  112. then print.  The output will be placed in the filename you specified during
  113. installation.  Note: subsequent print jobs using EMAIL.PRS will overwrite
  114. the previous ones, not append to them.  This is the result of a
  115. WordPerfect limitation.
  116.  
  117. REVISION HISTORY
  118. ~~~~~~~~~~~~~~~~
  119. RjR 26 Nov 89  First version: just STANDARD.PRS with overstriking removed.
  120.  
  121. RjR  3 Nov 91  Added approximations of selected characters from charsets 2,
  122.                4, 6, and 7 using graphs, digraphs, and trigraphs.
  123.  
  124. RjR  2 Feb 92  Added email-style bolding (with prefix and suffix "*"
  125.                characters), underline and italics (with prefix and suffix
  126.                "_"), subscript (with prefix "_"), and superscript (with
  127.                prefix "^").
  128.  
  129. AUTHOR
  130. ~~~~~~
  131. Richard Reiner <rreiner@nexus.yorku.ca>
  132.