I am doing one web application in which user enters name and his comapany. So there are 5 company. In this application I want to generate pdf file for each company separately. Means if 20 users are entering data then pdf should generate company wise and there employee after clicking on generate PDF button.
I am using flask for this web application and cannot understand how to generate pdf from database. please if anyone knows the steps or good tutorial?