i need only selected table of my pdf using itextsharp.. plz let me know.....asap
PDF is displayed on client side, and asp.net doent have control on clientside....so read test from PDF and display it in a DIV, then one selected portion from that DIV, you can extract table....
Member
7 Points
23 Posts
i need only selected table of my pdf using itextsharp.. plz let me know.....
Sep 06, 2013 06:51 AM|ak_memon|LINK
i need only selected table of my pdf using itextsharp.. plz let me know.....asap
Member
7 Points
23 Posts
Re: i need only selected table of my pdf using itextsharp.. plz let me know.....
Sep 06, 2013 07:29 AM|ak_memon|LINK
HOw can we select co ordinate of table using itextsharp ...
All-Star
78951 Points
16373 Posts
Re: i need only selected table of my pdf using itextsharp.. plz let me know.....
Sep 07, 2013 06:03 AM|ramiramilu|LINK
PDF is displayed on client side, and asp.net doent have control on clientside....so read test from PDF and display it in a DIV, then one selected portion from that DIV, you can extract table....
to convert PDF to TEXT - http://www.codeproject.com/Articles/12445/Converting-PDF-to-Text-in-C
to get selected content - http://jsfiddle.net/NjW5a/3/
Also check out this thread for more options - http://forums.asp.net/p/1933443/5499664.aspx?Re+How+to+read+selceted+content+of+pdf+file+and+convert+into+xml+using+asp+NET
thanks,
JumpStart