Hi,
I'm new to maven.  There is a problem with the pdf plugin.  No table is
shown on the final pdf file.  There must be a workaround, since the FOP site
have tables in PDF.

On the first page of pdf plugin
(http://maven.apache.org/reference/plugins/pdf/
<http://maven.apache.org/reference/plugins/pdf/> ), there is a line saying
"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. "

I just found that none of my tables show up in the pdf file, using "maven
pdf".

I guess the problem is in the way I specify tables:

<table>
        <tr> 
        <td>1</td>
        <td>2</td>
        </tr>
</table>

The question is, what does it mean exactly "table structures with automatic
column widths ".  What's the workaround?
        

Thanks.
--
Andrew H. Chen
Westinghouse Electric Company, Nuclear Fuel
4350 Northern Pike, Monroeville, PA, 15146
Tel. +1 (412) 374-2316 

Reply via email to