Create non-selectable text watermark in PDF

流过昼夜 提交于 2019-12-24 10:58:12

问题


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.

Can the watermark text be made non-selectable?

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


回答1:


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

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.

Example: How can I insert an image with iTextSharp in an existing PDF?



来源:https://stackoverflow.com/questions/10338592/create-non-selectable-text-watermark-in-pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!