Jump to content

xzquiel

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by xzquiel

  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...