Forum: ASP.NET Apr 2nd, 2009 |
| Replies: 1 Views: 1,271 I managed to solve this myself using the following bit of code:
Dim reader As System.Xml.XmlTextReader = New System.Xml.XmlTextReader(New StringReader("<div>" + Notes.Text + "</div>"))
... |
Forum: ASP.NET Dec 8th, 2008 |
| Replies: 1 Views: 1,271 I have been able to create the PDF without too many problems, but it is not formatted the way I would like/need.
I am producing the PDF from a web page TextBox which the end user is running... |