Install.htm 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>How to install Ghostscript</title>
  5. <!-- $Id: Install.htm,v 1.26.2.2 2002/02/01 05:31:25 raph Exp $ -->
  6. <!-- Originally: install.txt -->
  7. <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
  8. </head>
  9. <body>
  10. <!-- [1.0 begin visible header] ============================================ -->
  11. <!-- [1.1 begin headline] ================================================== -->
  12. <h1>How to install Ghostscript</h1>
  13. <!-- [1.1 end headline] ==================================================== -->
  14. <!-- [1.2 begin table of contents] ========================================= -->
  15. <h2>Table of contents</h2>
  16. <blockquote><ul>
  17. <li><a href="#Overview">Overview of how to install Ghostscript</a>
  18. <li><a href="#Install_Unix">Installing Ghostscript on Unix</a>
  19. <ul>
  20. <li><a href="#Shared_object">Ghostscript as a shared object</a>
  21. <li><a href="#Install_Linux">Additional notes on Linux</a>
  22. </ul>
  23. <li><a href="#Install_Windows">Installing Ghostscript on MS Windows</a>
  24. <li><a href="#Install_VMS">Installing Ghostscript on OpenVMS</a>
  25. <li><a href="#Install_DOS">Installing Ghostscript on DOS</a>
  26. <li><a href="#Install_OS2">Installing Ghostscript on OS/2 2.x</a>
  27. </ul></blockquote>
  28. <!-- [1.2 end table of contents] =========================================== -->
  29. <!-- [1.3 begin hint] ====================================================== -->
  30. <p>For other information, see the <a href="Readme.htm">Ghostscript
  31. overview</a> and "<a href="Make.htm">How to build Ghostscript from source
  32. code</a>".
  33. <!-- [1.3 end hint] ======================================================== -->
  34. <hr>
  35. <!-- [1.0 end visible header] ============================================== -->
  36. <!-- [2.0 begin contents] ================================================== -->
  37. <h2><a name="Overview"></a>Overview of how to install Ghostscript</h2>
  38. <p>
  39. You must have three things to run Ghostscript:
  40. <ol>
  41. <li>The Ghostscript executable file; on some operating
  42. systems, more than one file is required. These are entirely
  43. platform-specific. See below for details.
  44. <li>Initialization files that Ghostscript reads in when it
  45. starts up; these are the same on all platforms.
  46. <ul>
  47. <li><b><tt>gs_</tt></b>*<b><tt>.ps</tt></b> unless Ghostscript was compiled
  48. using the "compiled initialization files" option. See the documentation of
  49. <a href="Psfiles.htm">PostScript files distributed with Ghostscript</a>.
  50. <li><b><tt>pdf_</tt></b>*<b><tt>.ps</tt></b> if Ghostscript was compiled
  51. with the ability to interpret Adobe Portable Document Format (PDF) files,
  52. that is, <b><tt>pdf.dev</tt></b> was included in
  53. <b><tt>FEATURE_DEVS</tt></b> when Ghostscript was built.
  54. <li><b><tt>Fontmap</tt></b> and <b><tt>Fontmap.GS</tt></b> (or the
  55. appropriate <b><tt>Fontmap.</tt></b><em>xxx</em> for your platform), unless
  56. you plan always to invoke Ghostscript with the <a
  57. href="Use.htm#FONTMAP_switch"><b><tt>-dNOFONTMAP</tt></b> switch</a>.
  58. </ul>
  59. <li>Fonts, for rendering text. These are platform-independent,
  60. but if you already have fonts of the right kind on your platform,
  61. you may be able to use those. See below for details. Also see the
  62. <a href="Fonts.htm">documentation on fonts</a>.
  63. </ol>
  64. <p>
  65. The <a href="Use.htm">usage documentation</a> describes the search
  66. algorithms used to find initialization files and font files. The
  67. per-platform descriptions that follow tell you where to install these
  68. files.
  69. <hr>
  70. <h2><a name="Install_Unix"></a>Installing Ghostscript on Unix</h2>
  71. <p>
  72. You need the file <b><tt>gs</tt></b> to run Ghostscript on Unix, and
  73. installing Ghostscript on a Unix system requires building it first: please
  74. read <a href="Make.htm#Unix_build">how to build Ghostscript on Unix</a> in
  75. the documentation on building Ghostscript, especially regarding how to
  76. decide <a href="Make.htm#UNIX_makefile">which makefile to use</a> and how
  77. you may need to edit it. After building, execute "<b><tt>make
  78. install</tt></b>" to install the executable and all the required and
  79. ancillary files.
  80. <p><a name="Use_Acrobat_fonts_Unix"></a>
  81. The makefile installs all the files except fonts under the directory
  82. defined in the makefile as "<b><tt>prefix</tt></b>",
  83. <b><tt>/usr/local</tt></b> by default. The fonts should be installed in
  84. <em>{prefix}</em><b><tt>/share/ghostscript/fonts</tt></b>.
  85. Consult the makefile for more details. If you have Adobe Acrobat
  86. installed, you can use the Acrobat fonts in place of the ones provided with
  87. Ghostscript by adding the Acrobat fonts directory to
  88. <b><tt>GS_FONTPATH</tt></b> and removing these fonts from
  89. <b><tt>Fontmap.GS</tt></b>:
  90. <blockquote>
  91. Courier, Courier-Bold, Courier-BoldOblique, Courier-Oblique, Helvetica,
  92. Helvetica-Bold, Helvetica-BoldOblique, Helvetica-Oblique, Symbol, Times-Bold,
  93. Times-BoldItalic, Times-Italic, Times-Roman, ZapfDingbats
  94. </blockquote>
  95. <h3><a name="Shared_object"></a>Ghostscript as a shared object</h3>
  96. Instead of using "<b><tt>make install</tt></b>", you should use
  97. "<b><tt>make soinstall</tt></b>".
  98. See <a href="Make.htm#Shared_object">how to build Ghostscript
  99. as a shared object</a> for more details.
  100. <h3><a name="Install_Linux"></a>Additional notes on Linux</h3>
  101. <p>
  102. Red Hat Linux 6 and later installs the Ghostscript base 35 fonts in
  103. <b><tt>/usr/share/fonts/default/Type1</tt></b>, and the other Ghostscript
  104. fonts in <b><tt>/usr/share/fonts/default/ghostscript</tt></b>.
  105. <p>
  106. For Linux, you may be able to install or upgrade Ghostscript from
  107. precompiled <a href="http://www.rpm.org">RPM</a> files using:
  108. <blockquote><b><tt>
  109. rpm -U ghostscript-N.NN-1.i386.rpm<br>
  110. rpm -U ghostscript-fonts-N.NN-1.noarch.rpm
  111. </tt></b></blockquote>
  112. <p>
  113. However, please note that we do not create RPMs for Ghostscript, and we take
  114. no responsibility for RPMs created by others.
  115. <hr>
  116. <h2><a name="Install_Windows"></a>Installing Ghostscript on MS Windows</h2>
  117. <p>
  118. We usually distribute Ghostscript releases for Windows as self-extracting
  119. archive files, since this is the most convenient form for users. These
  120. files can also be unpacked as if they were plain zip files.
  121. <p>
  122. The self-extracting archive is normally named
  123. <b><tt>gs###w32.exe</tt></b>,
  124. where ### is the release number (e.g., 650 for Ghostscript 6.50,
  125. 700 for Ghostscript 7.00).
  126. <h3><a name="Windows4"></a>Windows 95/98 and NT 4</h3>
  127. <p>
  128. To install a self-extracting Ghostscript archive on Windows 95/98 or
  129. Windows NT4/2000, you need just this self-extracting archive file.
  130. Run this file to install Ghostscript.
  131. <p>
  132. Alternatively, if you have the zip file, unzip it to a temporary
  133. directory then run the included <b><tt>setupgs.exe</tt></b>.
  134. After the setup program has finished, remove the temporary files.
  135. <p>
  136. After installing Ghostscript, it is strongly recommended that you
  137. install the <a href="New-user.htm#GSview">GSview previewer</a>,
  138. which provides an easier to use graphical interface for Ghostscript.
  139. Information on GSview is available from:
  140. <blockquote>
  141. <a
  142. href="http://www.cs.wisc.edu/~ghost/gsview/"
  143. class="offsite">http://www.cs.wisc.edu/~ghost/gsview/</a>
  144. </blockquote>
  145. <h3><a name="General_Windows"></a>General Windows configuration</h3>
  146. <p>
  147. The archive includes files in these subdirectories:
  148. <blockquote><b><tt>
  149. gs<em>#.##</em>\bin
  150. <br>gs<em>#.##</em>\lib
  151. <br>gs<em>#.##</em>\examples
  152. <br>gs<em>#.##</em>\doc
  153. <br>fonts
  154. </tt></b></blockquote>
  155. <p>
  156. The actual executable files, in the <b><tt>gs<em>#.##</em>\bin</tt></b>
  157. subdirectory, are:
  158. <blockquote><table cellpadding=0 cellspacing=0>
  159. <tr valign=top> <td><b><tt>GSWIN32.EXE</tt></b>
  160. <td>&nbsp;
  161. <td>32-bit Ghostscript using windows
  162. <tr valign=top> <td><b><tt>GSWIN32C.EXE</tt></b>
  163. <td>&nbsp;
  164. <td>32-bit Ghostscript using only the command line
  165. <tr valign=top> <td><b><tt>GSDLL32.DLL</tt></b>
  166. <td>&nbsp;
  167. <td>32-bit dynamic link library containing most of Ghostscript's
  168. functionality
  169. </table></blockquote>
  170. <p>
  171. See "<a href="#Install_DOS">Installing Ghostscript on DOS</a>" below for
  172. information about using Adobe Type Manager, Adobe Type Basics, or Adobe
  173. Acrobat fonts. If your system uses TrueType fonts, you can get them
  174. converted to a Ghostscript-compatible format at the time you select your
  175. "printer" by doing the following:
  176. <blockquote><ol>
  177. <li>Open control panel and double-click on the "Printers" icon.
  178. <li>Select your Postscript printer.
  179. <li>Choose Setup.
  180. <li>Choose Options.
  181. <li>Choose Advanced.
  182. <li>At the top of the dialog box you will see TrueType Fonts Send to
  183. Printer As: Choose <em>(drop-down menu)</em> Adobe Type 1.
  184. <li>Uncheck Use Printer Fonts for All TrueType Fonts and Use
  185. Substitution
  186. Table.
  187. <li>OK.
  188. <li>OK etc.
  189. </ol></blockquote>
  190. <p>
  191. That's it! Your TrueType fonts will automatically be downloaded in your
  192. PostScript file for Ghostscript to use.
  193. <p>
  194. For printer devices, the default output is:
  195. <blockquote><table cellpadding=0 cellspacing=0>
  196. <tr valign=top> <td>The default printer
  197. <td>&nbsp;&nbsp;&nbsp;
  198. <td>Win95 or WinNT
  199. <tr valign=top> <td>Prompt for a printer port
  200. <td>&nbsp;
  201. <td>Win32s (Windows 3.1)
  202. </table></blockquote>
  203. <p>
  204. This can be modified as follows.
  205. <blockquote>
  206. <dl>
  207. <dt><b><tt>-sOutputFile="LPT1:"</tt></b>
  208. <dd>Output to the named port.
  209. <dt><b><tt>-sOutputFile="%printer%printer name"</tt></b> (Windows 95, 98,
  210. NT or 2000)
  211. <dd>Output to the named printer. If your printer is named "HP DeskJet 500"
  212. then you would use <tt>-sOutputFile="%printer%HP DeskJet 500"</tt>.
  213. <dt><b><tt>-sOutputFile="\\spool\printer name"</tt></b> (Windows 3.1/Win32s)
  214. <dd>Output to the named printer. Note that this is NOT a UNC name.
  215. </dl>
  216. </blockquote>
  217. <p>
  218. If Ghostscript fails to find an environment variable, it looks for a
  219. registry value of the same name under the key
  220. <blockquote><b><tt>
  221. HKEY_CURRENT_USER\Software\AFPL Ghostscript\#.##
  222. </tt></b></blockquote>
  223. <p>
  224. or if that fails, under the key
  225. <blockquote><b><tt>
  226. HKEY_LOCAL_MACHINE\SOFTWARE\AFPL Ghostscript\#.##
  227. </tt></b></blockquote>
  228. <p>
  229. where #.## is the Ghostscript version number. This does not work under
  230. Win32s (that is, Windows 3.1, which doesn't support named registry
  231. values).
  232. <p>
  233. Ghostscript will attempt to load the Ghostscript dynamic link
  234. library <b><tt>GSDLL32.DLL</tt></b> in the following order:
  235. <ul>
  236. <li> In the same directory as the Ghostscript executable.
  237. <li> If the environment variable <b><tt>GS_DLL</tt></b> is defined,
  238. Ghostscript tries to load the Ghostscript dynamic link library (DLL)
  239. with the name given.
  240. <li> Using the standard Windows library search method: the directory
  241. from which the application loaded, the current directory, the Windows
  242. system directory, the Windows directory and the directories listed in
  243. the PATH environment variable.
  244. </ul>
  245. <p>
  246. The Ghostscript setup program will create registry values
  247. for the environment variables <b><tt>GS_LIB</tt></b>
  248. and <b><tt>GS_DLL</tt></b>.
  249. <h3><a name="Uninstall_Windows"></a>Uninstalling Ghostscript on Windows</h3>
  250. <p>
  251. To uninstall Ghostscript, use the Control Panel, Add/Remove Programs and
  252. remove "Ghostscript #.##" and "Ghostscript Fonts". (The entries may be
  253. called "Aladdin Ghostscript" or "AFPL Ghostscript", rather than just
  254. "Ghostscript", depending on what version of Ghostscript was installed.)
  255. <hr>
  256. <h2><a name="Install_VMS"></a>Installing Ghostscript on OpenVMS</h2>
  257. <p>
  258. You need the file <b><tt>GS.EXE</tt></b> to run Ghostscript on OpenVMS, and
  259. installing Ghostscript on an OpenVMS system requires building it first:
  260. please read <a href="Make.htm#VMS_build">how to build Ghostscript on VMS</a>
  261. in the documentation on building Ghostscript.
  262. <p>
  263. The following installation steps assume that the Ghostscript directory is
  264. <b><tt>DISK1:[DIR.GHOSTSCRIPT]</tt></b>. Yours will almost certainly be in
  265. a different location so adjust the following commands accordingly.
  266. <ul>
  267. <li>Download the fonts and unpack them into
  268. <b><tt>DISK1:[DIR.GHOSTSCRIPT.LIB]</tt></b>.
  269. <li>Enable access to the program and support files for all users with:
  270. <blockquote><pre>
  271. $ set file/prot=w:re DISK1:[DIR]GHOSTSCRIPT.dir
  272. $ set file/prot=w:re DISK1:[DIR.GHOSTSCRIPT...]*.*
  273. </pre></blockquote>
  274. <li>Optionally, add the Ghostscript help instructions to your system wide
  275. help file:
  276. <blockquote><pre>
  277. $ lib/help sys$help:HELPLIB.HLB DISK1:[DIR.GHOSTSCRIPT.DOC]GS-VMS.HLP
  278. </pre></blockquote>
  279. <li>Lastly, add the following lines to the appropriate system wide or user
  280. specific login script.
  281. <blockquote><pre>
  282. $ define gs_exe DISK1:[DIR.GHOSTSCRIPT.BIN]
  283. $ define gs_lib DISK1:[DIR.GHOSTSCRIPT.EXE]
  284. $ gs :== $gs_exe:gs.exe
  285. </pre></blockquote>
  286. </ul>
  287. <p>
  288. If you have DECWindows/Motif installed, you may wish to replace the
  289. <b><tt>FONTMAP.GS</tt></b> file with <b><tt>FONTMAP.VMS</tt></b>. Read the
  290. comment at the beginning of the latter file for more information.
  291. <hr>
  292. <h2><a name="Install_DOS"></a>Installing Ghostscript on DOS</h2>
  293. <p>
  294. You need the files <b><tt>GS386.EXE</tt></b> and <b><tt>DOS4GW.EXE</tt></b>
  295. to run Ghostscript. You should install all the files except the fonts in
  296. <b><tt>C:\GS</tt></b>, and the fonts in <b><tt>C:\GS\FONTS</tt></b>.
  297. <p><a name="Use_platform_fonts_DOS"></a> If you have Adobe Type Manager
  298. (ATM) fonts installed on your system, and you wish to use them with
  299. Ghostscript, you may wish to replace the <b><tt>FONTMAP</tt></b> file with
  300. <b><tt>FONTMAP.ATM</tt></b>, and to add to the environment variable
  301. <b><tt>GS_LIB</tt></b> the name of the directory where the fonts are located
  302. (see below for more information about <b><tt>GS_LIB</tt></b>). Before you
  303. do this, please read carefully the license that accompanies the ATM fonts;
  304. we take no responsibility for any possible violations of such licenses.
  305. Similarly, if you have Adobe Type Basics, you may wish to replace
  306. <b><tt>FONTMAP</tt></b> with <b><tt>FONTMAP.ATB</tt></b>. Finally, if you
  307. have neither ATM nor ATB but you have Adobe Acrobat installed, you can use
  308. the Acrobat fonts in place of the ones provided with Ghostscript by adding
  309. the Acrobat fonts directory to <b><tt>GS_FONTPATH</tt></b> and removing
  310. these fonts from <b><tt>FONTMAP</tt></b>:
  311. <blockquote>
  312. Courier, Courier-Bold, Courier-BoldOblique, Courier-Oblique, Helvetica,
  313. Helvetica-Bold, Helvetica-BoldOblique, Helvetica-Oblique, Symbol, Times-Bold,
  314. Times-BoldItalic, Times-Italic, Times-Roman, ZapfDingbats
  315. </blockquote>
  316. <hr>
  317. <h2><a name="Install_OS2"></a>Installing Ghostscript on OS/2 2.x</h2>
  318. <p>
  319. The Ghostscript OS/2 implementation is designed for OS/2 2.1 or later. A
  320. few people have used it successfully under OS/2 2.0, but it has had very
  321. little testing. You need these files to run Ghostscript on OS/2:
  322. <blockquote><table cellpadding=0 cellspacing=0>
  323. <tr valign=top> <td><b><tt>GSOS2.EXE</tt></b>
  324. <td>&nbsp;&nbsp;&nbsp;
  325. <td>A text application that will run windowed or full screen
  326. <tr valign=top> <td><b><tt>GSDLL2.DLL</tt></b>
  327. <td>&nbsp;
  328. <td>A dynamic link library that must be in the same directory as
  329. <b><tt>GSOS2.EXE</tt></b> or on the <b><tt>LIBPATH</tt></b>.
  330. <tr valign=top> <td><b><tt>GSPMDRV.EXE</tt></b>
  331. <td>&nbsp;
  332. <td>An "external driver" used by the "<b><tt>os2pm</tt></b>"
  333. device, which is normally the default device and which displays
  334. output in a Presentation Manager window;
  335. <b><tt>GSPMDRV.EXE</tt></b> must be located in the same
  336. directory as <b><tt>GSOS2.EXE</tt></b> or on the
  337. <b><tt>PATH</tt></b>
  338. </table></blockquote>
  339. <p>
  340. <b><tt>GSOS2.EXE</tt></b>, <b><tt>GSDLL2.DLL</tt></b> and
  341. <b><tt>GSPMDRV.EXE</tt></b> are compiled using EMX/GCC 0.9d. You must have
  342. the EMX DLLs on your <b><tt>LIBPATH</tt></b>; they are available in a
  343. package <b><tt>emxrt.zip</tt></b> from many places on the Internet, so you
  344. can find the package by using a search engine or an ftp lookup service such
  345. as the one at
  346. <blockquote>
  347. <a href="http://ftpsearch.lycos.com/"
  348. class="offset">http://ftpsearch.lycos.com/</a>
  349. </blockquote>
  350. <p>
  351. The system menu of the Ghostscript Image window includes a "Copy" command
  352. to copy the currently displayed bitmap to the Clipboard.
  353. <p>
  354. OS/2 comes with some Adobe Type Manager fonts. If you wish to use these with
  355. Ghostscript, you should replace the <b><tt>FONTMAP</tt></b> file with
  356. <b><tt>FONTMAP.OS2</tt></b>, and add to the environment variable
  357. <b><tt>GS_LIB</tt></b> (see below for more information about
  358. <b><tt>GS_LIB</tt></b>) the name of the directory where the fonts are
  359. located, usually <b><tt>C:\PSFONTS</tt></b>. Before you do this, please
  360. read carefully the license that accompanies the ATM fonts; we take no
  361. responsibility for any possible violations of such licenses.
  362. <p>
  363. Since <b><tt>GSOS2.EXE</tt></b> is not a PM application, it cannot
  364. determine the depth of the PM display. You must provide this information
  365. using the <b><tt>-dBitsPerPixel</tt></b> option. Valid values are 1, 4, 8
  366. (the default), and 24.
  367. <blockquote><table cellpadding=0 cellspacing=0>
  368. <tr valign=bottom>
  369. <th align=left>Use
  370. <td>&nbsp;&nbsp;&nbsp;&nbsp;
  371. <th align=left>For
  372. <tr> <td colspan=3><hr>
  373. <tr valign=top> <td><b><tt>-dBitsPerPixel=1</tt></b>
  374. <td>&nbsp;
  375. <td>VGA monochrome
  376. <tr valign=top> <td><b><tt>-dBitsPerPixel=4</tt></b>
  377. <td>&nbsp;
  378. <td>VGA standard
  379. <tr valign=top> <td><b><tt>-dBitsPerPixel=8</tt></b>
  380. <td>&nbsp;
  381. <td>SVGA 256 colors
  382. </table></blockquote>
  383. <p>
  384. A command file <b><tt>gspm.cmd</tt></b> containing the following line may
  385. be useful:
  386. <blockquote><b><tt>
  387. @c:\gs\gsos2.exe -Ic:/gs;c:/gs/fonts;c:/psfonts -sDEVICE=os2pm -dBitsPerPixel=8 -sPAPERSIZE=a4 %1 %2 %3 %4 %5 %6 %7 %8
  388. </tt></b></blockquote>
  389. <p>
  390. While drawing, the <b><tt>os2pm</tt></b> driver updates the display every 5
  391. seconds. On slow computers this is undesirable, and a different interval
  392. can be specified in milliseconds with the <b><tt>-dUpdateInterval</tt></b>
  393. option, with a default of <b><tt>-dUpdateInterval=5000</tt></b>; to disable
  394. update, use <b><tt>-dUpdateInterval=0</tt></b>.
  395. <p>
  396. Standard VGA is very slow because it uses double buffering to avoid bugs
  397. and because of 1-plane to 4-plane conversion; it's better to use a
  398. 256-color display driver. Many display drivers have bugs which cause 1
  399. bit-per-pixel bitmaps to be displayed incorrectly.
  400. <p>
  401. <b><tt>GSOS2.EXE</tt></b> and <b><tt>GSPMDRV.EXE</tt></b> will stay in
  402. memory for the number of minutes specified in the environment variable
  403. <b><tt>GS_LOAD</tt></b>.
  404. <p>
  405. If you run <b><tt>GS386</tt></b> in the OS/2 2.0 or 2.1 DOS box, you must
  406. select the "ENABLED" setting for the DPMI_DOS_API option of the DOS box.
  407. <b><tt>GS386</tt></b> will not run with the "AUTO" setting.
  408. <p>
  409. For printer devices, output goes to the default queue. To print to a
  410. specified queue, use <b><tt>-sOutputFile=\\spool\NullLPT1</tt></b>, where
  411. <b><tt>NullLPT1</tt></b> is the queue's physical name.
  412. <!-- [2.0 end contents] ==================================================== -->
  413. <!-- [3.0 begin visible trailer] =========================================== -->
  414. <hr>
  415. <p>
  416. <small>Copyright &copy; 1996, 2000 Aladdin Enterprises. All rights
  417. reserved.</small>
  418. <p>
  419. <small>This file is part of AFPL Ghostscript. See the
  420. <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
  421. full details of the terms of using, copying, modifying, and redistributing
  422. AFPL Ghostscript.</small>
  423. <p>
  424. <small>Ghostscript version 7.04, 31 January 2002
  425. <!-- [3.0 end visible trailer] ============================================= -->
  426. </body>
  427. </html>