An index.html maker from PDF, HTML, VRML and other files

by Fabrizio Pivari

version 4.0 1997/12/19

IndexMaker is a simple script PERL to make an index.html file from PDF files, HTML files, VRML files and other files.
At the moment, it uses It should work with PERL 4 and 5.

Source Code
You can also find the source code at CPAN authors/Fabrizio_Pivari/

This is the sintax

usage:
        indexmaker [-options ...] files

where options include:
    -help                        print out this message
    -verbose                     verbose
    -title  Title 

files:
    with files you can use metacharacters and relative and absolute path name
    
example:
    indexmaker *.pdf
    indexmaker -t "TOC example" *.pdf
    indexmaker -v */*.html

What's new with version 1.1:

What's new with version 2.0: What's new with version 3.0: What's new with version 3.1: What's new with version 3.2: What's new with version 3.3: What's new with version 4.0: