Jump to content
Changes to the Jaspersoft community edition download ×

JasperReports PDF export and fully embedded fonts


fvaleri-

Recommended Posts

I'm wondering if it is possible to create a PDF report with "fully embedded fonts" using JasperReports 5.2.0 and iReport 5.5.0.

This is my configuration:

net.sf.jasperreports.default.pdf.font.name=helvetica.ttf

net.sf.jasperreports.default.pdf.encoding=Cp1252

net.sf.jasperreports.default.pdf.embedded=true

net.sf.jasperreports.export.pdfa.icc.profile.path=/AdobeRGB1998.icc

net.sf.jasperreports.export.pdfa.conformance=pdfa1a

I have included extension fonts jars generated with "iReport - Tools - Options - Fonts - Export as extension".

The resulting PDF files are PDF/A-1a compliant but every font is "Embedded Subset" instead of fully embedded.

Maybe jasperreports add only the fonts actually used.

Do you have any suggestions or clarifications?

Link to comment
Share on other sites

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Thanks for the hints, I'm reading..

Meanwhile I can confirm that the default behaviour is to subsetting the fonts used in the document.

Is there a way to force embedding the entire font-set through jasperlib configuration? 

( this should be easy using iText directly.. )

Link to comment
Share on other sites

  • 1 year 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...