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

Donald Figer donald.figer at the401kcompany.com
Wed Jul 21 13:05:56 PDT 2004


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 at 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



More information about the Xep-support mailing list