Skip to content
#

jasper

Here are 82 public repositories matching this topic...

SebastianMestre
SebastianMestre commented Apr 27, 2021

It would be pretty cool to be able to write something like

ErrorReport err = match_identifiers(...);
if (!err.ok()) {
   Log::fatal() << err;
}

or like

auto err = make_located_error("undefined variable", location, ErrorLevel::Fatal);
err.print();

and have it print [ Fatal Error ] At xx:xx -- undefined variable, followed by termination of the program.

good first issue area - helpers

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 solution I used to integrate custom-fonts in my java project on my jasper invoice. The method doesn't use any additional jar files. I used a simple procedure and added the font directly into my java project rather than adding additional jar files. I have also written a tutorial for this code. The integration can be successfully achieved in 8 simple steps which are properly documented in my tutorial at my website. You can check that out as well.

  • Updated Jul 6, 2018
  • Java

Improve this page

Add a description, image, and links to the jasper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jasper topic, visit your repo's landing page and select "manage topics."

Learn more