Re: [iText-questions] iTextSharp pdf owner Password

2009-08-01 Thread saurin
Dim enc As System.Text.Encoding = System.Text.Encoding.ASCII Dim myByteArray As Byte() = enc.GetBytes("0123") Dim pdfReader As PdfReader = New PdfReader(pdfTemplate, myByteArray) try this, should work for you. grle wrote: > > Hello > > I am programming in Visual Studio .Net with iTextSharp

Re: [iText-questions] iTextSharp pdf owner Password

2009-01-26 Thread grle
Sorry, i move my message to sourceforge> itextSharp -- View this message in context: http://www.nabble.com/iTextSharp-pdf-owner-Password-tp21662464p21663978.html Sent from the iText - General mailing list archive at Nabble.com.