[EMAIL PROTECTED] wrote:
> Thanks Bruno,
> 
> What I am trying to do is programmatically go page by page through an
> existing PDF and remove all pages which consist of only a white canvas with
> no text, images, or hidden text.  Are there any examples I could check out
> to do this or do you know of any docs that I could reference?

You've got all the elements you need.
PdfReader.getPageContent(pagenumber);
Select pages, PdfCopy or PdfStamper;
and last but not least: Google!!!
br,
Bruno

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to