-
Bug
-
Resolution: Won't Fix
-
Major
-
4.2.10
-
4.5 RC2
How to reproduce :
In a project with many skins
Add the template in your xsl article2pdf-main.xsl (for exemple) in all skins
<xsl:template name="xsl-region-before"> <fo:static-content flow-name="xsl-region-before"> <fo:table table-layout="fixed" height="2cm"> <fo:table-column column-width="10cm"/> <fo:table-body> <fo:table-row> <fo:table-cell margin-top="0.5cm" margin-left="1cm" margin-right="0cm" padding-right="6pt"> <fo:block margin-top="20px" margin-bottom="20px" bottom="10cm" top="0cm" padding-bottom="50px" width="50px"> <fo:external-graphic src="skin://resources/img/logo-pdf-content.png" content-width="scale-to-fit" width="100" margin-bottom="20px"/> </fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:static-content> </xsl:template>
The logo displayed is not that of the current skin. It takes the first cached logo
- Est référencé par
-
ODF-2854 Le logo du PDF ne correspond pas à celui inséré dans la skin Campus
- Closed