Matěj Humpál
Matěj Humpál
That's a good point, although the table key should be initialized properly anyway.
This possibly is a not properly documented and warned-about feature of @page CSS selector abilities, see https://mpdf.github.io/paging/using-page.html In the meantime, a warning in the documentation is needed and a thorough...
Reference https://github.com/mpdf/mpdf/issues/868
Yes, but as Composer is our primary platform to distribute code, I believe it is safe to play it with their numbers. Users of older PHP [without composer] will most...
You install composer libraries with a different PHP version then you run them on? Bold. How do you bypass the version mismatch check in the autoloading? Well anyway, there is...
Yes! Also, fonts supporting non-latin dialects could be moved to a package as they use considerable disc space amount.
@machour Yes. Please look at https://github.com/mpdf/mpdf/issues/860 in the meantime, I'll let you know when packages are ready to be tested :)
@crazydef No. Composer is de-facto standard now. When on a shared server, you can always run composer locally and upload the result yourself. Maybe better create a separate issue to...
I am afraid PDF/A handling in mPDF was created before PDF/A-2 and PDF/X-4 were introduced. PDF/X-4 requires PDF-1.6 and transparency part of PDF/A-2 requires PDF-1.7. I currently cannot ensure all...
Closing, as speeding up parsing and rendering floats would mean a substantial rewrite of the HTML/CSS parser which is not likely to happen.