-------------- Original message ---------------------- From: KjoHansiGlaz <[EMAIL PROTECTED]> > > > Hi ! > > I'm looking for a library to developp an utility to do some manipulation on > PDF file, especially > > - "n-upping" them, i.e. multiple pages can be put together on one physical > page at a reduced size. (as the pdfnup or psnup UNIX command does). My goal > is to convert a page sequence into a booklet ; > > - do the reverse operation, i.e. split one physical page into two (or more) > new smaller pages. > > So my question is : can I do that with iText ?
Yes. Look at the code for a similar tool in the iText Toolbox. That should give you some ideas on how to do what you want. I also heartily recommend you purchase the book "iText in Action". Having it as a deskside reference will make your workflow so much more efficient. Best regards, Bill Segraves ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
