Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
添加文本水印并单击 PDF 后,Acrobat 阅读器将显示一个闪烁的大光标,看起来更像是渲染工件或开始选择水印文本。
水印文本可以设为不可选择吗?
水印是现有内容下的大“草稿”文字:使用c#itextsharp PDF创建每页带水印
据我所知,没有办法使文本不可选择。
作为大闪烁光标的替代方案,您可以将水印图像放在 PDF 上。当您将鼠标悬停在水印图像上时,这会给出一个小的十字光标。
示例: 如何在现有 PDF 中插入带有 iTextSharp 的图像?