Re: [iText-questions] iText question

2006-09-04 Thread mdcapurro
Bruno, I'm sorry. Now i'm writing to the correct place(itext-questions@lists.sourceforge.net).  I new, very new in java. I'm at university yet. I'm in a new work and i'm trying make a pdf from an html file. This file is simple, like your example at your page. If i work using tables and text

[iText-questions] Cell width

2006-09-04 Thread Kharas
Hi I'm adding a Cell containing an Image to a Table object that I'm adding to a header. I wanna know the exact width of the cell, so I can dimension the remaining cells of the row accordingly. I've tried to retrieve the Cell and Table witdh using the methods Cell.cellWidth(), Table.absWidth() an

Re: [iText-questions] insert PKCS#7 Signature into pdf

2006-09-04 Thread Paulo Soares
Look at the example http://itextpdf.sourceforge.net/howtosign.html#signextdic. You need to have the correct filter and subfilter depending on your PKCS#7. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Christoph Weber > Sent: Monday, Se

[iText-questions] insert PKCS#7 Signature into pdf

2006-09-04 Thread Christoph Weber
Hi All! What I want to do is adding a PKCS#7 signature to a pdf document. This signature is generated by a PKCS#11 Library, so I can work with an external card reader. It is not possible to get the private key/certificate out of the card. What I understood from now I have to 1. open a pdf doc

Re: [iText-questions] Table width

2006-09-04 Thread Kharas
I'm putting the table in the header. Mark Hall-2 wrote: > > On Monday 04 September 2006 13:21, Kharas wrote: >> I'm trying to generate a table in a RTF document. I'm using the Table >> class. I want the table to expand the whole page's width. I've tried >> using >> setWidth(100) and setAbsWid

Re: [iText-questions] Table width

2006-09-04 Thread Mark Hall
On Monday 04 September 2006 13:21, Kharas wrote: > I'm trying to generate a table in a RTF document. I'm using the Table > class. I want the table to expand the whole page's width. I've tried using > setWidth(100) and setAbsWidth("100"), but in both cases the table's width > is only around 80% of t

[iText-questions] Table width

2006-09-04 Thread Kharas
Hi I'm trying to generate a table in a RTF document. I'm using the Table class. I want the table to expand the whole page's width. I've tried using setWidth(100) and setAbsWidth("100"), but in both cases the table's width is only around 80% of the page's width. Any ideas how to do this? Thanks.

Re: [iText-questions] RTF, table in header and footer

2006-09-04 Thread Mark Hall
On Monday 04 September 2006 04:41, Billy wrote: > I am currently upgrading my existing system from using itext v1.2 to > v1.4.4. I found there is a problem with version v1.4. hope some body can > help me. I put a table in the header and footer, but the size of the table > is always about 50-60% of

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
OK, Bruno. I see. Thanks for the extra explanation. Keep up the good work! Geert > >Hi Paulo, > > > > > > > >>You can know the size the table will have by setting the setTotalWidth() > >>but you'll have to calculate the effective space by subtracting the > >>margins from the page size. > >>

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread bruno
[EMAIL PROTECTED] wrote: >Hi Paulo, > > > >>You can know the size the table will have by setting the setTotalWidth() >>but you'll have to calculate the effective space by subtracting the >>margins from the page size. >> >> >I'm not interested in the WIDTH > You probably aren't, but iText is

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
Hi Paulo, > You can know the size the table will have by setting the setTotalWidth() > but you'll have to calculate the effective space by subtracting the > margins from the page size. I'm not interested in the WIDTH but in the LENGTH a table will have, the number of pages it will occupy. (one or

Re: [iText-questions] appearance comb textfield: problem with spaces

2006-09-04 Thread Paulo Soares
- Original Message - From: "matrixo" <[EMAIL PROTECTED]> To: Sent: Monday, September 04, 2006 4:21 AM Subject: Re: [iText-questions] appearance comb textfield: problem with spaces > > But if I remove generated javascript the functionality may not work as > expected. > > As I said, th