[pdftex] Ann: Eurionize
Hans Hagen
pragma at wxs.nl
Fri Jan 23 14:13:58 CET 2004
At 11:46 23/01/2004, Rolf.Niepraschk at ptb.de wrote:
>Background
>Some currency contains a pattern which instructs color copiers not to copy
>it. Markus Kuhn documented the pattern in this PDF and named it the EURion
>Constellation.
>Eurionize is a program that marks a postscript document with the EURion
>Constellation, thereby preventing it from being copied on most color
>copiers. Eurionize reads from standard input and writes to standard
>output. It can be invoked as:
>
>eurionize < document.ps > protected.ps
>
>==> http://www.wildspark.com/eurionize/
or in metapost:
draw image(
for i = (0,0), (7.8,0), (7.2,72), (4.8,168), (4.9,249) :
draw fullcircle
shifted (xpart i, 0)
rotated (ypart i)
withpen pencircle scaled .45
withcolor (1,1,0) ;
endfor ; ) scaled 1.417 ;
i wonder if it makes sense to add a such a feature to texexec so that one
can eurionize a pdf doc
Hans
More information about the pdftex
mailing list