File: README

package info (click to toggle)
pod2pdf 0.42-5.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 795; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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) <jj@jonallen.info>
  http://perl.jonallen.info/projects/pod2pdf