You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can define custom tags - to achieve that you should create your own nodes.xml file and configure PHPPdf facade to use that file. Hints how to do that you can find in documentation (https://github.com/psliwa/PHPPdf#configuration), default nodes.xml file you can find in repo: https://github.com/psliwa/PHPPdf/blob/master/lib/PHPPdf/Resources/config/nodes.xml. There will be a problem with thead and tbody tags, because current table implementation is not adapted to support some containers for rows (tr tags). You could define th tag as alis for td.
When creating PDFs the bundle does not seem to recognize
thead
tbody
andth
tags. Is there any way to fix that?The following error is thrown
Unknown tag "tbody".
when I call$pdf = $facade->render($response->getContent();
The text was updated successfully, but these errors were encountered: