Benoit Claveau wrote:
> I'm trying to add some security in my pdf document.
> I added the following line in my xsl file before the <fo:root>
>
> <?xep-pdf-ownerpassword toto ?>
> <?xep-pdf-userpassword toto ?>
> <?xep-pdf-userprivileges print annotate ?>
Are you sure that you will ge these PIs in resulting FO file. You must
generate these PIs by the following XSLT instruction:
<xsl:processing-instruction name="xep-pdf-ownerpassword">
toto
</xsl:processing-instruction>
-- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz ------------------------------------------------------------------ Profesionální školení a poradenství v oblasti technologií XML. Podívejte se na náš nově spuštěný web http://DocBook.cz Podrobný přehled školení http://xmlguru.cz/skoleni/ ------------------------------------------------------------------
-------------------
(*) 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.8 : Tue Feb 22 2005 - 14:05:02 PST