0

We have to disable "Copy Image"-Function from a part of pdf file. Even not the hole File-protection. Just preventing direct copy. Is it possible?

We use iText to generate pdf.

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Sergej G
  • 3
  • 3
  • 1
    I dont think that can be done , but you can give security to the pdf by passwords , check this http://stackoverflow.com/questions/16425723/prevent-copying-pdf-contents-generated-using-itext – Bharath R Nov 11 '13 at 11:17
  • That is correct Bharath, but not all PDF viewers respect those settings; note that you can leave the user password blank (`null`) if you don't want the end user having to enter a password every time he opens the document. – Bruno Lowagie Nov 11 '13 at 12:40
  • Thanks a lot for suggestions. We resolve this issue with a simple transparent png layer. We place it absolut over the significant part of a document. – Sergej G Nov 21 '13 at 09:12

0 Answers0