Posted on: 10/13/2014 10:22:53 AM | Views : 546

Hi Friends,
I'm implementing WKHTMLtoPDF on my web form. Its an aspx page with master page. Everything gets converted fine like image, normal text etc into PDF. But since it's a information filling up form I have some textboxes in it. As I type into it and try to convert iti in PDF only content other than dynamically changed text, comes.That is .. say if I set 'Text' property of texbox   Text="XYZ", then XYZ appears in pdf.. but if I change it.. say to ABC on form.. it doesn't.  I tried changing it's innerText/HTML/ value by javascript,jquery but still dynamically changed value do not gets converted into PDF.. and the ERRO reads.. input HTML element doesnot support Text insertion. I tried replacing Textbox with Div with editable content. Same problem occurs.
Any help??

Go to the complete details ...