File: toolbox6.html

package info (click to toggle)
scribus-ng-doc 1.3.3.6-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 5,976 kB
  • ctags: 954
  • sloc: xml: 258; makefile: 31
file content (30 lines) | stat: -rw-r--r-- 5,419 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<qt>
<title>GSview and Scribus</title>
<h2>GSview and Scribus</h2>
<p><strong>Parts of this section are thanks to Russell Lang, author and maintainer of GSview, epstool and Ghostscript for his hints and patiently answering my questions about GSview and Ghostscript. It has allowed the Scribus Team to use some of the more advanced features of Ghostscript in Scribus. </strong></p>
<p>First off, It is in my very strong opinion, <strong>a superior replacement for gv and derivatives. Moreover, for viewing PDF for print purposes, it is more reliable than any other open source PDF viewer.</strong>  Although Acrobat Reader&#174; is in my experience sometimes a better pure viewer for PDF, I also consider GSview one of the most essential tools to have when using Scribus. GSview has a handful of extremely useful functions. For those unfamiliar, it provides an easy to use &quot;front end&quot; to
Ghostscript, as well as <code>pstoedit</code> for converting bitmaps into vector files. For those coming from the Windows/Mac world, it also has the functionality of Distiller with a graphical front end for those applications which do not export PDF natively.</p>
<p>Second ensure you have the latest version 4.7+. (GSview migrated from the Windows world, where it has been excellent since the 4.x versions.)</p>
<p>Third, for GSview to work properly, the font paths must be setup in the GSview Preferences correctly. Notes further on.</p>
<p>For use with Scribus, GSview has the following features:</p>
<ul>
	<li>With the help of <a href="http://pstoedit.net">pstoedit</a>, you can convert bitmap images or PDF content back into SVG and other scalable vector file formats.</li>
	<li>The ability to preview, convert and add previews (Tiff recommended) for raw EPS (Encapsulated PostScript Files). This is done using <a href="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm">Epstool</a> from the same author. Epstool can also fix EPS files with incorrect or missing bounding boxes. This is a separate tool to be installed and works as a plugin like pstoedit.</li>
	<li>The ability to extract text from a PDF.</li>
	<li>The ability to preview, convert and add previews for raw PostScript files. An easy to use interface for creating PDF's in applications without the high level of export capabilities of Scribus. (You are still recommended to use the Export to PDF Scribus, as it is optimized for Scribus files.)</li>
	<li>As an easy to use front end to Ghostscript's less well known features such as image conversion and re-sampling. The example below uses the <strong>epswrite</strong> &quot;device&quot;. There are others in Ghostscript including: converting between TIFF formats, changing the color depth of at TIFF, JPEG or the color space of an image.</li>
</ul>
<p>One example where I use GSview with Scribus is for troubleshooting/fixing EPS files which do not display correctly within Scribus. Although many applications can generate EPS files, some add their own quirks into the EPS, which can cause problems when used in other applications (like Scribus).</p>
<p>So, if you find difficulty with an EPS or PDF you wish to use in Scribus, open the EPS in GSview. Then, use the key command <strong>M</strong> to display messages from Ghostscript. The messages can indicate problems which cause display or printing errors. You can also use the <strong>epswrite</strong> &quot;device&quot; to re-save the EPS, which can help to strip out or fix issues with an EPS.</p>
<p>You can also <em>rasterize</em> an EPS image like this, by converting to PNG or TIFF and then resize, adjust colors etc with an image program like GIMP or Corel Photoshop. I did this with a troublesome EPS and converted it to a 600DPI PNG, which would then display and print perfectly from Scribus. Sometimes when working with images and DTP there are several different ways to accomplish the same task - in my example, it was getting a complex EPS file from Illustrator to display and print properly from Scribus. The fact that there problem displaying the EPS, was not a bug in Scribus, but some non-standard postscript info in the file, which by using Ghostscript as a back end to GSview I could strip out and then display properly in Scribus.</p>
<p> Note: GSview uses the <code>libgs.so</code> shared library to access Ghostscript. Not all Linux distributions ship this, so the hints for compiling Ghostscript with a paralell install really apply here. </p>
<h4>Getting Gsview:</h4>
<p>Not all Linux distributions offer GSview. However, for those with rpm based systems, a simple rpm command will have you with an easy to install rpm. The GSview tarball already has a built-in spec file. A simple: </p>
<blockquote><table width="100%" border="1" bgcolor="#eeeeee"><tr><td border="0">
<pre>
rpmbuild -tb ./gsview-4.7.tar.gz
</pre></td></tr></table></blockquote>
<p>Will get you started. Windows has a convetional setup.exe installer. Unfortunately, it is not yet available for MacOSX. </p>
<p>GSview since about 4.3, has been, in my experience, the most reliable and versatile PDF viewer along with Acrobat Reader on Linux. For DTP with Scribus, I consider it essential.</p>
<p>Now, for advanced hints with GSview and Ghostscript, see: <a href="toolbox7.html">Advanced Ghostscript and GSview Hints</a>. For detailed hints on setting up Ghostscript to help you find all your fonts, see: <a href="gsfont.html">Ghostscript Fonts</a>.</p>
</qt>