NAME
Tk::Enscript - a text-to-postscript converter using Tk::Canvas
SYNOPSIS
    use Tk::Enscript;
    enscript($top,
	     -text   => $text,
	     -media  => 'A4',
	     -output => "/tmp/bla.%d.ps",
    );
DESCRIPTION
AUTHOR
Slaven Rezic <srezic@cpan.org>
COPYRIGHT
Copyright (c) 1998 Slaven Rezic. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.