in reply to Perl module to convert pod file to pdf file
There is a pod2html converter that comes with the ActivePerl distribution, you should read the perldocs (perldoc pod2html).
Pod files come practically from the comments that the programmers add to their code. So, if you would just generate a text pod-like file, why not copying and pasting from the pdf document (for example, read with Accrobat?). You could always print to a text file.
|
|---|