I've found that the problem only happens the first
time I convert it to PDF and only to a couple of rows.
If I run the process again, without changing anything,
the information is displayed OK. This doesn't happen
for specific words. I've changed the text a lot of
times and it still happens.

Here is the code for the specific table.

I hope you can help me. 


<fo:table width="185.8mm" table-layout="fixed">
                                <fo:table-column column-width="5mm"/>
                                <fo:table-column column-width="180.8mm"/>
                                <fo:table-body>
                                        <fo:table-row 
background-color="#FFFFFF">
                                                <fo:table-cell 
background-color="#FFFFFF"/>
                                                <fo:table-cell>
                                                        <fo:table
xmlns:fo="http://www.w3.org/1999/XSL/Format";
border="solid black .1mm" font-size="9pt"
color="black" space-after="7mm" width="182mm">
                                                                
<fo:table-column column-width="15mm"/>
                                                                
<fo:table-column column-width="75.8mm"/>
                                                                
<fo:table-column column-width="45mm"/>
                                                                
<fo:table-column column-width="45mm"/>
                                                                
<fo:table-header background-color="#B0C9D7">
                                                                        
<fo:table-row>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
number-rows-spanned="1">
                                                                                
        <fo:block font-weight="bold"
text-align="center">No.</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
number-rows-spanned="1">
                                                                                
        <fo:block font-weight="bold"
text-align="left">This text truncates the first time I
transform it to PDF</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
number-rows-spanned="1">
                                                                                
        <fo:block font-weight="bold"
text-align="center">Objective Indicators</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
number-rows-spanned="1">
                                                                                
        <fo:block font-weight="bold"
text-align="center">Projects and Processes
Indicators</fo:block>
                                                                                
</fo:table-cell>
                                                                        
</fo:table-row>
                                                                
</fo:table-header>
                                                                <fo:table-body>
                                                                        
<fo:table-row background-color="#D9D9D9">
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
padding-top=".5mm" padding-bottom=".5mm"
padding-right=".5mm">
                                                                                
        <fo:block>2</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="left"
border="solid black .1mm" padding-left="1mm"
padding-top=".5mm" padding-bottom=".5mm"
padding-right=".5mm">
                                                                                
        <fo:block>This also truncates the first
time</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
padding-top=".5mm" padding-bottom=".5mm"
padding-right=".5mm">
                                                                                
        <fo:block>5</fo:block>
                                                                                
</fo:table-cell>
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
padding-top=".5mm" padding-bottom=".5mm"
padding-right=".5mm">
                                                                                
        <fo:block>0</fo:block>
                                                                                
</fo:table-cell>
                                                                        
</fo:table-row>
                                                                        
<fo:table-row background-color="#E9EEDF">
                                                                                
<fo:table-cell text-align="center"
border="solid black .1mm" padding-left="1mm"
padding-top=".5mm" padding-bottom=".5mm"
padding-right=".5mm" number-columns-spanned="4">
                                                                                
        <fo:block text-align="left"> 5 Total
records.</fo:block>
                                                                                
</fo:table-cell>
                                                                        
</fo:table-row>
                                                                </fo:table-body>
                                                        </fo:table>
                                                </fo:table-cell>
                                        </fo:table-row>
                                </fo:table-body>
                        </fo:table>

 --- "Andreas L. Delmelle" <[EMAIL PROTECTED]>
escribió: > > -----Original Message-----
> > From: Eduardo Muñoz
> [mailto:[EMAIL PROTECTED]
> >
> 
> Hi,
> 
> > I have a web application that generates PDF report
> > documents using FOP. A very strange thing happens
> from
> > time to time. Sometimes I generate the report and
> the
> > first word of some texts truncate. This happens
> for
> > text inside tables.
> >
> > It is realy weird because it only happens
> sometimes,
> > without making any change to the code. I hope you
> can
> > help me figure out what the problem is.
> >
> 
> Well, we'd certainly like to help, but this is very
> difficult if you're not
> going to supply us with any of the code... ;)
> So we hope you can help us by posting a sample
> demonstrating the problem. If
> this is impossible somehow, study the cases where it
> happens *very* closely.
> Anything peculiar (maybe about the word that should
> have ended up there)?
> Where exactly does it happen? When the page breaks?
> (first word in a page)
> ...
> 
> If you have any more info to provide, please do.
> 
> Cheers,
> 
> Andreas
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>  

=====


_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to