← Prev in month ← Prev in thread

Header customization for page number

From
Linux Solutions <>
Date
2007-02-07T06:44:35+00:00
ID
Thread
Header customization for page number
How do I print page numbers on the top right corner in PDF?

I currently have the following the header customization,

<xsl:template name="head.sep.rule">
    <xsl:attribute name="border-bottom-width">2pt</xsl:attribute>

    <xsl:attribute name="border-bottom-style">solid</xsl:attribute>
    <xsl:attribute name="border-bottom-color">black</xsl:attribute>
</xsl:template>

Josh
← Prev in month ← Prev in thread