Re: [iText-questions] Continue table to the next page

2007-12-10 Thread Bruno Lowagie
Veerendra Namineni wrote: Hi, Please suggest a way to know if a table has continued to the next page. I've a table with dynamic data being populated. I want to give an indication of the tables continuity on the next page if the rows in the table exceeds on the previous page. Do you know the c

[iText-questions] has anyone implemented a javax.print.PrintService using iText

2007-12-10 Thread Jason Boehle
We have an existing Swing application that knows how to print via the java.awt.print.* APIs. In Java 1.4+, the java.awt.print.PrinterJob can take a javax.print.PrintService, which represents a "printer" to print to. Are there any known implementations of javax.print.PrintService using iText as

[iText-questions] Continue table to the next page

2007-12-10 Thread Veerendra Namineni
Hi, Please suggest a way to know if a table has continued to the next page. I've a table with dynamic data being populated. I want to give an indication of the tables continuity on the next page if the rows in the table exceeds on the previous page. Thanks in advance. Veerendra. --

Re: [iText-questions] PdfPTable.WriteSelectRows and border width

2007-12-10 Thread Friedhelm
Works great, again - many thanks!! ;-) > That's by design and it's there to clip columns with colspan. You can > avoid it by using other method. Instead of: > > table.writeSelectedRows(0, 5, 0, -1, 50, 650, cb); > > use: > > PdfContentByte[] canvases = table.beginWritingRows(cb); > table.writeSele

Re: [iText-questions] Helvetica font in rtf

2007-12-10 Thread Mark Hall
On Monday 10 December 2007 13:02:34 [EMAIL PROTECTED] wrote: > ich want to generate a rtf file with Helvetica as font. But when I open the > doc in MS Word, it says the font is Arial. > here my source: > Cell c = new Cell(new Phrase("text", FontFactory.getFont("Helvetica", 11, > com.lowagie.text.Fo

Re: [iText-questions] PdfPTable.WriteSelectRows and border width

2007-12-10 Thread Friedhelm
Thanks Paulo, I will try that! > That's by design and it's there to clip columns with colspan. You can > avoid it by using other method. Instead of: > > table.writeSelectedRows(0, 5, 0, -1, 50, 650, cb); > > use: > > PdfContentByte[] canvases = table.beginWritingRows(cb); > table.writeSelectedRows(

Re: [iText-questions] Helvetica font in rtf

2007-12-10 Thread Howard Shank
Hello Marcus, There is an issue with the existing parser handling a font alt control word used for Helv font. It is not properly recognized and therefore defaults to Arial. The new parser being introduced in 2.0.8 (I hope) will resolve this issue. Until then, there is no solution. Regards, Ho

[iText-questions] Helvetica font in rtf

2007-12-10 Thread dirty-mg
Hello, ich want to generate a rtf file with Helvetica as font. But when I open the doc in MS Word, it says the font is Arial. here my source: Cell c = new Cell(new Phrase("text", FontFactory.getFont("Helvetica", 11, com.lowagie.text.Font.BOLD))); Does anybody has a solution for this? regards, Ma

Re: [iText-questions] PdfPTable.WriteSelectRows and border width

2007-12-10 Thread Paulo Soares
That's by design and it's there to clip columns with colspan. You can avoid it by using other method. Instead of: table.writeSelectedRows(0, 5, 0, -1, 50, 650, cb); use: PdfContentByte[] canvases = table.beginWritingRows(cb); table.writeSelectedRows(0, 5, 0, -1, 50, 650, canvases); table.endWrit

[iText-questions] Problem with ITextSharp PKSC7 Signing

2007-12-10 Thread vmeyer
Hi, we have a Class in VB.NET to Sign a PDF with a German Signature SmartCard 1024 AND 2048 Bit (Private Key ONLY on Card), but Acrobat Say that the PDF is damaged or corrupted. We use PKCS7. PKCS1 works fine with "SELF_SIGNED" Adobe.PPKLite/adbe.x509.rsa_sha1 for PKSC7 we use "WINCER_SIGNED"

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

2007-12-10 Thread Bruno Lowagie
Samuel B. Quiring wrote: 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? It should be fairly easy to unpackage the class files and make a new unsigned jar. I wrote a similar ANT

Re: [iText-questions] Seam iText Questions

2007-12-10 Thread Bruno Lowagie
Robert Morse wrote: Hello, Is this the appropriate forum to post Seam based iText questions? Not really. Did you try a jBoss/SEAM mailing list? AFAIK Norman Richards is the developer who did the iText integration in SEAM. Very specific iText questions can be posted here in some cases. I believe