Home
Analytics
QR code generator
Pedro Lourenço
<p>Hi,</p>
<p>we have Actuate e.Reporte Designer Professional <span style="background-color:rgb(51,102,153);color:rgb(255,255,255);font-family:Arial, Helvetica, sans-serif;font-size:14.6667px;">11 Service Pack 4 Fix 1 (Build 110F121023)</span></p>
<p> </p>
<p>It's possible generate QR Codes with it ?</p>
<p> </p>
<p> </p>
<p>Tks </p>
<p>Pedro Lourenço</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
Clement Wong
<p>This forum is normally for BIRT related, and not for e.Reports questions.</p>
<p> </p>
<p>However, yes, it is doable, but it won't be trivial.</p>
<p> </p>
<p>First, you'll need a QR package that can create JPEGs or GIFs. You'll need to write code in Actuate Basic, preferably in a library (.ROL) to handle the conversion. The library will need to write to a temporary local image file. Your library will create a new acImageControl and point to the temporary image file, and insert the control into the report. And then clean up any temporary files that you created during the process.</p>
<p> </p>
<p>If you need additional assistance, PM me with your contact information, and I can get you in touch with our Professional Services team to assist you with this requirement.</p>
Pedro Lourenço
<div>I received this message "<span style="background-color:rgb(243,227,230);color:rgb(128,0,28);font-family:'Source Sans Pro', sans-serif;font-size:12px;">The member Clement Wong cannot receive any new messages</span>" so: </div>
<div> </div>
<div> </div>
<div>Hi, I see your answer and tks for the tips, but I need a little bit more help.</div>
<div> </div>
<div>what "QR package" generate the image you think that can help-me?</div>
<div>where I can get this package ?</div>
<div> </div>
<div>tks</div>
<div>Pedro</div>
Clement Wong
<p>Sorry, my mailbox was full and I just cleared it.</p>
<p> </p>
<p>I've sent you a PM.</p>
bjgrick
<p>We use eRDPro 11 also and yes, it is very doable. We put QR codes on one of our report packets that is printed and sent through a stuffing machine for mailing.</p>
<p>We used Java4Less and called it from the ReportRoot::Finish method. </p>
<p><a data-ipb='nomediaparse' href='
http://java4less.com/barcodes/barcodes.php'>http://java4less.com/barcodes/barcodes.php</a></p>
;