<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<tt>Previously I complained that using the suggested method</tt>
<br><tt>(AddToShipoutPicture) for printing a "Draft" notice on</tt>
<br><tt>pages significantly increased the print time.</tt><tt></tt>
<p><tt>Following are the results of some simple experiments</tt>
<br><tt>that quantify this effect.</tt><tt></tt>
<p><tt>The LaTeX file I used is the following (with one variation):</tt>
<br><tt>Note that I am using the times package.</tt>
<br><tt>The generated files pdf files have only type 1 fonts.</tt><tt></tt>
<p><tt>\documentclass{article}</tt>
<br><tt>\usepackage{times}</tt>
<br><tt>\usepackage{eso-pic}</tt>
<br><tt>\usepackage[pdftex]{graphicx,color}</tt><tt></tt>
<p><tt>\makeatletter</tt>
<br><tt>&nbsp; \AddToShipoutPicture{%</tt>
<br><tt>&nbsp;&nbsp;&nbsp; \setlength{\@tempdimb}{0.5\paperwidth}%</tt>
<br><tt>&nbsp;&nbsp;&nbsp; \setlength{\@tempdimc}{0.5\paperheight}%</tt>
<br><tt>&nbsp;&nbsp;&nbsp; \setlength{\unitlength}{1pt}%</tt>
<br><tt>&nbsp;&nbsp;&nbsp; \put(\strip@pt\@tempdimb,\strip@pt\@tempdimc){%</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {\makebox(0,0){\rotatebox{45}{\textcolor[gray]{0.75}</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {\fontsize{5cm}{5cm}\selectfont{Draft}}}}}</tt>
<br><tt>&nbsp;&nbsp;&nbsp; }</tt>
<br><tt>}</tt>
<br><tt>\makeatother</tt><tt></tt>
<p><tt>\begin{document}</tt>
<br><tt>Text</tt>
<br><tt>\end{document}</tt>
<br><tt></tt>&nbsp;<tt></tt>
<p><tt>I'm using the eTeX distribution of TeX, running on a windows machine.</tt>
<br><tt>My version of pdftex is:</tt><tt></tt>
<p><tt>&nbsp;&nbsp; This is pdfTeX, Version 3.14159-14f-released-20000525
(Web2c 7.3.2x)</tt><tt></tt>
<p><tt>The generated pdf file was tiny, either 2825 or 2826 bytes (not
Kbytes).</tt><tt></tt>
<p><tt>I then opened the pdf file in either Acro-reader 4.0</tt>
<br><tt>or the full version of Acrobat 5.0.0 and printed it to a file,</tt>
<br><tt>using either a Konica IP-011 or HP LaserJet 5000 for the</tt>
<br><tt>printer (driver).</tt><tt></tt>
<p><tt>I repeated the tests with the fontsize for "Draft"</tt>
<br><tt>increased from 5cm to 10cm.</tt>
<br><tt>Here are the resulting print file sizes:</tt><tt></tt>
<p><tt>Printer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
fontsize=5cm&nbsp;&nbsp; fontsize=10cm</tt>
<br><tt>-------------------------------------------------</tt>
<br><tt>Konica IP-011</tt>
<br><tt>&nbsp;&nbsp; Reader 4.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
158K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 350K</tt>
<br><tt>&nbsp;&nbsp; Acrobat 5.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
33K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 120K</tt><tt></tt>
<p><tt>HP LaserJet 5000</tt>
<br><tt>&nbsp;&nbsp; Reader 4.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
377K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 545K</tt>
<br><tt>&nbsp;&nbsp; Acrobat 5.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3.6K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1K</tt>
<br><tt></tt>&nbsp;<tt></tt>
<p><tt>Any comments are appreciated.</tt><tt></tt>
<p><tt>Joe Riel</tt></html>