python - let user download pdf by converting html information into pdf -
i have informations pops in fancybox, e.g. user form(which includes images, his/her address, phone no, name etc..), how can convert pdf , let user download pdf file. can achieved using jquery.
i use datatables show rows of user informations, when clicked in individual rows popped in fancybox. there plugin in datatables called datatools lets user convert table csv, xls, pdf file, uses 'swf' file. there way convert html rendered page pdf ??
i using python2.7, flask
you can convert html pdf using wkhtml2pdf.
Comments
Post a Comment