Lee Marshall wrote: > Dim stamper As iTextSharp.text.pdf.PdfStamper = Nothing > Dim underContent As iTextSharp.text.pdf.PdfContentByte = Nothing > reader = New iTextSharp.text.pdf.PdfReader(sourceFile) > rect = reader.GetPageSizeWithRotation(1) > stamper = New iTextSharp.text.pdf.PdfStamper(reader, New > System.IO.FileStream(outputFile, IO.FileMode.Create)) > > underContent = stamper.GetOverContent(1)
Here you either use writeSelectedRows, or you wrap the table in a ColumnText object. > stamper.Close() > reader.Close() -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ 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 Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
