Hi, I generate a PDF from a HTML file using iText as follows:
final PdfWriter pdfWriter = PdfWriter.getInstance(xmldocument, new FileOutputStream(pdfDocument)); SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); SAXmyHtmlHandler iTextSAXHtmlHandler = new SAXmyHtmlHandler(xmldocument); parser.parse(document, iTextSAXHtmlHandler); however, some of the pages are blank. How do i delete these pages from the PDF? Thanks in advance for any help. Regards Greg ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
