0
I managed to generate the boleto in my site along with the project Boletophp, and the database data.
Now, when it goes to print on CHROME it comes out with the wrong barcode, this is up to a reported Issue: https://github.com/CobreGratis/boletophp/issues/103.
Curious fact is that it’s only on Chrome. Thinking of an alternative, I thought of saving in PDF, and then open by Acrobat and it worked.
As I can, when generating the PDF on the PHP page already download the file as PDF instead of simply displaying it? If this is not possible, if anyone has any other viable idea/alternative and that helps I thank you
From what I’ve seen in that post is the best lib, has plenty of support. I know more the textsharp of c#, but this will solve what you need. FPDF:<br> -Tutorials<br> -Scripts
– Leonardo Bonetti