How to insert invisible text into a PDF?

前端 未结 3 1143
-上瘾入骨i
-上瘾入骨i 2020-12-21 09:22

UPDATE: Please see https://softwarerecs.stackexchange.com/questions/71464/java-library-to-insert-invisible-text-into-a-pdf instead.

I want to insert invisible text i

3条回答
  •  囚心锁ツ
    2020-12-21 09:53

    You do not have to render the text invisible. Just render them in the appropriate place but overlay the scanned image on the text. Or, you could render the text over the image and set alpha value of the color of the the stroke and brush to zero.

提交回复
热议问题