[xep-support] PDF Properties

Parr, Christopher christopher.parr at thomson.com
Wed Oct 6 07:17:00 PDT 2004


Hi All,

I'm attempting to set a number of document of properties using the snippet
below.  Everything works fine apart from the xep-pdf-linearize option which
I can get to work. To check this I am looking at the 'Fast web view' status
in the document properties summary.

Can anyone advise?

Thanks in advance

Chris Parr

<?xep-pdf-ownerpassword "chris"?>

		<?xep-pdf-userprivileges print copy annotate?>
		<?xep-pdf-linearize true?>
		<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                         xmlns:rx="http://www.renderx.com/XSL/Extensions"
			 font-family="{$font.family}"
			 font-weight="{$default.font.weight}"
			 font-size="{$default.font.size}"
			 text-align="{$default.text.align}"
                         line-stacking-strategy="font-height">

			<rx:meta-info>
				<rx:meta-field name="author" value="Sweet
&amp; Maxwell - based on Crown Copyright materials"/>
				<xsl:choose>
					<xsl:when
test="descendant::act-begin">
						<rx:meta-field name="title"
value="{/document/legislation/fulltext/act-begin/shorttitle/text()}"/>
					</xsl:when>
					<xsl:otherwise>
						<rx:meta-field name="title"
value="{/document/legislation/fulltext/si-begin/shorttitle/text()}"/>
					</xsl:otherwise>
				</xsl:choose>				
				<rx:meta-field name="subject" value=""/>
				<rx:meta-field name="keywords" value=""/>
			</rx:meta-info>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20041006/3c85fc77/attachment.html>


More information about the Xep-support mailing list