write_document_end method

write_document_end

Called to write html document footer. Called once per presentation conversion.

def write_document_end(self, generator, presentation):
    ...
ParameterTypeDescription
generatorIHtmlGeneratorOutput object.
presentationIPresentationPresentation which being currently rendered.

See Also