Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a problem.
Actulay Some block of strings with html tags(Like <b> <UL> <Li> <a>) is stored in Database SQL Server.I just want to read that block of strings from databse and want to parse it in code behind and after that i want to write parsed html in a pdf.

I have completed work..
Fetched the data from the database and written it in .pdf format.
But it is writing string with html tags.
I just want to parse html tags(in place of <UL><LI> it must be Symbol) and after that with parsed symbols i wanr to write it in Pdf.I also want to parsed anchor tag in pdf so that it be clickable..


Plz Help me...solution..in C# asp.net

thnxx in advance..
Dinesh Chauhan
Software Engineer
Wipro Ltd.
Posted

You want an HTML to PDF converter?

This is not trivial, but it sounds like a common requirement - have you tried Google?
 
Share this answer
 
You can have HTML Agility pack[^] Will help you to parse HTML in more sophisticated manner.

Please vote and Accept Answer if it Helped.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900