Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How BIRT embed fonts into PDF(How BIRT embed fonts into PDF)
How BIRT embed fonts into PDF [message #1067805] Wed, 10 July 2013 16:13 Go to next message
ivkina Mising name is currently offline ivkina Mising nameFriend
Messages: 44
Registered: April 2012
Member
Hi,
Just a general question to BIRT experts. We are using BIRT 3.7.1 and integrated it with our application through ReportEngine API...

Does BIRT embed fonts into PDF output? Or it relies that client workstation where PDF is to be rendered should have the font installed? How does that work in general and are there any option to affect the embed behavior?

There is PDFRenderOption.IS_EMBEDDED_FONT settings but the docs say it is deprecated.

Thanks,
Aleksey
Re: How BIRT embed fonts into PDF [message #1068063 is a reply to message #1067805] Thu, 11 July 2013 21:24 Go to previous messageGo to next message
Kristopher Clark is currently offline Kristopher ClarkFriend
Messages: 130
Registered: January 2013
Senior Member
BIRT embeds the font by default into the PDF you can change this by using

pdfRenderOption.setEmbededFont(false);
Re: How BIRT embed fonts into PDF [message #1068251 is a reply to message #1068063] Fri, 12 July 2013 19:57 Go to previous messageGo to next message
ivkina Mising name is currently offline ivkina Mising nameFriend
Messages: 44
Registered: April 2012
Member
Thanks!
Re: How BIRT embed fonts into PDF [message #1068253 is a reply to message #1068251] Fri, 12 July 2013 20:05 Go to previous messageGo to next message
ivkina Mising name is currently offline ivkina Mising nameFriend
Messages: 44
Registered: April 2012
Member
however, this method is DEPRECATED in BIRT....so it should not be really used....

/**
* @deprecated
* @param isEmbededFont
*/
public void setEmbededFont( boolean isEmbededFont );
Re: How BIRT embed fonts into PDF [message #1274426 is a reply to message #1068253] Fri, 21 March 2014 12:59 Go to previous message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
Hello,

have you found an solution to quit embedding? I have a font, and i don't want birt to embed it.

Kind regards

Marina
Previous Topic:birt and tnsnames
Next Topic:catch SQL exceptions
Goto Forum:
  


Current Time: Tue Apr 23 09:44:51 GMT 2024

Powered by FUDForum. Page generated in 0.03643 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top