<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 09/27/2009 08:58 PM, Vafa Khalighi wrote:
<blockquote
 cite="mid:605202f20909272058g5dabe145wf77bbb156d83b7da@mail.gmail.com"
 type="cite">
  <div dir="ltr"><br>
  <br>
  <div class="gmail_quote"><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff">
    <div> </div>
    <div><font face="Arial" size="2">Is it possible to use color,
include photos, and hyperlinks in my pdf files using plain TeX instead
of LaTeX?</font></div>
    <div> </div>
    <br>
    </div>
  </blockquote>
  </div>
  <br>
For colour:<br>
  <br>
\input color<br>
This is {\color{red} red colour} and this is {\color{blue} blue colour}.<br>
  <br>
  </div>
</blockquote>
That assumes that all you want is primary colors. of course, but you
can also bring in any one of the PANTONE color swatches if you have
them in something like Illustrator and you want to specify a particular
ink to your printer.   That means making sure you are working in CMYK
and not in RGB, and requires an understanding of the values used for
CMYK process colors.  The process colors allow you to see a close
approximation of the PANTONE color even on a fairly low-cost InkJet. 
(I am having good success with an HP psc 750xi.  The upgraded drivers
in CUPS are wonderful.)<br>
<br>
If you want more, I can send an example of a \special that works. 
After that you will need to create Illustrator EPS files to see what
the precise process color specification is  for each swatch.<br>
<br>
Pierre MacKay<br>
<br>
</body>
</html>