[iText-questions] watermarks and pdfptable

2002-05-17 Thread aauger
Could you confirm me that Watermatk doesn't work with a PDFTable?? In this case, the table is written over the image. Thanx for help. ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get

[iText-questions] Trouble with Base Font in code

2002-04-10 Thread aauger
Hello, I'm using the constructor Font(int,int,int,Color), instead of Font(BaseFont, int, int, Color) because i found it simple and whereas BaseFont constructor was quite hard. But i havec anew problem now: when I make a table.writeSelectedRows with this Font my debogueur sends: writeCel

[iText-questions] Header or Footer missing on first page

2002-04-03 Thread aauger
Hello, I'm coding methods in order tu reuse the HeaderFooter functions. But I have a strange issue: they appear on all pages with the right number of page, but i have nothing on the first one. Any idea?? Following the 2 methods and the main call public PDFHeader(String lsTexte, boolean

[iText-questions] Place a table aware of page breaks

2002-04-02 Thread aauger
Hi all, I wanted to use a PDFPtable in order to be able to place it on the page with couple (X,Y). But I'm disappointed because it does not go on the next page (only works with 'add'). The two functionnalities (place & page breaks) are uncompatible?? Thanx. Alex. ___