<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jay R. Ashworth wrote:<br>
<blockquote cite="mid20080507191246.GD27417@cgi.jachomes.com"
type="cite">
<pre wrap="">On Wed, May 07, 2008 at 12:10:31PM -0700, Rodgers Hemer wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Thanks to Nancy and Richard for their suggestions. However, Jim
Asman's solution (see below) is the only one that satisfies my
requirements. Just printing more than one copy, by whatever means,
will not properly print the job on 2-part carbon paper. Each page
must be printed twice before the next page is printed which is what
the PCL code below does.
</pre>
</blockquote>
<pre wrap=""><!---->
To clarify for those who didn't intuit what you're doing: you're laser
printing on interleaved 2-part NCR paper which you then paint with that
crazy glue that only glues the pages of a set together, and not the
sets themselves, right?</pre>
</blockquote>
<br>
It took me forever to figure out what was the magic about carbonless
paper. It's nothing more than alternating colored sheets of paper one
after the other.<br>
<br>
So that's why PRINT; PRINT would not work for a two page report. You
have to print page 1 twice and then page 2 twice.<br>
<br>
No magic and certainly it's not like impact style carbonless paper.
Nothing more than white & yellow alternating paper in a 8-1/2" by
11" ream.<br>
</body>
</html>