Re: [iText-questions] Toolbox error

2007-12-09 Thread mohiuddin mohammed
Hi, My name is mohammed Mohiuddin, i am a student of CCNY, i am trying to install itext for my semester project but i m getting toolbox error when i tried to run the itext jar file from the command prompt.. I need some help in installation, Please help me out in the installation of Itext.

[iText-questions] PdfPTable.WriteSelectRows and border width

2007-12-09 Thread Friedhelm
I have split up a table across 2 pages using the WriteSelectedRows-method and it works great up to the fact, that the right border of the last column on page 1 and the left border of the first col page 2 are drawn very thin in comparison to the other columns (I used the normal border width).

[iText-questions] Seam iText Questions

2007-12-09 Thread Robert Morse
Hello, Is this the appropriate forum to post Seam based iText questions? Thanks! -robert. - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [iText-questions] Invalid signature file digest for Manifest main attributes (2.0.7)

2007-12-09 Thread Samuel B. Quiring
Xavier, Thanks. That is what I expected. Too bad. I really like packaging my app up as a single .jar file. What could be easier than one file and no classpaths? -Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xavier Le Vourch Sent: Saturday,

[iText-questions] Multiple signatures problem

2007-12-09 Thread Luca Tomat
Hello, i'm trying to place multiple signatures on a PDF file (i need 4 signatures). I tried modifying OpenSignPDF but when i add more than two signatures i always get that only the first and the last one are valid while all the signatures among the two show a red X on them. For instance... lets

Re: [iText-questions] Multiple signatures problem

2007-12-09 Thread Luca Tomat
Ok, everything works now. It looks like a problem of OpenSignPDF... this is what they do: [CUT] PdfDictionary signDict = new PdfDictionary(); signDict.put(PdfName.FT, PdfName.SIG); signDict.put(PdfName.FILTER, new PdfName(Adobe.PPKLite));