Tests that pdf-encrypt works.
Test pdf-encrypt-001.xml is expected to pass.
<p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
<p:import href="https://xmlcalabash.com/ext/library/pdf-steps.xpl"/>
<p:output port="result"/>
<cx:pdf-encrypt owner-password="password" user-password="sekrit">
<p:with-input href="../documents/example.pdf"/>
</cx:pdf-encrypt>
<cx:pdf-info password="sekrit"/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns prefix="cx" uri="http://xmlcalabash.com/ns/extensions"/>
<s:ns prefix="f" uri="http://xmlcalabash.com/ns/acro-form"/>
<s:pattern>
<s:rule context="/">
<s:assert test="cx:pdf-info">Wrong document element></s:assert>
</s:rule>
</s:pattern>
<s:pattern>
<s:rule context="/cx:pdf-info">
<s:assert test="cx:encrypted = 'true'">Encrypted value incorrect</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Created test.