Jump to content
We've recently updated our Privacy Statement, available here ×

meryem.ben-nsir-ext

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by meryem.ben-nsir-ext

  1. I'm trying to use Arial Unicode MS in my jasperstudio-generated pdf files in my java web application. However, I get this error : net.sf.jasperreports.engine.JRRuntimeException: Could not load the following font: pdfFontName: Arial Unicode MSpdfEncoding: Identity-HisPdfEmbedded : false here's what I have in my jasperreports_extenstions.properties : net.sf.jasperreports.extension.registry.factory.fonts=net.sf.jasperreports.extensions.SpringExtensionsRegistryFactorynet.sf.jasperreports.extension.fonts.spring.beans.resource=fonts/fonts1284146005640.xml[/code]however when I look at the jasperreports jar file in my java app, I find this in the jasperreports-fonts.xml file : <?xml version="1.0" encoding="UTF-8"?><fontFamilies> <fontFamily name="JasperReports Icons" visible="false"> <normal> <ttf>net/sf/jasperreports/fonts/icons/icons.ttf</ttf> <svg>net/sf/jasperreports/fonts/icons/icons.svg</svg> <eot>net/sf/jasperreports/fonts/icons/icons.eot</eot> <woff>net/sf/jasperreports/fonts/icons/icons.woff</woff> </normal> <pdfEncoding>Identity-H</pdfEncoding> <pdfEmbedded>true</pdfEmbedded> </fontFamily> <!-- Deprecated and no longer used. Kept for backward compatibility with persisted generated reports in JasperPrint or JRPXML format. --> <fontFamily name="Pictonic" visible="false"> <normal> <ttf>net/sf/jasperreports/fonts/icons/icons.ttf</ttf> <svg>net/sf/jasperreports/fonts/icons/icons.svg</svg> <eot>net/sf/jasperreports/fonts/icons/icons.eot</eot> <woff>net/sf/jasperreports/fonts/icons/icons.woff</woff> </normal> <pdfEncoding>Identity-H</pdfEncoding> <pdfEmbedded>true</pdfEmbedded> </fontFamily></fontFamilies>[/code] I feel like it looks for the Arial font but it doesnt find it, how can I fix this ?
×
×
  • Create New...