Skip to content

gitpan/pod2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
  pod2pdf - converts Pod to PDF format.

INSTALLATION
  Unzip and untar the archive, cd to the distribution
  directory and enter the following commands:

    perl Makefile.PL
    make
    make test
    make install

USAGE
  pod2pdf [options] input.pod >output.pdf
  
  Options are described in the main pod2pdf documentation,
  type 'perldoc pod2pdf' after installation.

DEPENDENCIES
  Requires the following modules:
  
    Getopt::ArgvFile
    Pod::Escapes
    PDF::API2
  
  Some functionality of pod2pdf will require the
  following optional modules:
  
    File::Type
    Image::Size
    Paper::Specs

AUTHOR
  Written by Jon Allen (JJ) <[email protected]>
  https://perl.jonallen.info/projects/pod2pdf