Maheen Alaudeen wrote: > Here is my requirement. > > A pdf document has table in it. I need to retrieve only "particular > column values" from the table if I give input as "column header" name. > Is there any way to do this using iText? > > Can some have any idea on this?
The concept of a Table is inexistent in PDF. A table on a page is just a bunch of glyphs and lines. You should consider PDF as a "one way process". Once a table is rendered in a PDF file, there's no way back. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
