PHPJasper / phpjasper

A PHP report generator
MIT License
469 stars 162 forks source link

Not Support for barcode - qr component #272

Open scootting opened 3 years ago

scootting commented 3 years ago

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

jesusferm commented 2 years ago

I have the same problem, any solutions?

Xint0-elab commented 2 years ago

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.