Setting TppReport.PDFSettings.EmbedFontOptions to empty has no function
Hi,
We may set TppReport.PDFSettings.EmbedFontOptions to produce PDF file
with or without embedded font or subset only.
Setting TppReport.PDFSettings.EmbedFontOptions = [] shall implied do not
embed font in PDF but it embed all fonts in PDF.
Is there any way to prevent PDF device do not embed font in PDF?
--
Best regards,
Chau Chee Yang
We may set TppReport.PDFSettings.EmbedFontOptions to produce PDF file
with or without embedded font or subset only.
Setting TppReport.PDFSettings.EmbedFontOptions = [] shall implied do not
embed font in PDF but it embed all fonts in PDF.
Is there any way to prevent PDF device do not embed font in PDF?
--
Best regards,
Chau Chee Yang
This discussion has been closed.
Comments
Setting the EmbedFontOptions set to an empty value will prevent fonts
from being embedded in the PDF for ASCII font encoding.
Unicode font encoding requires font embedding.
http://www.digital-metaphors.com/rbWiki/Output/PDF/PDF_Unicode_Support
Note that if you are loading templates, you will need to set this
property after the template has loaded or it will be overwritten by the
template value.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com