Hey all,
I'm looking for a solution to print large amounts of data. Basically, what I'm trying to do is:
1. Do a seach on a mysql db >100k records
2. Print the result set, ~12 records / A4 page
This is pretty huge...~8000 pages. I know I can't put them all in a single html file, it would crash everything.
What I'm thinking so far: generate PDF file(s) from PHP and/or use php_printing extension on Win. Thanks for any hint / solution.