MPDF - “Auto” FontSize Textareas
Clash Royale CLAN TAG#URR8PPP
MPDF - “Auto” FontSize Textareas
mPDF 7x Question:
$mpdf->useActiveForms = true;
Does Anyone know if/how this is possible?
/F2 8.0031399729649 Tf 0.000 g
/F2 0 Tf 0 g
I have submitted a feature request to mPDF here as I doubt anyone will be able to answer this, it's likely not supported yet: github.com/mpdf/mpdf/issues/834
– Maurice
Aug 13 at 23:28
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
When I drag the .pdf file into sublime, I can edit the compiled code from (left)
/F2 8.0031399729649 Tf 0.000 g
to (right)/F2 0 Tf 0 g
and it almost works. Unfortunately setting font-size to "auto" or "0" within mpdf makes the textareas fail to render.– Maurice
Aug 13 at 4:28