XML::Handler::AxPoint

XML::Handler::AxPoint is an AxPoint XML to PDF Slideshow generator.
Download

XML::Handler::AxPoint Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Sergeant
  • Publisher web site:
  • http://search.cpan.org/~msergeant/

XML::Handler::AxPoint Tags


XML::Handler::AxPoint Description

XML::Handler::AxPoint is an AxPoint XML to PDF Slideshow generator. XML::Handler::AxPoint is an AxPoint XML to PDF slideshow generator.SYNOPSISUsing SAX::Machines: use XML::SAX::Machines qw(Pipeline); use XML::Handler::AxPoint; Pipeline( XML::Handler::AxPoint->new() )->parse_uri("presentation.axp");Or using directly: use XML::SAX; use XML::Handler::AxPoint; my $parser = XML::SAX::ParserFactory->parser( Handler => XML::Handler::AxPoint->new( Output => "presentation.pdf" ) ); $parser->parse_uri("presentation.axp");This module is a port and enhancement of the AxKit presentation tool, AxPoint. It takes an XML description of a slideshow, and generates a PDF. The resulting presentations are very nice to look at, possibly rivalling PowerPoint, and almost certainly better than most other freeware presentation tools on Unix/Linux.The presentations support slide transitions, PDF bookmarks, bullet points, source code (fixed font) sections, images, SVG vector graphics, tables, colours, bold and italics, hyperlinks, and transition effects for all the bullet points, source, and image sections. Requirements: · Perl


XML::Handler::AxPoint Related Software