Magento – Magento 2 : Rupee (currency) symbol overlapping on price

magento-2.1

Whenever I print the invoice, Rupee symbol gets overlapped with the price. When I copy this price on the text editor, it shows me correct but in pdf, it is overlapping the price. Any help will be appreciated.

enter image description here

Best Answer

we need to extend Invoice.php file.

 Magento\Sales\Model\Order\Pdf\Invoice.php 

We can't override AbstractPdf.php directly.

I have created one module for this. You can download from here.Its working properly.

Related Topic