Skip to content
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

Closed
lucashorn opened this issue Oct 11, 2021 · 2 comments
Closed

Zxing Lib #299

lucashorn opened this issue Oct 11, 2021 · 2 comments

Comments

@lucashorn
Copy link

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.

@Xint0-elab
Copy link

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 composer.json with the branch dev-Upgrade_to_JasperStarter_3.6.2:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Xint0-elab/phpjasper.git"
    }
  ],
  "require": {
    "geekcom/phpjasper": "dev-Upgrade_to_JasperStarter_3.6.2"
  }
}

@lucashorn
Copy link
Author

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 composer.json with the branch dev-Upgrade_to_JasperStarter_3.6.2:

{
  "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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants