- Download PDFDoclet from SourceForge.
- Edit
pdfdoclet.sh
setting correctly
PATH
: the Java bin pathDOCLET_PATH
: the path to the downloaded PDFDoclet JARSRC
: the path to your source code containing the JavaDocPACKAGES
: the list of all the packages in your source codeOUTPUT_NAME
: optionally, the output name of the generated pdf (the directory must exists).
- Edit
pdfdoclet.config
changingapi.title
(the title of the first page of the JavaDoc) andapi.author
(your name)