[iText-questions] Powershell cannot load dll any longer!

2013-01-03 Thread John T Jensen
Until this week, I was doing the following without problems in Powershell: [System.Reflection.Assembly]::LoadFrom("full-path-to-itextsharp.dll") Now when I do it, I get: Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\itextsharp_5_3_5\itextsharp-d

[iText-questions] [SPAM] Re: iText PdfPKCS7.verify somethig wrong !!!

2013-01-03 Thread mkl
Kang Ku, Lee, Kang Ku, Lee wrote > I will test verify the signed PDF file > http://korea.blogsite.org/MyHome/download/modified_signed.pdf. > This file is modified by hex editor. > > The acrobat PDF reader is invalid signature. This is OK!!!. > > But, when I try same file with iText PdfPKCS7 clas

Re: [iText-questions] iText SetFieldProperty method not working for some parameters (setfflags/setflags).

2013-01-03 Thread iText Info
Op 3/01/2013 12:40, jayesh_nazre schreef: > I am now back to my original problem. I cannot use > form.SetFieldProperty("txtTextBox", "setfflags", BaseField.HIDDEN, null); or > form.SetFieldProperty("txtTextBox", "setflags", PdfAnnotation.FLAGS_HIDDEN, > null); I can't reproduce your problem. The "s

Re: [iText-questions] iText SetFieldProperty method not working for some parameters (setfflags/setflags).

2013-01-03 Thread iText Info
Op 3/01/2013 11:57, jayesh_nazre schreef: > stamper.FormFlattening = true; OK, with a) solved, I've read on, and stumpled upon b7). This is... strange. It explains why the field is visible. If you flatten the form, and you want txtTextBox to be hidden, you need to remove the field with the remove

[iText-questions] Memory management using IText in Java

2013-01-03 Thread chrishowell
I am generating PDF's using IText and have noticed that the servers I am using seem to be running out of memory over time. I've turned off my feature to use IText and the servers seem fine - so I'm fairly certain there's something within my implementation of IText that is causing a memory leak. Her

Re: [iText-questions] iText SetFieldProperty method not working for some parameters (setfflags/setflags).

2013-01-03 Thread iText Info
Op 3/01/2013 11:57, jayesh_nazre schreef: > a) I first create a PDF template using openoffice and throw in some controls > in them to play around with Acroforms fields. Maybe this is the problem: Open Office creates fields in a strange way. Instead of defining a border of a field on the annotation

[iText-questions] Android iText images and multi-page vertically split tables

2013-01-03 Thread schlaprcek
Hi all! To start off, let me say that I'm using iText 5.3.5 to build PDF files on *Android*. First (smaller) problem is, how to have a "static" page header for multi-page header that also includes (important!) a picture from Android resources (or) assets? Is there an easy way to insert a Drawable i