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
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.