Re: [xep-support] PDF Properties

From: Alexander Peshkov (peshkov@renderx.com)
Date: Fri Oct 08 2004 - 00:25:12 PDT

  • Next message: Alexander Peshkov: "Re: [xep-support] XEP plug-in for XML Spy error"

    Hello Christopher,

    As I can see from the code cited below you insert processing
    instructions into the XSLT stylesheet and thus they will be consumed
    by XSLT engine, not by XEP. In order to insert processing instructions
    into the output document you have to use appropriate XSLT constructs
    like this:

    <xsl:processing-instruction
             name="xep-pdf-linearize">true</xsl:processing-instruction>

    Hope this helps.

    Best regards,
    Alexander Peshkov mailto:peshkov@renderx.com
    RenderX

    PC> Hi All,

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

    PC> Can anyone advise?

    PC> Thanks in advance

    PC> Chris Parr

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

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

    PC> <rx:meta-info>
    PC> <rx:meta-field name="author" value="Sweet
    PC> &amp; Maxwell - based on Crown Copyright materials"/>
    PC> <xsl:choose>
    PC> <xsl:when
    PC> test="descendant::act-begin">
    PC> <rx:meta-field name="title"
    PC> value="{/document/legislation/fulltext/act-begin/shorttitle/text()}"/>
    PC> </xsl:when>
    PC> <xsl:otherwise>
    PC> <rx:meta-field name="title"
    PC> value="{/document/legislation/fulltext/si-begin/shorttitle/text()}"/>
    PC> </xsl:otherwise>
    PC> </xsl:choose>
    PC> <rx:meta-field name="subject" value=""/>
    PC> <rx:meta-field name="keywords" value=""/>
    PC> </rx:meta-info>

    -------------------
    (*) 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 : Fri Oct 08 2004 - 00:46:33 PDT