Jump to content

Neeraj Kumar V

Members
  • Posts

    4
  • Joined

  • Last visited

Neeraj Kumar V's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi Team I have a spring-boot project which uses jasper community maven libraries to generate the PDF and DOCX reports. Do we have any solution for the DOCX header/footer and editing issues that we are facing from the jaspersoft community library. Does the jaspersoft commercial edition is capable of solving the DOCX issues?. If it is possible where can we get the commercial trail version library (jars) to verify the solution.
  2. what should be my stretch type here to avoid out of bound data . or is it possible to make both my height and font size in same units to avoid this issue. please suggest some solution as This issue is with most of the fields and across multiple reports that I am generating.
  3. what should be my stretch type here to avoid out of bound data . or is it possible to make both my height and font size in same units to avoid this issue. please suggest some solution as This issue is with most of the fields and across multiple reports that I am generating.
  4. For few text I am facing truncation even after using textAdjust="StretchHeight" . code : <textField textAdjust="StretchHeight" isBlankWhenNull="true"> <reportElement x="149" y="5" width="101" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="0845b444-82d2-4eaf-b421-49600b2fe44a"> </reportElement> <textElement textAlignment="Left" verticalAlignment="Justified"> <font fontName="Arial" size="9"/> </textElement> <textFieldExpression><![CDATA[$F{Description}]]></textFieldExpression> </textField> the data for the field $F{Description} that got truncated is "Bus Plug,XJLHD:BPJH2GAED445NN" I got values only till Bus Plug,XJLHD:BPJH2GAED4 and 45NN got truncated. It printed Bus on first line and from Plug,XJLHD:BPJH2GAED4 on next line but it didn't stretched further to next line so it got truncated. I am using JasperReports maven dependency of version 6.20.0 in my spring boot application.
×
×
  • Create New...