i use xmlworker to convert html to pdf. my html markup is:
<table><tr><td>Female: > 18 </td></tr></table>
I replace > With > but my pdf result is: Female > 18!
please note that when i use ">" character in html markup, i give an error from ITextSharp. because my markup is not valid.
at now How can i print special character like ">" and "<" by xmlworker?