HPOS 3.5 Using -extended-features
HP Output Server 3.5 3
Using -extended-features
-extended-features requirements
-extended-features requirements
An argument for -extended-features has the following requirements:
• The argument must come from the capabilities ticket. It must be a feature and option combination available in the
capabilities ticket.
• Make sure that there is an invocation string for the option. An argument works only if there is an invocation
string available.
• Qualify the feature with a namespace.
The feature and option must not map to a similar feature that HP Output Server supports, for example, the orientation
feature.
Steps to extract the XML fragment used for
-extended-features
Before you perform the steps to extract the XML fragment used for -extended-features attributes, ensure that:
•'<feature>value</feature>' format is used to provide input for -extended-features.
• For multiple values, the following format is used:
a. -extended-features '<feature>value</feature>', '<featureTwo>value</featureTwo>'.
Each value is enclosed in single quotes and one space is provided between each of the values.
b. The namespace is specified in a feature as: <featurexmlns=\"namespace\">
To extract the XML fragment used for -extended-features attributes, perform the steps given below:
Example, using -extended-features to access the angled staple option.
1. Identify the desired feature in the capabilities ticket.
<Featureid="QQQStapleOption"type="Exclusive"display="true"intentRequired
="false"
extensionAllowed="true"feature-NS="Features"feature-Type="QQQStapleOp
tion">
2. Locate the option within the QQQStapleOption feature that matches the specific value for the desired
stapling option.
<Option
constraintRefs="Features_MediaSizeName_a5
_Features_QQQStapleOptionFeatures_MediaSizeName_executive_Features_QQQSt
apleOptionFeatures_MediaSizeName_jis_b5_Features_QQQStapleOptionFeatu
res_MediaSizeName_jis_exec_216x330mm_Features_QQQStapleOptionFeatures
_MediaSizeName_legal_Features_QQQStapleOptionFeatures_MediaSizeName_p
rc_16k_Features_QQQStapleOption">
<Features:QQQStapleOption>ONEANGLED</Features:QQQStapleOption>
<Invocations>
<InvocationprotocolRef="PJL" sequence="110"><![CDATA[@PJLSET
FINISH=STAPLE]]>
</Invocation><InvocationprotocolRef="PJL"
sequence="111"><![CDATA[@PJLSET STAPLEOPTION=ONEANGLED]]>
</Invocation>
</Invocations><DisplayStringvalue="StapleOneAngled"lang="en"/></Option>