Import custom font in jasper
up vote
0
down vote
favorite
I'm developing an aplication that generates a PDF using Jasper. To do this I have a custom font that I generate in Jasper but the problem is I can't put this working. Every time that I try to generate the document gives me the following error:
Caused by: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font "reportFonts" is not available to the JVM. See the Javadoc for more details.
I'm on IntelliJ and I already setup the font jar in the project path like the this
And the library looks like this
What am I missing here?
Thanks
java jasper-reports
add a comment |
up vote
0
down vote
favorite
I'm developing an aplication that generates a PDF using Jasper. To do this I have a custom font that I generate in Jasper but the problem is I can't put this working. Every time that I try to generate the document gives me the following error:
Caused by: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font "reportFonts" is not available to the JVM. See the Javadoc for more details.
I'm on IntelliJ and I already setup the font jar in the project path like the this
And the library looks like this
What am I missing here?
Thanks
java jasper-reports
Do you havereportFonts
font at fonts description (at jar file)?
– Alex K
Nov 10 at 9:26
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm developing an aplication that generates a PDF using Jasper. To do this I have a custom font that I generate in Jasper but the problem is I can't put this working. Every time that I try to generate the document gives me the following error:
Caused by: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font "reportFonts" is not available to the JVM. See the Javadoc for more details.
I'm on IntelliJ and I already setup the font jar in the project path like the this
And the library looks like this
What am I missing here?
Thanks
java jasper-reports
I'm developing an aplication that generates a PDF using Jasper. To do this I have a custom font that I generate in Jasper but the problem is I can't put this working. Every time that I try to generate the document gives me the following error:
Caused by: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font "reportFonts" is not available to the JVM. See the Javadoc for more details.
I'm on IntelliJ and I already setup the font jar in the project path like the this
And the library looks like this
What am I missing here?
Thanks
java jasper-reports
java jasper-reports
asked Nov 10 at 0:31
amachado
4931819
4931819
Do you havereportFonts
font at fonts description (at jar file)?
– Alex K
Nov 10 at 9:26
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07
add a comment |
Do you havereportFonts
font at fonts description (at jar file)?
– Alex K
Nov 10 at 9:26
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07
Do you have
reportFonts
font at fonts description (at jar file)?– Alex K
Nov 10 at 9:26
Do you have
reportFonts
font at fonts description (at jar file)?– Alex K
Nov 10 at 9:26
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53234956%2fimport-custom-font-in-jasper%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you have
reportFonts
font at fonts description (at jar file)?– Alex K
Nov 10 at 9:26
yes. If I setup this into the sdk everything works, but hen I need everything packed in the same jar to distribute
– amachado
Nov 10 at 10:55
For example, you can make the uber jar - font extensions would work ok
– Alex K
Nov 10 at 19:07