Jasper Font

How to embed fonts into JasperReport (iReport) generated PDF file.

Steps:

1. Launch iReport, choose Tools->Options->Fonts

2. Click "Install Font" and follow the wizard to install your desired font.

*Remember to tick the option "Embed this font in the PDF document"

3. Select the newly installed font and click the button "Export as extension"

4. Save the export file as JAR file

5. Copy the JAR file to the folder within your application classpath
*I choose to put all the JAR files into $(JRE_HOME}/lib/ext 

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

PDF Reports / Jasper / Oracle REST Data Service Print Engine ( FOP ) / BI Publisher

Oracle REST Data Service Print Engine   You can generate PDF reports using Oracle REST Data...

Jasper Studio Download

Our server is running Jasper Reports Library version 6.16 therefore make sure you use Jasper...

Jasper - Error: Datasource not found

If you have signed up within last 24 hours and getting Error: Datasource not found when running...

Jasper Reports - Basics

Following is the summary of steps to use Jasper reports:*. Download and Install Jasper Studio...

Display Image/BLOB in Jasper Reports

Please change the type of the BLOB field to java.awt.Image and make sure you are using Image...