You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Maneshi Tuli <ma...@db.com> on 2002/01/11 18:07:17 UTC

headers in fop

Hi
i am defining some logo in my FOP headers.
but it does come properly in printing , it gets cut from upperborder

my code is like this
<fo:static-content flow-name="xsl-region-before">
<fo:table>
               <fo:table-column column-width="16mm"/>
               <fo:table-column column-width="243mm"/>
                    <fo:table-body>
                    <fo:table-row >
                    <fo:table-cell >
                              <fo:block></fo:block>
                         </fo:table-cell>

                         <fo:table-cell >
                              <fo:block>
                                <fo:external-graphic
                                  src="/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp/images/english/global_navbar/db_header.gif"/></fo:block>
                         </fo:table-cell>
                  </fo:table-row>
               </fo:table-body>
          </fo:table>


and my page attributes are
    <xsl:param name="paper-width">10.8in</xsl:param>
    <xsl:param name="paper-height">8.3in</xsl:param>
    <xsl:param name="paper-margin-top">1in</xsl:param>
    <xsl:param name="paper-margin-bottom">2cm</xsl:param>
    <xsl:param name="paper-margin-left">.5cm</xsl:param>
    <xsl:param name="paper-margin-right">.5cm</xsl:param>

    <!-- header and hooter extension  -->
    <xsl:param name="header-extention-size">1.00in</xsl:param>
    <xsl:param name="footer-extention-size">1.00in</xsl:param>

plz can u suggest me where i am doing mistake
it will be very appreciated

thanks




--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org