NAME
    RT::Extension::TicketPDF - send email to groups
SYNOPSIS
    Use wkhtmltopdf to display a Ticket as a pdf.
        https://support.example.com/rt/Ticket/PDF/Display.pdf?id=1
INSTALL
        Requires: /usr/bin/wkhtmltopdf, IPC::Cmd
        perl Makefile.PL
        make
        make install
        # Enable this plugin in your RT_SiteConfig.pm:
        Set(@Plugins, (qw/RT::Extension::TicketPDF/) );
SUPPORT
    Please report any bugs at either:
        L
        L
LICENSE AND COPYRIGHT
    Copyright 2012 Alister West, ""
    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.
    See http://dev.perl.org/licenses/ for more information.
CHANGES
    0.1.1 2012-12-19 - Inital Release