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
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