Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-20 Thread OPoupeau
Of course :-) thanks for your answers. 1T3XT BVBA 20/04/2011 08:05 Veuillez répondre à Post all your questions about iText here A itext-questions@lists.sourceforge.net cc Objet Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between) Op 19/04/201

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
Sorry I don't understand what you means... I have a method onStartPage() in my class MyHeaderFooter in which I add tables or paragraph (...) in my document and it works very good. I never had problems with that... What's wrong with this way ? Thanks 1T3XT BVBA 19/04/2011 14:42 Veuillez répo

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
In my class MyHeaderFooter I have two methods (onStartPage() and onEndPage ()) onStartPage() : not absolute positionning onEndPage() : absolute positionning. I don't have the header and the footer in an only one method onEndPage(). 1T3XT BVBA 19/04/2011 14:00 Veuillez répondre à Post all yo

[iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
Hello, I generate a pdf whith itext, creating a table by adding cells in a loop. Before that, I insert a HeaderFooter by a writer Document document = new Document(PageSize.A4.rotate()); ByteArrayOutputStream baos = new ByteArrayOutputStream(); PdfWriter writer = PdfWrit

Re: [iText-questions] Pdf vers imprimante matricielle

2011-03-03 Thread OPoupeau
My question was : Is there an API that handles itext matrix printers? -- > means IN iText. That's why I asked my question in this topic. Olivier POUPEAU Projet EADS-Silcent opoup...@sodifrance.fr 02.40.18.52.89 1T3XT BVBA 03/03/2011 08:27 Veuillez répondre à Post all your questions about

[iText-questions] Pdf vers imprimante matricielle

2011-03-02 Thread OPoupeau
Hello, I need to send a PDF generated with iText on printers matrix. Of course, it does not handle this type of document and publishing is unreadable. Is there an API that handles itext matrix printers? Is there another solution? Thank you for your reply Olivier POUPEAU ---