I am working on creating a pdf from html template file where i defined placeholders. i am able to replace the place holders with some text like
content.Replace(["Product_ID"],TextBox1.text);
is there any way i can also replace a placeholder with a checkbox(with either checked or unchecked depending on a condition) ?
Create two images, one for the checkbox "checked" state, and "unchecked", and use an IF statement to get the right image: i.e: