PDF Creator Pilot documentation |
Download CHM version of this manual. |
|
![]() ![]() Collapse AllList of non-embedded fonts.
|
| BSTR NonEmbeddedFonts { get; set; } |
Value
Carriage-return (new line) symbol separated list of fonts.
Remarks
The NonEmbeddedFonts property contains a carriage-return separated list of non-embedded fonts in PDF documents. Use NonEmbeddedFonts_Add method to add font names to the list.
Note: list of non-embedded fonts is ignored if the PDF document is in PDF/A mode.
Analogue in new interface: set IPDFDocument4::FontEmbedStyle to needed value (esNotEmbed) before adding a font with IPDFDocument4::AddFont, IPDFDocument4::AddFontFromFile, IPDFDocument4::AddBuiltInFont.
See Also
Reference


