StringBuilder to PDF in vb.net -



StringBuilder to PDF in vb.net -

how can convert stringbuilder pdf application..

dim sb new stringbuilder() sb.append("<table><tr><td>col 1</td><td>col 2</td><td>col 3</td></tr>") sb.append("<tr><td>val 1</td><td>val 2</td><td>val 3</td></tr>") sb.append("</table>")

this sb has convert pdf application. please help.

here in link there finish tutorial creating pdf , library add.

http://bytescout.com/products/developer/pdfdocscoutsdk/pdfdocscout_example_vb_net.html

vb.net pdf innerhtml stringbuilder

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -