Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38945 > unrolled thread
| Started by | gk <srcjnu@gmail.com> |
|---|---|
| First post | 2019-05-04 20:04 -0700 |
| Last post | 2019-05-06 04:55 -0700 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
PDF with QR code gk <srcjnu@gmail.com> - 2019-05-04 20:04 -0700
Re: PDF with QR code gianluca.bonetti@gmail.com - 2019-05-05 03:48 -0700
Re: PDF with QR code gk <srcjnu@gmail.com> - 2019-05-05 04:42 -0700
Re: PDF with QR code Eric Sosman <esosman@comcast-dot-net.invalid> - 2019-05-05 08:16 -0400
Re: PDF with QR code e.d.programmer@gmail.com - 2019-05-06 04:55 -0700
| From | gk <srcjnu@gmail.com> |
|---|---|
| Date | 2019-05-04 20:04 -0700 |
| Subject | PDF with QR code |
| Message-ID | <d6c54ad7-bd05-4560-a06d-62be40ecf511@googlegroups.com> |
Hi , my requirement is to generate a static QR code from a given text and create a PDF with this QR Code placed at the bottom in the pdf. ................. Which library will be helpful ? I'm using java 8 as programming language. Could you please post relevant resource/examples to try this ?
[toc] | [next] | [standalone]
| From | gianluca.bonetti@gmail.com |
|---|---|
| Date | 2019-05-05 03:48 -0700 |
| Message-ID | <cff2c884-5ca8-4dc1-b0fa-0fefa887f435@googlegroups.com> |
| In reply to | #38945 |
Il giorno domenica 5 maggio 2019 05:04:27 UTC+2, gk ha scritto: > Hi , my requirement is to generate a static QR code from a given text and create a PDF with this QR Code placed at the bottom in the pdf. ................. Which library will be helpful ? I'm using java 8 as programming language. Could you please post relevant resource/examples to try this ? Hello Just use JasperReports, which comes with a nice WYSIWYG editor as Eclipse plugin. Then add QR code by using ZXing library. Lot of tutorials out there, and in JasperReports documentation. Cheers Gianluca
[toc] | [prev] | [next] | [standalone]
| From | gk <srcjnu@gmail.com> |
|---|---|
| Date | 2019-05-05 04:42 -0700 |
| Message-ID | <aa581f3a-17d6-48e2-aaaf-2cd1caeb5b54@googlegroups.com> |
| In reply to | #38946 |
On Sunday, May 5, 2019 at 4:18:25 PM UTC+5:30, gianluc...@gmail.com wrote: > Il giorno domenica 5 maggio 2019 05:04:27 UTC+2, gk ha scritto: > > Hi , my requirement is to generate a static QR code from a given text and create a PDF with this QR Code placed at the bottom in the pdf. ................. Which library will be helpful ? I'm using java 8 as programming language. Could you please post relevant resource/examples to try this ? > > Hello > Just use JasperReports, which comes with a nice WYSIWYG editor as Eclipse plugin. > Then add QR code by using ZXing library. > Lot of tutorials out there, and in JasperReports documentation. > > Cheers > Gianluca What is the link of ZXing library ? Thanks
[toc] | [prev] | [next] | [standalone]
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Date | 2019-05-05 08:16 -0400 |
| Message-ID | <qamk7s$4sq$1@dont-email.me> |
| In reply to | #38947 |
On 5/5/2019 7:42 AM, gk wrote: > On Sunday, May 5, 2019 at 4:18:25 PM UTC+5:30, gianluc...@gmail.com wrote: >> Il giorno domenica 5 maggio 2019 05:04:27 UTC+2, gk ha scritto: >>> Hi , my requirement is to generate a static QR code from a given text and create a PDF with this QR Code placed at the bottom in the pdf. ................. Which library will be helpful ? I'm using java 8 as programming language. Could you please post relevant resource/examples to try this ? >> >> Hello >> Just use JasperReports, which comes with a nice WYSIWYG editor as Eclipse plugin. >> Then add QR code by using ZXing library. >> Lot of tutorials out there, and in JasperReports documentation. >> >> Cheers >> Gianluca > > What is the link of ZXing library ? http://lmgtfy.com/?q=zxing -- esosman@comcast-dot-net.invalid Six hundred twenty-six days to go.
[toc] | [prev] | [next] | [standalone]
| From | e.d.programmer@gmail.com |
|---|---|
| Date | 2019-05-06 04:55 -0700 |
| Message-ID | <af7b8ef3-21df-4046-b08c-ca7ef950250c@googlegroups.com> |
| In reply to | #38945 |
On Saturday, May 4, 2019 at 11:04:27 PM UTC-4, gk wrote: > Hi , my requirement is to generate a static QR code from a given text and create a PDF with this QR Code placed at the bottom in the pdf. ................. Which library will be helpful ? I'm using java 8 as programming language. Could you please post relevant resource/examples to try this ? I use iText
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web