summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2001-07-11 01:24:16 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2001-07-11 01:24:16 +0000
commitcb513ddff8553226903fb05437f939c1df4a6774 (patch)
tree9d3d200f80e52774930c6900e5ce92ab2c5236e3 /doc
parentc1e87cb4d34aabc7cfc2b6af9c6daefcd731d4d6 (diff)
FAQ entries for pdfwrite.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1414 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'doc')
-rw-r--r--doc/pclfaq.htm32
1 files changed, 23 insertions, 9 deletions
diff --git a/doc/pclfaq.htm b/doc/pclfaq.htm
index 4c01a1c1c..8e5a6cdac 100644
--- a/doc/pclfaq.htm
+++ b/doc/pclfaq.htm
@@ -2,15 +2,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.77 [en] (X11; U; Linux 2.2.19-7.0.1 i686) [Netscape]">
+ <meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.17-21mdk i686) [Netscape]">
<title>GhostPCL Frequently Asked Questions</title>
</head>
<body>
<h1>
<img SRC="ghost64.gif" height=64 width=56> GhostPCL5e, GhostPCL5c, and
-GhostPXL FAQ&nbsp;<img SRC="jfconbohrer.gif" ALT="Under construction." height=113 width=100><font color="#FF0000">This
-page is under construction.</font></h1>
+GhostPXL FAQ&nbsp;<img SRC="jfconbohrer.gif" ALT="Under construction." height=113 width=100><font color="#FF0000"><font size=-1>This
+page is under construction.</font></font></h1>
<hr>
<p>This page discusses configuration, compilation and running of the&nbsp;
@@ -19,11 +19,25 @@ All of the PCL products use the Ghostscript Graphic Library for graphics,
imaging and driver support.&nbsp; Please see the ghostscript faq for additional
information:&nbsp;&nbsp; <a href="http://www.cs.wisc.edu/~ghost/gsfaq.html">Ghostscript
FAQ.</a>
-<p>1.&nbsp; Character rasterization at low resolution is poor, what do
-I do?
-<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use -dTextAlphaBits=4 to
-enable antialiasing, the default TrueType font scaler does not use hints.
-<p>2.
-<br>&nbsp;
+<p>1. Character rasterization at low resolution is poor, what do I do?
+<blockquote>Use -dTextAlphaBits=4 to enable antialiasing, the default TrueType
+font scaler does not use hints.</blockquote>
+2. PCL and PXL aren't web file formats, how do I web publish&nbsp; or email
+them?
+<blockquote>Convert to PDF using the pdfwrite2 device
+<br>pcl2pdf infile outfile
+<br>PCL and PXL conversion to PDF isn't finished ie alpha.</blockquote>
+3. PCL to PDF text is at low resolution and not selectable/searchable?
+<blockquote>PCL text can actually be raster this will end up as a raster
+in the pdf file resulting in a low quality non-searchable PDF. This is
+common with older windows drivers. Choosing a newer driver may output text
+and fonts resulting in a searchable PDF when converted.</blockquote>
+4. Some PCL and PXL files don't convert well to PDF.
+<blockquote>Raster logical operations (ROPS)are currently not supportd
+in pdfwrite2.
+<br>PCL and PXL conversion to PDF is still alpha.</blockquote>
+
+<blockquote>&nbsp;</blockquote>
+
</body>
</html>