An index.html maker from PDF files
version 2.0 1997/11/01
IndexMaker is a simple script PERL to make an index.html file from PDF, HTML
and other files,
It should work with PERL 4 and 5.
It uses the /Author field and the first /Title field in every
matched PDF files, the <TITLE> </TITLE> field in every matched HTML files and
the name of the file in the others.
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
-title Title
files:
with files you can use metacharacters and relative and absolute path name
example:
indexmaker *.pdf
indexmaker -t "TOC example" *.pdf
What's new with version 1.1:
- Bug fix: now /Author field can be placed also after the first /Title field
- Special Characters: & -> &amp, > -> &gt, < -> &lt Than
ks to
Gale Andrew
What's new with version 2.0:
- New input files format: HTML, OTHER