Re: [iText-questions] Divide one page into two pages

2012-03-12 Thread iText Info
Op 12/03/2012 12:39, Marco B. schreef: Hi first of all thanks for your answer I will explain you my need We have a client that creates the labels in different formats The problem is when they create A2 because they don't have printer for this format So they ask us to divide the label into two A3

Re: [iText-questions] Divide one page into two pages

2012-03-12 Thread Marco B .
sourceforge.net Subject: Re: [iText-questions] Divide one page into two pages Hi Marco, On 12 March 2012 12:00, Marco B. wrote: Hi I need to divide A2 into two A3, divide an A3 into two A4 and so on Is it possible to do it with itext library? It depends. Do you want to split your page i

Re: [iText-questions] Divide one page into two pages

2012-03-12 Thread Alexis Pigeon
Hi Marco, On 12 March 2012 12:00, Marco B. wrote: > Hi > > I need to divide A2 into two A3, divide an A3 into two A4 and so on > > Is it possible to do it with itext library? > It depends. Do you want to split your page into two smaller ones in the same way you would cut a piece of pap

Re: [iText-questions] Divide one page into two pages

2012-03-12 Thread iText Info
Op 12/03/2012 12:00, Marco B. schreef: Hi I need to divide A2 into two A3, divide an A3 into two A4 and so on Is it possible to do it with itext library? Do you have some code example (I prefer c# but also java is ok)? We have an example to divide a page into 16 pages: http://itextpdf.com/

[iText-questions] Divide one page into two pages

2012-03-12 Thread Marco B .
Hi I need to divide A2 into two A3, divide an A3 into two A4 and so on Is it possible to do it with itext library? Do you have some code example (I prefer c# but also java is ok)? Thank you bye