TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nanda Kishore
NA
65
14.7k
How to read data from check box in PDF using iTextsharp?
Mar 19 2015 1:56 AM
We are trying to read data from PDF file using pixel coordinates (by using iTextsharp). below is the sample code and working to retrieve data from text boxes
string file = @"E:\CA Dan Truman Services.pdf";
PdfReader reader = new PdfReader(file);
Rectangle rect = new Rectangle(18, 558, 32, 570);
RenderFilter[] renderFilter = { new RegionTextRenderFilter(rect) };
but its not working while retrieving data from check box.
please refer attachment for checkbox control.
Sample pdf with check box control. when check box selected X symbol appears
Please let us know that how can we read data from check box using above mentioned code .
Any suggestions is highly appreciated.
Regards
Nanda Kishore.CH
Attachment:
checkboxpdf.zip
Reply
Answers (
1
)
Object disposed exception.
To set the value of a two-dimensional array in c++ dll