Hello, We upgrade FOP from 0.20.5 to FOP 0.94. We use FOP to transform XML files to PDF files. We don't have the same graphic results : - different line breaks - different interlines. How can we obtain the same graphic results ? Example : <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo=" http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="page1" page-width="210.00mm" page-height="297.00mm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="page1"> <fo:flow flow-name="xsl-region-body"> <fo:block-container border-color="black" border-style="solid" border-width="0.5mm" left="20.00mm" top="20mm" position="absolute" width="168.80mm" height="297.00mm" text-indent="0.00mm" text-align="left"> <fo:block text-indent="0.00mm" font-size="48pt" line-height="1.2"> <fo:inline font-style="normal" font-family="Helvetica" font-weight="500" font-size="48pt" color="#000000" text-decoration="none">Nous vous invitons à vérifier que les renseignements qui y figurent sont exacts et que les garanties et montants correspondent à vos besoins.</fo:inline> </fo:block> <fo:block/> </fo:block-container> </fo:flow> </fo:page-sequence> </fo:root> With this fo, we obtain this two PDF Files. Thanks for your help. Sylvie.
doc_094.pdf
Description: doc_094.pdf
doc_0205.pdf
Description: doc_0205.pdf--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
