Hi Adrien,

- The first warning is because FOP doesn't support a table-layout with a value 
of "auto". It will default to fixed anyway, so change it to use 
table-layout="fixed" to resolve the warning.
- FOP can't find the Calibri font you've specified to use. You might want to 
check your *.xconf to ensure it's configured correctly and pointing to the 
correct location of the font.
- The overflow warning basically means that the breaking algorithm is unable to 
break the content of the block adequately. Either that or the content is too 
large to fit it in the given size. 5-8k mpt is relatively small though, so you 
may not see anything wrong.
- The final warning relates to use the fo:retrieve-marker used for running page 
headers / footers. If an fo:retrieve-marker has been specified, but there is no 
matching fo:marker set then it will likely cause this warning.

Regards,

Robert Meyer

From: a.ruf...@e-deal.com
To: fop-users@xmlgraphics.apache.org
Date: Fri, 26 Jul 2013 08:51:19 +0200
Subject: Log trace

Hello all, My application create a pdf doc from a wordml modèle (in 
attachment), my pdf is correctly generated but several warning appears. Do you 
know these problems ? 2013-07-25 18:39:15,585 799671 [http-8080-5] WARN  
org.apache.fop.fo.FONode  - Warning(Unknown location): fo:table, 
table-layout="auto" is currently not supported by FOP2013-07-25 18:39:15,951 
800037 [http-8080-5] WARN  org.apache.fop.fonts.FontInfo  - Font 
'Calibri,normal,400' not found. Substituting with 'any,normal,400'.2013-07-25 
18:39:16,033 800119 [http-8080-5] WARN  org.apache.fop.fonts.FontInfo  - Font 
'Calibri,normal,700' not found. Substituting with 'any,normal,700'.2013-07-25 
18:39:16,047 800133 [http-8080-5] WARN  
org.apache.fop.layoutmgr.BreakingAlgorithm  - Line 1 of a paragraph overflows 
the available area by 5162mpt. (fo:block, "Strength")2013-07-25 18:39:16,048 
800134 [http-8080-5] WARN  org.apache.fop.layoutmgr.BreakingAlgorithm  - Line 1 
of a paragraph overflows the available area by 8490mpt. (fo:block, 
"Disponibilité")…2013-07-25 18:39:16,274 800360 [http-8080-5] WARN  
org.apache.fop.layoutmgr.BreakingAlgorithm  - Line 1 of a paragraph overflows 
the available area by 4898mpt. (fo:block, "azdazdaz")2013-07-25 18:39:16,337 
800423 [http-8080-5] INFO  org.apache.fop.fo.FONode  - Empty marker 
retrieved...2013-07-25 18:39:16,337 800423 [http-8080-5] INFO  
org.apache.fop.fo.FONode  - Empty marker retrieved... Great thank and best 
regards. Bien cordialement,
 Adrien RUFFIE
Ingénieur R&D 40, rue du Village d’Entreprises
31670 Labège
www.e-deal.com  
LD : +33 1 73 03 29 50
Std : +33 1 73 03 29 80
Fax : +33 1 73 01 69 77
a.ruf...@e-deal.com 
E-DEAL soutient le Pacte Mondial de l'ONU 
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org          
                          

<<inline: image001.png>>

<<inline: image002.png>>

<<inline: image003.png>>

<<inline: image004.png>>

Reply via email to