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
Aumkar Naik
NA
264
6.3k
How to print tick on pdf checkbox
Dec 22 2016 3:19 AM
Required tick on pdf checkbox while printing pdf form from asp.net using itextsharp.
Sample code :-
PdfReader pdfReader = new PdfReader(pdfTemplate);
PdfStamper pdfStamper = new PdfStamper(pdfReader, stream);
AcroFields pdfFormFields = pdfStamper.AcroFields;
if (chk1stinvestormf.Checked)
{
pdfFormFields.SetField("chkconfirmnewinvestor","Yes","true");
//pdfFormFields.GenerateAppearances = true;
}
Reply
Answers (
1
)
Convert Vb6 code to Vb or C#
how to get current URL in javascript?