----- Original Message ----- From: "Jim Cornmell" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" <[email protected]> Sent: Friday, July 06, 2007 2:17 PM Subject: Re: [iText-questions] Speeding up page copy for BIG pdf's
> Hi, > > It looks to be quicker using PdfStamper, than using PdfCopy (i.e. 1h20m > instead of 2). It was much easier to migrate the code than I thought, > however I have one question: > > How do I set page labels using PdfStamper, I cannot see a way to do it in > the documentation, but hope I'm just looking in the wrong place? > >> PdfStamper stamper = new PdfStamper(currentReader, fos); >> stamper.getWriter().setPageLabels(lbls); >> stamper.close(); > > I saw the above example asking the same question in the forum but no > answer. Also I've tried the above and it has no effect. > That's already supported but it's only in the SVN. Paulo ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
