Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cpan package document in pdf

1 view
Skip to first unread message

Peng Yu

unread,
Aug 9, 2011, 12:48:00 AM8/9/11
to cpan-d...@perl.org
Hi,

cpan doesn't have package document in pdf. I'm wondering if the pdf
documents can be added for easy downloading. Also, I'd like to be able
to download all the documents in a tar.bz2 file. Can this be done on
cpan?

--
Regards,
Peng

Dave Messina

unread,
Aug 9, 2011, 5:11:22 AM8/9/11
to Peng Yu, cpan-d...@perl.org
Hi Peng,

All of the module documentation for BioPerl is in POD format. It's possible
to convert POD into several different types of output, including PDF.

There are at least two different scripts that will do the POD to PDF
conversion, the latter of which is on CPAN:
http://perl.jonallen.info/projects/pod2pdf
http://search.cpan.org/dist/Pod-Pdf/scripts/pod2pdf

Because the documentation for each module is actually in the same file as
the code itself, if you have BioPerl on your computer, then you have all of
the documentation, too. So another way to see the documentation for each
module is from the command line via the perldoc command:
$ perldoc Bio::SeqIO

Dave

Dave Messina

unread,
Aug 9, 2011, 6:57:32 AM8/9/11
to Peng Yu, cpan-d...@perl.org
Whoops, my apologies for the BioPerl references — I thought this was on
another list. In any case, my comments on pod to pdf tools should still
apply.

Dave

0 new messages