From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8cc649f593606ebf,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-01 15:32:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Mark Newsgroups: comp.lang.ada Subject: Prettty printed reports in MSWindows Date: Thu, 01 May 2003 17:32:26 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3EB1A07A.6050108@dontspam.net> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:36821 Date: 2003-05-01T17:32:26-05:00 List-Id: I'm not used to working in MSWindows, and I'm not used to printing paper. However, I am currently trying to figure out a good way to print some formatted business reports. So far it looks like I could write the data in RTF format and get Notepad to do the printing. Or I could write it out in PS and use ghostscript ... maybe use groff to create the postscript? How do others print out formatted reports with Ada? Mark