Xref: utzoo comp.lang.postscript:6439 comp.text:7443 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!maverick.ksu.ksu.edu!umriscc!franklin.ee.umr.edu From: jmd@franklin.ee.umr.edu (Jim Dumser) Newsgroups: comp.lang.postscript,comp.text Subject: Re: Help: WordPerfect printing to a PostScript file Keywords: WordPerfect WP PostScript Message-ID: <1500@umriscc.isc.umr.edu> Date: 19 Oct 90 12:46:50 GMT References: <3435@mcrware.UUCP> <90Oct18.222136edt.21887@me.utoronto.ca> Sender: news@umriscc.isc.umr.edu Followup-To: comp.lang.postscript Distribution: usa Organization: University of Missouri - Rolla Lines: 29 In article <90Oct18.222136edt.21887@me.utoronto.ca> sun@me.utoronto.ca (Andy Sun Anu-guest) writes: >To print to a file in Word Perfect, you first have to use Shift-F7 to go >to the print menu. Then pick select printer and choose the laser printer of >your choice. Still under select printer, choose option 3 (edit) to edit >the driver. Another menu will show up to allow you to change the port, >font, size, etc. Pick the Port option. Instead of choosing LPT1, COM1, etc., >chooose OTHER. This will allow you to type in the output filename. After >you are done, F7 to exit back to the top level. No whenever you print, the >output goes to the designated filename. There's one more step, depending on how you intend to print the file. Someone here is doing their thesis in WP 5.0, and so I know! There appears to be a bug in the Postscript drivers: _t (one of the procedures defined in the prolog) is always followed by ONLY a carriage return -- no linefeed. The guy here was shipping the file up to a Unix machine to have it spooled there, and he uploaded the file using Kermit. Kermit removes the lone carriage return (other "text" protocols may as well). He had to send it as a binary file (set filetype binary, I think) for it to keep the carriage return intact. Jim +-------------------------------------------------------+ | The fear of the Lord is the beginning of knowledge, | | but fools despise wisdom and discipline. Proverbs 1:7 | |-------------------------------------------------------| | Internet: jmd@ee.umr.edu | M S - D O S . . . | | UUCP: ...uunet!umree!jmd | Just say "NO!" | +-------------------------------------------------------+