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

Recommended Posts

We are using Jasper 6.4.0 and exporting PDFs with embedded fonts. The fonts show up as embedded subsets, not the full characterset of each font. Is there any way to change this setting in JasperReports so that the full fonts are embedded? This is a customer requirement. Here is what the font family looks like:

<fontFamily name="SourceSansProLight">    <normal><![CDATA[fonts/SourceSansProLight/SourceSansPro-Light.ttf]]></normal>    <pdfEncoding><![CDATA[identity-H]]></pdfEncoding>    <pdfEmbedded><![CDATA[true]]></pdfEmbedded>    <exportFonts/></fontFamily>[/code]

If anyone has any experience with this, I would greatly appreciate your input. Thank you in advance!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

I have only seen PDF with embedded subset fonts because the report doesn't need all the characters for it to display. From what I found out, having the full characterset of the fonts embedded will make the PDF file size bigger...so not sure what the real advantage of having this requirement. 

There was an old post raised a while ago. Not sure whether it will work or not but you can review it and give it a try :

https://community.jaspersoft.com/questions/821495/jasperreports-pdf-export-and-fully-embedded-fonts

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...