Jump to content
We've recently updated our Privacy Statement, available here ×

enranb

Members
  • Posts

    4
  • Joined

  • Last visited

enranb's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi Team, I have a requirement of creating QR Code image with itextpdf 5.5 library in my report using Jasper 6.20 version. i have created parameter type com.itextpdf.text.Image in jasper and set the expression for my image element. i have created Image object with itextpdf library and set to the parameter. parameters.put("imageName",imageObj); while running application getting exception with unknown image source class com.itextpdf.text.ImgCCITT could you please help me how to solve this error
  2. Hi Team, I am using itextpdf library with 5.5.13.3 version in my java 17 project with jdk17 for QR Code Image display in Jasper report. I have created parameter with type of com.itextpdf.text.Image type class. but while generating pdf getting exception with caused by: net.sf.jasperreports.engine.JRException : Unknown image source class com.itextpdf.text.ImgCCITT could you please help me how to get the solution for this to set Image with itextpdf library.
  3. Hi Team, I require table element data in this attached PDF format. how do we achieve.
  4. Hi Team, I have requirement to create table with 4 columns and on top of columns need to mention table header text. I am new to Jasper, so how do we maintain table header columns convert rowspan.
×
×
  • Create New...