Skip to content

Using Custom Font with Jasper Reports in Java - I had a project which required Jasper reports for invoicing in pdf. The integration of jasper reports with java was no big deal unless it came to the addition of custom fonts in the project. Since their community support for java using jaspersoft didn't help me much, I though of sharing the solutio…

License

thegeekyasian/java-jasper-reports-custom-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-jasper-reports-custom-font

Using Custom Font with Jasper Reports in Java - I had a project which required Jasper reports for invoicing in pdf. The integration of jasper reports with java was no big deal unless it came to the addition of custom fonts in the project.

Since the community support for integrating jasper reports in java didn't help me much, I thought of sharing the solution I used to integrate custom-fonts in my java project on my jasper invoice.

The method doesn't use any additional (customized) jar files for custom-font integration. I used a simple procedure and added the font directly into my java project rather than adding additional jar files.

I have written a tutorial for this code. The integration can be successfully achieved in 8 simple steps which are properly documented in my tutorial on my website. You can check it out here: http://thegeekyasian.com/add-custom-fonts-to-jasper-report-in-java-project-jaspersoft/

About

Using Custom Font with Jasper Reports in Java - I had a project which required Jasper reports for invoicing in pdf. The integration of jasper reports with java was no big deal unless it came to the addition of custom fonts in the project. Since their community support for java using jaspersoft didn't help me much, I though of sharing the solutio…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages