Is it possible to convert a webpage along with images and preserving styles into PDF document using open libraries like iTextSharp using C#.
            Asked
            
        
        
            Active
            
        
            Viewed 2,368 times
        
    1
            
            
        - 
                    Possible duplicate: http://stackoverflow.com/questions/564650/convert-html-to-pdf-in-net – Cody Gray - on strike Nov 14 '10 at 16:50
1 Answers
0
            
            
        Yes but.
iText[Sharp]'s style support is spotty at best. Your absolute best html->pdf bet is wkhtmltopdf. I haven't tried it personally, but it seems to have all its ducks in a row.
 
    
    
        Mark Storer
        
- 15,672
- 3
- 42
- 80
 
    