Packagecom.adobe.livecycle.convertpdfservice.client.enumeration
Classpublic final class FontInclusion
InheritanceFontInclusion Inheritance Enum

Specifies how fonts are included within a PostScript file. If a font used within a PostScript file is not embedded and not installed on a computer, the font is substituted for an available font.



Public Constants
 ConstantDefined By
  embeddedAndReferencedFonts
[static] Fonts are embedded and referenced.
FontInclusion
  embeddedFonts
[static] Fonts are embedded.
FontInclusion
  none
[static] Fonts are not embedded in the resulting PostScript file.
FontInclusion
Constant Detail
embeddedAndReferencedFontsConstant
public static final embeddedAndReferencedFonts

Fonts are embedded and referenced. Both embedded as well referenced fonts in the input PDF document are embedded in the output PostScript file.

embeddedFontsConstant 
public static final embeddedFonts

Fonts are embedded. Only fonts that are embedded in the input PDF document are embedded in the output PostScript file.

noneConstant 
public static final none

Fonts are not embedded in the resulting PostScript file.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/convertpdfservice/client/enumeration/FontInclusion.html