"Sean M. Burke" <[EMAIL PROTECTED]> writes:

> Does anyone have a favorite Pod-to-Postscript formatter?  I could have 
> sworn that one was in the podlators, or in the Perl core, but no such luck.
> 
> I just finished giving HTML::FormatPS a makeover -- so before my memory of 
> PostScript turns into a repressed memory, I /could/ probably bang out a 
> Pod::Simple::PS without too much bother.
> 
> Altho now I think about it, just sending Pod::Simple::HTML's output to 
> HTML::FormatPS would pretty much do the same thing, actually -- it's 
> inelegantly indirect, and depends on HTML-Format and HTML-Tree, but it 
> should work.  But I bet people here have better ideas!

Another option is using pod2man and groff:

    pod2man a.pod | groff -Tps -man > a.ps

It also depends on a program probably not available everywhere, but it
should give better (nicer) results than HTML::FormatPS.

Regards,
        Slaven

-- 
Slaven Rezic - [EMAIL PROTECTED]

    tktimex - project time manager
    http://sourceforge.net/projects/ptktools/

Reply via email to