我想将此块内容在PDF输出中设为只读,以便没有人可以复制它:
<fo:block font-family="TimesNewRoman" font-size="10pt" space-before="4pt" text-align="left">
<fo:inline font-weight="bold" font-size="12pt">
<xsl:value-of select="/root/personal/name"/>
</fo:inline>
</fo:block>
答案 0 :(得分:2)
例如,如果您使用AH Formatter,则可以将文本放在PDF图层中,该图层的打印和导出被禁用,并且该图层被锁定。参见https://taylor.callsen.me/using-reactflux-with-openlayers-3-and-other-third-party-libraries/
但是,我看不到如何阻止某人截屏或某人将他们在屏幕上阅读的内容输入文本编辑器。