Help:Manual Toolsgs: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "Category:Help_Manual Table of Contents <h2>Ghostscript - Black Box Magic</h2> <h3>What is Ghostscript?</h3> <p>For those not familiar, [http://www.ghostscript....")
 
No edit summary
 
Line 4: Line 4:


<h2>Ghostscript - Black Box Magic</h2> <h3>What is Ghostscript?</h3> <p>For those not familiar, [http://www.ghostscript.com/ Ghostscript (gs)], strictly defined, is a so-called "PostScript interpreter", and many programs use <code>gs</code> for PostScript conversions and import/export. Ghostscript has become one of the core building blocks of OSS software. It would be hard to imagine modern OSS distributions and software without it.</p> <p>Likewise, Scribus uses Ghostscript, sometimes taking advantage of the most sophisticated features that are available only in the latest versions. Scribus uses <code>gs</code> for two purposes, the first one being the import of rasterized EPS files into image frames. The second feature that requires <code>gs</code> is the [[Help:Manual_Printpreview|Print Preview]].</p> <p>We always encourage you to have the latest Ghostscript available for your system.</p> <h3>Installing Ghostscript</h3> <h4>Linux/UNIX</h4> <p>As mentioned above, Ghostscript is required by many applications. Thus, it's unlikely that it isn't installed on your system. If, for any reason, <code>gs</code> isn't available on your system or your system is being shipped with a version that's too old (you should at least use Ghostscript 8.6 with Scribus), you can [http://ghostscript.com/releases/ download] a tarball from the <code>gs</code> website. Be careful to download Ghostscript itself, not ghostpdl, whose source code is in the same directory. Then follow the build instructions in the tarball and install it.</p> <h4>Windows</h4> <p>See the general information about Scribus on Windows for further details.</p> <h4>Mac OS X</h4> <p>There are different ways to install Ghostscript for Mac OS X, but unfortunately, none of them seems to be as easy as most Mac users are used to:</p> <ul> <li>You can download a [http://pages.uoregon.edu/koch/Ghostscript-8.71.pkg.zip ZIP archive] with four DMGs of <code>gs</code> for various OS X versions. Please read the related [http://pages.uoregon.edu/koch/Ghostscript-8.71.pdf info file] to decide which version you need.</li> <li>You can install <code>gs</code> via [http://pdb.finkproject.org/pdb/package.php/ghostscript Fink].</li> <li>The most current releases of Ghostscript are always available via [http://www.macports.org/ports.php?by=library&amp;substr=ghostscript  MacPorts.</li> <li>Finally, you can, of course, download the latest [http://ghostscript.com/releases/ source code] and compile Ghostscript yourself.</li> </ul> <h4>OS/2 and eComStation</h4> <p>See the OS/2 general information about Scribus on OS/2 for further details.</p>
<h2>Ghostscript - Black Box Magic</h2> <h3>What is Ghostscript?</h3> <p>For those not familiar, [http://www.ghostscript.com/ Ghostscript (gs)], strictly defined, is a so-called "PostScript interpreter", and many programs use <code>gs</code> for PostScript conversions and import/export. Ghostscript has become one of the core building blocks of OSS software. It would be hard to imagine modern OSS distributions and software without it.</p> <p>Likewise, Scribus uses Ghostscript, sometimes taking advantage of the most sophisticated features that are available only in the latest versions. Scribus uses <code>gs</code> for two purposes, the first one being the import of rasterized EPS files into image frames. The second feature that requires <code>gs</code> is the [[Help:Manual_Printpreview|Print Preview]].</p> <p>We always encourage you to have the latest Ghostscript available for your system.</p> <h3>Installing Ghostscript</h3> <h4>Linux/UNIX</h4> <p>As mentioned above, Ghostscript is required by many applications. Thus, it's unlikely that it isn't installed on your system. If, for any reason, <code>gs</code> isn't available on your system or your system is being shipped with a version that's too old (you should at least use Ghostscript 8.6 with Scribus), you can [http://ghostscript.com/releases/ download] a tarball from the <code>gs</code> website. Be careful to download Ghostscript itself, not ghostpdl, whose source code is in the same directory. Then follow the build instructions in the tarball and install it.</p> <h4>Windows</h4> <p>See the general information about Scribus on Windows for further details.</p> <h4>Mac OS X</h4> <p>There are different ways to install Ghostscript for Mac OS X, but unfortunately, none of them seems to be as easy as most Mac users are used to:</p> <ul> <li>You can download a [http://pages.uoregon.edu/koch/Ghostscript-8.71.pkg.zip ZIP archive] with four DMGs of <code>gs</code> for various OS X versions. Please read the related [http://pages.uoregon.edu/koch/Ghostscript-8.71.pdf info file] to decide which version you need.</li> <li>You can install <code>gs</code> via [http://pdb.finkproject.org/pdb/package.php/ghostscript Fink].</li> <li>The most current releases of Ghostscript are always available via [http://www.macports.org/ports.php?by=library&amp;substr=ghostscript  MacPorts.</li> <li>Finally, you can, of course, download the latest [http://ghostscript.com/releases/ source code] and compile Ghostscript yourself.</li> </ul> <h4>OS/2 and eComStation</h4> <p>See the OS/2 general information about Scribus on OS/2 for further details.</p>
{{OPL}}

Latest revision as of 18:39, 29 March 2012


Table of Contents

Ghostscript - Black Box Magic

What is Ghostscript?

For those not familiar, Ghostscript (gs), strictly defined, is a so-called "PostScript interpreter", and many programs use gs for PostScript conversions and import/export. Ghostscript has become one of the core building blocks of OSS software. It would be hard to imagine modern OSS distributions and software without it.

Likewise, Scribus uses Ghostscript, sometimes taking advantage of the most sophisticated features that are available only in the latest versions. Scribus uses gs for two purposes, the first one being the import of rasterized EPS files into image frames. The second feature that requires gs is the Print Preview.

We always encourage you to have the latest Ghostscript available for your system.

Installing Ghostscript

Linux/UNIX

As mentioned above, Ghostscript is required by many applications. Thus, it's unlikely that it isn't installed on your system. If, for any reason, gs isn't available on your system or your system is being shipped with a version that's too old (you should at least use Ghostscript 8.6 with Scribus), you can download a tarball from the gs website. Be careful to download Ghostscript itself, not ghostpdl, whose source code is in the same directory. Then follow the build instructions in the tarball and install it.

Windows

See the general information about Scribus on Windows for further details.

Mac OS X

There are different ways to install Ghostscript for Mac OS X, but unfortunately, none of them seems to be as easy as most Mac users are used to:

OS/2 and eComStation

See the OS/2 general information about Scribus on OS/2 for further details.

This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. Distribution of the work or derivative of the work in any standard (paper) book form is prohibited unless prior permission is obtained from the copyright holder. A copy of the license is included in the section entitled "Text of the Open Publication License."