Bruno, your suggestion of wrapping a pdfTemplate in an Image to center it on 
the new page... how would that work? I appreciate your help! BTW does this 
seem like a good practice as I may be doing this to hundreds of legal 
documents...


PdfContentByte cb = writer.getDirectContent();
PdfImportedPage page = writer.getImportedPage(reader, 1);
Image img = Image.getInstance();

cb.addTemplate(img);

_________________________________________________________________
RealLiveMoms: Share your experience with Real Live Moms just like you 
http://www.reallivemoms.ca/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to