X-Received: by 2002:a0c:d1da:: with SMTP id k26mr16533729qvh.117.1557056546012; Sun, 05 May 2019 04:42:26 -0700 (PDT) X-Received: by 2002:a81:37ca:: with SMTP id e193mr13651675ywa.19.1557056545660; Sun, 05 May 2019 04:42:25 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!t9no4014584qtn.0!news-out.google.com!i8ni438qtr.1!nntp.google.com!t9no4014582qtn.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Sun, 5 May 2019 04:42:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=157.119.105.119; posting-account=0cLATQoAAAAaXjpJ-YnJTFl5IGYMa0vC NNTP-Posting-Host: 157.119.105.119 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: PDF with QR code From: gk Injection-Date: Sun, 05 May 2019 11:42:26 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 18 Xref: csiph.com comp.lang.java.programmer:38947 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 a= nd 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 ? >=20 > 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. >=20 > Cheers > Gianluca What is the link of ZXing library ? Thanks