I have not been able to find answers to my questions on the several posts about the same topic, that is why I will be asking more specific questions here.
My questions are about wkhtmltopdf and fpdf. I need one of those to create 1 page invoices (really basic design) and 1 page reports (basic design as well) so very small PDF documents.
I have read that most people recommend wkhtmltopdf because of it's performance but for small 1 page documents does it really make a difference vs fpdf? Is it really less memory consuming? Faster?
I know that is a silly question but I also need to know if wkhtmltopdf can be executed multiple times at once. I mean, if there are 1000 users on my site trying to save their invoice in PDF at the same time? Is there a limit, how does it work? I know that fpdf is a php class so I don't have to "worry" about this (I only need the proper php.ini configuration I guess).
What would you suggest? For small PDF documents but high performance to be able to handle a lot of requests at the same time.
Are there any other options?
Thank you for your help!