[xep-support] I cannot get <?xep-postscript-page-device /Duplex true ?> to work for postscript

From: Donald Figer (donald.figer@the401kcompany.com)
Date: Wed Jul 21 2004 - 13:05:56 PDT

  • Next message: Nikolai Grigoriev: "Re: [xep-support] I cannot get <?xep-postscript-page-device /Duplex true ?> to work for postscript"

    Here is a code snippet:

            <xsl:attribute-set name="total-format">
                    <xsl:attribute name="font-weight">bold</xsl:attribute>
                    <xsl:attribute name="keep-with-previous.within-page">always</xsl:attribute>
            </xsl:attribute-set>
            <xsl:template match="/">
                    <?xep-postscript-page-device /Duplex true?>
                    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
                            <fo:layout-master-set>
                                    <fo:simple-page-master master-name="fulfillment-page" page-height="11in" page-width="8.5in" margin-top=".125in" margin-bottom=".125in" margin-left=".125in" margin-right=".125in">
                                            <fo:region-body region-name="fulfillment-page-body" margin-top=".75in" margin-bottom=".35in" margin-left=".375in" margin-right=".375in"/>
                                            <fo:region-before region-name="fulfillment-page-before" extent="1in"/>
                                            <fo:region-after region-name="fulfillment-page-after" extent=".25in"/>
                                            <fo:region-start region-name="fulfillment-page-start" extent=".375in" reference-orientation="90"/>

    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@renderx.com from the address
    you are subscribed from.
    (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



    This archive was generated by hypermail 2.1.5 : Wed Jul 21 2004 - 13:21:41 PDT