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

xzquiel

Members
  • Posts

    1
  • Joined

  • Last visited

xzquiel's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi! We are currently supporting a Linux server aside from the current Windows server. As such, hardcoded paths must be removed particlarly from the .jrxml files we're using. I am successful in most cases until I was stucked in the font attribute. Can someone tell me how to insert a parameter inside the font attribute? Following are what I have: <parameter name="certDirectory" class="java.lang.String"><defaultValueExpression><![CDATA[]]></defaultValueExpression></parameter> <imageExpression><![CDATA[$P{certDirectory}+"certsSolutions.jpg"]]></imageExpression> <textElement textAlignment="Center" verticalAlignment="Bottom"><font fontName="Arial" size="48" pdfFontName="C:certsarialuni.TTF" isPdfEmbedded="true" pdfEncoding="Identity-H"/></textElement> My problem is how to insert the parameter certDirectory into the pdfFontName. Many thanks!
×
×
  • Create New...