Please take a look at this FAQ entry:
http://xmlgraphics.apache.org/fop/faq.html#pdf-print-contortion

It's most probably that.

On 30.03.2009 18:23:09 Patrick wrote:
> I am trying to create a PDF with very precise measurements. I have a table 
> with
> fixed column widths in millimeters. When I view or print the form, the column
> widths are too small. They are smaller than their specified sizes by varying
> degrees. For example, column 1 should be 45mm, but on the printout, it's about
> 42mm. I can't figure out what's wrong. Here is piece of my code:
> 
> <fo:table font-family="Helvetica" font-size="6pt" table-layout="fixed"
> border-top-width="0.5pt" border-left-width="0.5pt" border-right-width="0.5pt"
> border-bottom-width="0.5pt" border-style="solid" border-color="black"
> padding="0mm">
>    <fo:table-column column-width="45mm"/>
>    <fo:table-column column-width="40.5mm"/>
>    <fo:table-column column-width="19mm"/>
>    <fo:table-column column-width="16.5mm"/>
>    <fo:table-column column-width="76mm"/>
> 
> I think this is fairly straight forward. Thanks in advance for your help.
> 



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to