I am trying to convert a HTML page to PDF using ABCpdf component. I have used AddImagehtml method to do that. It is working. My requirement is that to get the values dynamically. How can I pass the values from my dataset to HTML. Could anyone resolve my problem?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you should do it dynamically on server side using other method like creating a dynamic table and looping through you data set to add the values. Check the small table example and Large Table example in ABC PDF documentation in your installation folder. |
|||
|
|
|
Build the HTML dynamically in a stringbuilder E.g. Pseudo Code Below
|
|||
|
|