Path: csiph.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!goblin3!goblin.stu.neva.ru!panix!not-for-mail From: John Forkosh Newsgroups: comp.lang.postscript Subject: Re: How can I save a PostScript with a PostScript printer? Date: Wed, 21 Apr 2021 03:26:48 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 22 Message-ID: References: NNTP-Posting-Host: panix3.panix.com X-Trace: reader1.panix.com 1618975608 26919 166.84.1.3 (21 Apr 2021 03:26:48 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Wed, 21 Apr 2021 03:26:48 +0000 (UTC) User-Agent: tin/2.4.5-20201224 ("Glen Albyn") (NetBSD/9.0 (amd64)) Xref: csiph.com comp.lang.postscript:3646 Eli the Bearded <*@eli.users.panix.com> wrote: > In comp.lang.postscript, > Jean-Pierre Coulon wrote: >> If I have a PostScript printer installed, with Acrobat Reader I can say >> Print to a file when I print something with this printer, to obtain a >> PostScript file. >> >> But Word, Excel and Powerpoint do not offer the Print to file option. >> How can I work around? > > What OS? On Unix (eg Linux and Mac) you can -- with difficulty -- "tee" > off a copy of the Postscript sent to the printer. On Windows, I do not > know. <> On linux ("on windows, I do not know"), you can probably use ImageMagick convert, https://imagemagick.org/script/convert.php e.g., bash$ convert myfile.pdf myfile.ps It also converts between many other formats, but you'll have to check whether it works for your input file's format. -- John Forkosh ( mailto: j@f.com where j=john and f=forkosh )