compress_embedded_fonts method

compress_embedded_fonts

Makes compression of the Presentation by removing unused characters from embedded fonts.

@staticmethod
def compress_embedded_fonts(pres):
    ...
ParameterTypeDescription
presPresentationThe presentation instance

See Also