-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zxing Lib #299
Comments
Hi @lucashorn, I have pull request #311 pending which upgrades JasperStarter to version 3.6.2 which now includes the zxing library. You can try it out using my fork https://github.com/Xint0-elab/phpjasper.git in your {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Xint0-elab/phpjasper.git"
}
],
"require": {
"geekcom/phpjasper": "dev-Upgrade_to_JasperStarter_3.6.2"
}
} |
Thanks man, this solved my problems. Including the new ones for "attribute 'textAdjust'" that appeared to me due to version incompatibility |
what is the possibility of adding zxing for QRcode support? The lib added in bin/jasperstarter/jdbc/
I use phpjasper but for the current project I need to generate qrcode, needing this lib in the project.
The text was updated successfully, but these errors were encountered: