Op 2/08/2012 12:04, Raja Narayanan schreef:

Hi,

I have one doubt in iText. In my web application(asp.net <http://asp.net>) i have uploaded the PDF file .If the PDF file have the Table now how to

read the table in PDF.I have attached my tagged PDF.Please kindly take it and help me.


Now that's indeed a Tagged PDF. When I parse it using iText, this is what I get:

<Table><TR><TD>First Name </TD>
<TD>Last Name </TD>
<TD>Age </TD>
</TR>
<TR><TD>Narayanaan </TD>
<TD>Raja </TD>
<TD>24 </TD>
</TR>
<TR><TD>Ram </TD>
<TD>Sankar </TD>
<TD>26 </TD>
</TR>
<TR><TD>Prem </TD>
<TD>Kanth </TD>
<TD>30 </TD>
</TR>
<TR><TD>Raj </TD>
<TD>Yamah </TD>
<TD>32 </TD>
</TR>
<TR><TD>Rani </TD>
<TD>Uma </TD>
<TD>29 </TD>
</TR>
</Table>

How to do it? Well... that's documented isn't it? http://1t3xt.be/?15e
You can save yourself plenty of time by reading the documentation. A nice side-effect is that it also saves us time not having to answer questions of which the answer is fully documented. If you save us time, we can write more documentation and more functionality. One could argue that by not reading the documentation, you steal time from us, and as such you steal functionality from your colleagues. That's bad for your Karma.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to