Jump to content

[RESOLVED] PDF bug with & symbol


Recommended Posts

Yes, that is also happening with other special chars...

 

Find this row in file include/pdfconfig.php:

 

	$pdf->Cell(0,4,$clientsdetails["companyname"],0,1,'L');

 

and replace it with:

 

	$pdf->Cell(0,4,html_entity_decode($clientsdetails["companyname"]),0,1,'L');

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated