Back-end is in python, Front-end is in jQuery. There is a form, form data is sent to back-end by AJAX in jQuery. Some action will happened in back-end then and an object/JSON data has come to front-end. Is it possible/easier generating PDF from those returned values by jQuery? Or will generating pdf be easier/standard from back-end? Can you please provide an example link for generating PDF for those types of scenario from front-end/back-end (which will be suitable)?