maven-plugins/pdf/xdocs/index.xml
2003-01-24 03:44:26 +00:00

29 lines
845 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven PDF Plug-in</title>
<author email="jason@zenplex.com">Jason van Zyl</author>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="Maven PDF Plug-in">
<p>
This plug-in allows you to generate a PDF version of your project's
documentation.
</p>
<p>
There is a known problem with the PDF generation tool (Apache's FOP)
in that it doesn't allow for table structures with automatic column
widths to be generated. This means that currently, documents with
tables will be missing content.
</p>
<p>
Another issue is that the documentation is only the top level of
the documentation generated.
</p>
</section>
</body>
</document>