My project includes generating of complex reports based on user query, and printing it on an A4 size sheet, in a specific design. It also demands multiple data query, or group data query from users. For example – user might select all students above standard 3, so all data of students coming under this category should get selected and converted into a multiple page PDF report according to the predefined report design.
user does not want page by page printing because it becomes tedious when large data is required.
Please guide how should i proceed?
http://html2pdf.fr/de/default
Here is Html2PDF which is easy to use and it also offers good examples how it’s been used =)
Just define something like a table and then output it formatted with css to an PDF file.