Wx::PdfDocument

wxPerl wrapper for the wxPdfDocument classes
Download

Wx::PdfDocument Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Dootson
  • Publisher web site:
  • http://search.cpan.org/~mdootson/

Wx::PdfDocument Tags


Wx::PdfDocument Description

Wx::PdfDocument is a Perl wrapper for the wxPdfDocument wxcode classes for the wxWidgets GUI toolkit. Wx::PdfDocument allows you to create PDF documents directly using Wx::PlPdfDocument methods either directly or in a derivied class. It also provides classes for the wxWidgets printing framework that allow you to print output to a PDF document using any Wx::Printout class. For example, you can print the output of Wx::RichTextPrintout and Wx::HtmlPrintout in addition to any custom Wx::Printout that you may create.A module is provided in this distribtion for Wx::Demo that gives extensive examples of usage.SYNOPSYS use Wx::PdfDocument; use Wx wq( :pdfdocument ); my $pdfdoc = Wx::PlPdfDocument->new; .... my $pdfdoc2 = MyDocClass->new(); .... package MyDocClass; use strict; use warnings; use Wx::PdfDocument; use Wx wq( :pdfdocument ); use base qw( Wx::PlPdfDocument ); sub new { shift->SUPER::new( @_ ); } # optionally override virtuals sub Header { .... } sub Footer { .... } sub AcceptPageBreak { .... }Product's homepage


Wx::PdfDocument Related Software