在PDF中创建不可选择的文本水印

在PDF中创建不可选择的文本水印

本文介绍了在PDF中创建不可选择的文本水印的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

添加文本水印并单击PDF后,Acrobat阅读器将显示大闪烁光标,其看起来更像渲染工件或启动选择水印文本

After adding the text watermark and clicking on the PDF, Acrobat reader will display a large blinking cursor that looks more like a rendering artifact or start selecting the watermark text.

水印文字可以不可选吗?

水印是现有内容下的大型草稿文字:使用

The watermark is a large "Draft" text under the existing content: using c# itextsharp PDF creation with watermark on each page

推荐答案

据我所知,没有办法让文字非可选。

To my knowledge there is no way to make text non-selectable.

作为大闪烁光标的替代方法,您可以在PDF上放置水印图像。当您将鼠标悬停在水印图像上时,这会产生一个小的十字光标。

As an alternative to the large blinking cursor you may instead put an image of your watermark on the PDF. This would instead give a small cross-hair cursor when you mouse over the watermark image.

示例:

这篇关于在PDF中创建不可选择的文本水印的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 03:06