Re: [iText-questions] special PDF-splitting

2006-06-13 Thread bruno
Reiber Matthias wrote: > Hello, > > i have, i guess, a simple Qestion. > > I have an pdfFile witch includes 5 pages, and i wanna split this pages > in separate pages. > > If you have an simple helloWorld for me, i would be very happy. <>Suppose that your 5 page PDF file is hello.pdf, then

[iText-questions] special PDF-splitting

2006-06-13 Thread Reiber Matthias
Hello,   i have, i guess, a simple Qestion.   I have an pdfFile witch includes 5 pages, and i wanna split this pages in separate pages.   If you have an simple helloWorld for me, i would be very happy.   I wanna have something like this:   myPDFWriter.addPage(myPDFReader.getPage(1));   myP