Re: [iText-questions] Number of page after merging pdf file

2010-01-19 Thread Leonard Rosenthol
ubject: Re: [iText-questions] Number of page after merging pdf file > Date: Tue, 19 Jan 2010 18:21:05 +0100 > From: > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Number of page after merging pdf file > > Degla Degla wrote: >> i'm using

Re: [iText-questions] Number of page after merging pdf file

2010-01-19 Thread Mike Marchywka
> Date: Tue, 19 Jan 2010 18:21:05 +0100 > From: > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Number of page after merging pdf file > > Degla Degla wrote: >> i'm using a method to merge

Re: [iText-questions] Number of page after merging pdf file

2010-01-19 Thread 1T3XT info
Degla Degla wrote: > i'm using a method to merge pdf document , i dont find a method to generate > a good number of pages on footer, i explain : when i merge pdf files, in my > doc i have original page number and not a good numerotation (from 1 to n > but i have many 1) Your PDF is like a book. Me

[iText-questions] Number of page after merging pdf file

2010-01-19 Thread Degla Degla
i'm using a method to merge pdf document , i dont find a method to generate a good number of pages on footer, i explain : when i merge pdf files, in my doc i have original page number and not a good numerotation (from 1 to n but i have many 1) sorry for my english, i m frensh man ! ''' Concaténer

Re: [iText-questions] Number of page

2005-06-07 Thread bruno
Marco wrote: I insert number of page in a file pdf with the following lines: //... writer=PdfWriter.getInstance(document,new FileOutputStream(nomefile)); HeaderFooter header=new HeaderFooter(new Phrase("~ "),new Phrase(" ~")); header.setAlignment(header.ALIGN_CENTER); head

[iText-questions] Number of page

2005-06-07 Thread Marco
I insert number of page in a file pdf with the following lines: //... writer=PdfWriter.getInstance(document,new FileOutputStream(nomefile)); HeaderFooter header=new HeaderFooter(new Phrase("~ "),new Phrase(" ~")); header.setAlignment(header.ALIGN_CENTER); header.setBorder(