I want to convert HTML content to pdf. It can be any content i.e. content of a div, table etc.
I have tried jspdf, iText for it but they are not effective.
Among the paid one's pdfcrowd is solving my purpose but I am looking for any open source solution which does not depend third party server.
Please suggest any open source solution to this which can convert html content to pdf effectively(Client Side will be preferable).
You can try
htmltopdf
for convert HTML content into a pdf. I have used it and it fulfills my all requirements of converting HTML into pdf. http://www.phpclasses.org/package/2905-PHP-Convert-HTML-to-PDF-using-Web-services.html