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
I don't understand why the numbers are not right-aligned. I tried changing array_merge($cols, $vatHeadersConfiguration)
to $cols + $vatHeadersConfiguration
but it didn't make a difference.
Any help would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
I have built many PDFs using Cezpdf, but I'm stuck on this one issue now.
My code is as follows:
When I test the PDF, I get this:
I don't understand why the numbers are not right-aligned. I tried changing
array_merge($cols, $vatHeadersConfiguration)
to
$cols + $vatHeadersConfiguration
but it didn't make a difference.
Any help would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: