[iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread Prevost, Sylvain
Hello, This is my code (in VB.Net), using unprotect password process, but I do not know really how to do to remove the watermark and then save my file ... Please help Annots id Nothing ... Which is the property to use ? CONTENTS seems not working also... The PDF has been generated with Acr

Re: [iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread iText mailing list
You sound like you know more about the nature of the watermark. Please share that information with us. For instance: - is the watermark added as an annotation or as content that is part of the content stream? - if it's part of the content stream, is it part of the same content stream as the rest

Re: [iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread Prevost, Sylvain
Hello, Thanks for your answer. I've found My watermark is named Watermark (added under Acrobat) This is my code working. Dim myFile As String Dim subrep As String Dim NewDir As String Dim password As String = "scandoc" Dim i, j As Integer D