X-Received: by 2002:ac8:34ac:: with SMTP id w41mr17661561qtb.186.1557053296670; Sun, 05 May 2019 03:48:16 -0700 (PDT) X-Received: by 2002:a81:1a46:: with SMTP id a67mr1947039ywa.166.1557053296226; Sun, 05 May 2019 03:48:16 -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!t9no3986321qtn.0!news-out.google.com!i8ni438qtr.1!nntp.google.com!t9no3986319qtn.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Sun, 5 May 2019 03:48:15 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=151.76.75.216; posting-account=g2VCsQoAAAB9fMvZ1lUnPecuv30JBSjb NNTP-Posting-Host: 151.76.75.216 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: PDF with QR code From: gianluca.bonetti@gmail.com Injection-Date: Sun, 05 May 2019 10:48:16 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 13 Xref: csiph.com comp.lang.java.programmer:38946 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 l= anguage. Could you please post relevant resource/examples to try this ? Hello Just use JasperReports, which comes with a nice WYSIWYG editor as Eclipse p= lugin. Then add QR code by using ZXing library. Lot of tutorials out there, and in JasperReports documentation. Cheers Gianluca