I have data stored in the database with HTML format, and I want to get the value of this html content with MyReader.getString() after getting the html code I must do the conversion to PDF Format.
You have any idea on how can I do it ? !!
I have data stored in the database with HTML format, and I want to get the value of this html content with MyReader.getString() after getting the html code I must do the conversion to PDF Format.
You have any idea on how can I do it ? !!
 
    
     
    
    Pdfcrowd has an online API that lets you convert HTML to PDF. They have, among others, a client library for .NET. The API is pretty easy to use.
Use a tool like webSuperGoo's ABCpdf, I've used it in the past and I found it quite easy to setup and use.
 
    
    You can put the whole HTML content into Word (as a HTML document) and extract it as PDF.
