The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

SEE ALSO

enscript(1), a2ps(1), Tk::Canvas