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 you need the following two lines:
String[] arg = {"hello.pdf"};
com.lowagie.tools.plugins.Burst.main(arg);
Have a look at the source of Burst.java
for inspiration on how to adapt the example
to your needs.
br,
Bruno
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions