PDFDoclet

PDFDoclet is a javadoc doclet which produces PDF output for a given Java API, using another SourceForge library, "iText". It requires nothing more than some JAR files in order to create PDF files. Forget now about all the fuss of having to create MIF output first, then having to load it into a FrameMaker installation using some preinstalled batch application and finally needing Acrobat Distiller to create a PDF etc. etc...

PDFDoclet is a straightforward, simple-to-use 100% pure Java solution. It creates a PDF file as similar as possible to a typical HTML javadoc. Read the features page and the FAQ to see what it can and what it can't do.

Kudos to the authors of iText, Bruno Lowagie and Paulo Soares, for making it possible! Thanks also to all the people who have contributed to the project by fixing bugs, testing or implementing new features!