NAME
RT::Extension::TicketPDF - make pdfs from tickets.
SYNOPSIS
Use wkhtmltopdf to display a Ticket as a pdf.
https://support.example.com/rt/Ticket/PDF/Display.pdf?id=1
INSTALL
Requires: $RT::BinPath/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
wkhtmltopdf known-issues:
images render blank - This is a limitation with v10. Use JPG's for all images.
QPixmap > Seg-fault - A bug with v11rc1 use v10rc2
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.2 2012-12-20 - Use binary in local $RT::LocalPath/bin/wkhtmltopdf
instead of /usr/bin/.. - Including wkhtmltopdf v10.0rc2 to avoid QPixmap
Seg-fault bug in v11.0rc1 - GeneratePDF menu item added. - Simple
Template added.
0.1.1 2012-12-19 - Inital Release