On Fri, 19 Sep 2003, Dave Cross wrote:

> On Fri, Sep 19, 2003 at 10:01:43AM +0100, alex ([EMAIL PROTECTED]) wrote:
> >
> > Can anyone show me how they did slideshow PDFs?
>
> AxPoint <http://axpoint.axkit.org/>

And if you want the stuff that turns my custom quickslide format like
this:

  http://2shortplanks.com/talks/attempt/attempt.qs

Into PDFs then you can have a look at the work in progress at:

  http://unixbeard.net/svn/mark/qs2/

No, I'm not rewriting AxPoint (If you look at how it's implemented it
actually writes out AxPoint XML to a SAX stream and then uses AxPoint to
create the actual slides.)

Yes, the grammer is really really hairy.

Oooh, I should put XML::SAX::SimpleOutput on the CPAN.  Can anyone point
out a better module that already does this kind of stuff?

Mark.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};

Reply via email to