phpjasper icon indicating copy to clipboard operation
phpjasper copied to clipboard

Not Support for barcode - qr component

Open scootting opened this issue 4 years ago • 2 comments

Really with the Jasperreports funtions all barcode types but not qr, is a bug?

scootting avatar Feb 07 '21 22:02 scootting

I have the same problem, any solutions?

jesusferm avatar Feb 03 '22 21:02 jesusferm

The problem is that the version of JasperStarter used by PHPJasper to process the reports does not include the zxing library.

You have two options:

  1. Download the zxing library jar file and put it into the same folder as the JDBC drivers
  2. Use my fork version which upgrades JasperStarter to the latest version 3.6.2, which is in PR #311 pending review. See my comment in issue #299 for suggested changes to try my fork of PHPJasper before PR is accepted.

Xint0-elab avatar Feb 22 '22 23:02 Xint0-elab