This is NEXT-Postscript-Conversion in view mode; [Up]
Date: Sun 04-Jun-1990 18:00:10 From: Unknown Subject: NEXT/Postscript Conversion Help... I am attempting to transfer an MS-WORD, postscript file, using FTP to the NEXT. When trying to print the file, the result was: error, postscript errors. Any ideas ??? Jonah S.
Date: Sun 04-Jun-1990 19:44:45 From: Unknown Subject: Re: NEXT/Postscript Conversion In article <Jun.4.14.00.09.1990.26582@pilot.njin.net> sinowitz@pilot.njin.net (Jonah Sinowitz) writes: > I am attempting to transfer an MS-WORD, >postscript file, using FTP to the NEXT. When >trying to print the file, the result was: >error, postscript errors. > >Any ideas ??? You need to include a postscript initialization file on the front. Word sends a bunch of macro definitions in front of the file that you "print." With Word 5.0, the file is named "postscrp.ini." You have to tweak the macros a bit to remove the stuff that checks for pre-loaded macros. Here are the changes I made to postscrp.ini (Word 5.0): 8,15d7 < %%BeginExitServer: 0 < userdict /msinifile known < {msinifile (POSTSCRP) eq {stop} if} if < serverdict begin 0 exitserver < userdict /msorigstate known {msorigstate restore} if < save /msorigstate exch def < /msinifile (POSTSCRP) def < %%EndExitServer 186c178 < /PSe {restore end currentfile closefile} bind def --- > /PSe {restore end} bind def 323d314 < ^D
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.