Generate a UTF-8-pdf from a PHP website
Oh, I forgot: I don't want to use TCPDF (which apparently supports UTF-8), because it already took 20secs for a Hello-World-document; I'm scared it would strangle the server when 300 students apply at the same time.
If anyone could help me, I would be very thankful.
You could do it the LaTeX way, calling exec
from PHP and creating the document.
Or you can use TCPDF which is build on FPDF but it has more functionality build in it, and it supports UTF-8.
Hm 20sec for a simple document seems very very long, I've created larger documents with many pictures (20+ pages with 3 images each page) with TCPDF and it's usually very fast, far from 20 sec even for documents of that size.
Did you ever try PDFLIB?
The company is located in your country, the product is really very professional. When we used it for a project we never had any problems with unicode support. (I assume the direct PDF generation this way is way faster and less error-prone than executing tex).
精彩评论