Short:        FW: print HP540 env - both addrs f/doc
Author:       jimd@slip106.termserv.siu.edu (Jim Dutton)
Type:         text/fwrit
Version:      1.0
Architecture: m68k-amigaos
Distribution: unlimited

/*  purpose: FinalWriter macro to print a return and recipient address on a  */
/*           single-fed envelope on an HP540 (or other HP printers which     */
/*           support single-fed #10 envelopes). This would most often be     */
/*           used from within a document being created which will be         */
/*           mailed to someone, using a business format where their          */
/*           address is part of the document.                                */


/*    usage: create FW document with both the sending and receiving          */
/*           addresses as part of the document, in a format similar to:      */
/*                                                                           */
/*              My Name                                                      */
/*              My Address (one or more lines)                               */
/*                                                                           */
/*              Recipient Name                                               */
/*              Recipient Address (one or more lines)                        */
/*                                                                           */
/*              <text>                                                       */
/*                                                                           */
/*           highlight both address blocks, and invoke this macro            */
/*                                                                           */
/* comments: the UNIVERS font is preselected - the envelope print setup is   */
/*           predetermined by the printer - only use envelopes that your     */
/*           printer supports                                                */
/*                                                                           */
/*           all commands and command values are SPECIFIC to the HP540       */
/*           printer - other printers may have DIFFERENT commands and/or     */
/*           values which the USER must determine                            */
/*                                                                           */
/*           the From and To address information is extracted from an        */
/*           existing document - this macro does NOT open a new document     */
/*           wherein you would create addressing data seperately             */