

                             DOCPRINT

                                by

                          Dennis Schmitz
                        Fidonet 1:106/1505

              An Opus Documentation Printing Utility

DOCPRINT is a program that can be used to print Opus 1.10
documentation in the format that best matches your equipment. 
Opus 1.10 documentation is formated for easy on screen viewing. 
It also contains IBM line draw characters for attractive boxes
and diagrams.

Some printers and PC models may not support the IBM line draw
characters.  You may use DOCPRINT to convert the line draw
characters to near equivalent ascii characters that should be
viewable or printable with most hardware.  

The documentation is formatted with no left margin to allow
onscreen viewing.  DOCPRINT can be used to vary the left margin
for printing.  It defaults to a left margin of 10 characters,
unless explicitly override it with the command line.

Print all pages with a left margin of 10 characters (default):

     DOCPRINT O110_001.TXT PRN

Print page 1 through 15 with a left margin of 5 characters:

     DOCPRINT O110_00A.TXT PRN /l5 /b1 /e15

Print page 1 through 15 with a left margin of 8 characters and
translate IBM line draw characters to ascii characters:

     DOCPRINT O110_00A.TXT PRN /l8 /b1 /e15 /x

List the document to the screen with translated characters:

     DOCPRINT O110_00A.TXT CON /x

Convert the document to a new file with translated characters and
a left margin of 5 characters:

     DOCPRINT O110_00A.TXT O110_00A.NEW /l5 /x

