1$Id: README 32701 2014-01-17 18:09:54Z karl $
2This file is public domain.  (Originally written by Karl Berry, 2009.)
3
4This is the README for the epstopdf script distribution.
5
6Primary distribution point: http://mirror.ctan.org/support/epstopdf/
7  (list of mirrors at: http://ctan.org/mirrors)
8
9Home page: http://tug.org/epstopdf/
10
11Run epstopdf --help for the usual list of options, examples, etc.
12
13Mailing list for bugs and discussion: http://lists.tug.org/tex-k
14When reporting bugs, please include an input file and command line
15options, so the problem can be reproduced.
16
17-------------------------------------------------------------------------
18The test-binary and test-bin2 files were supplied by Akira Kakuto and
19Reinhard Kotucha.  They contain binary data.  They are public domain.
20
21The test-binhdr* files were supplied by Martin von Gagern, constructed
22as follows.  They contain binary junk before the EPS starts.  We also
23use these to test different line endings.  These files are public domain.
24
25{ echo -e '%Some\000binary\001comment'; dot -Tps <<< 'digraph{a->b}'; }
26  > test-binhdr-lf.eps
27tr $'\n' $'\r' <test-binhdr-lf.eps >test-binhdr-cr.ps
28unix2dos <test-binhdr-lf.eps >test-binhdr-cr.ps
29