render method

render

def render(self, device, source):
    ...
ParameterTypeDescription
deviceIDevice
sourceio.RawIOBase

render

def render(self, device, sources):
    ...
ParameterTypeDescription
deviceIDevice
sourceslist

render

def render(self, device, timeout, sources):
    ...
ParameterTypeDescription
deviceIDevice
timeoutTimeSpan
sourceslist

render

Renders EPub document into specified IDevice.

def render(self, device, source, configuration):
    ...
ParameterTypeDescription
deviceIDeviceThe device.
sourceio.RawIOBaseThe EPub document.
configurationConfigurationThe configuration.

render

def render(self, device, sources, configuration):
    ...
ParameterTypeDescription
deviceIDevice
sourceslist
configurationConfiguration

render

def render(self, device, source, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceio.RawIOBase
timeoutTimeSpan

render

def render(self, device, source, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceio.RawIOBase
timeoutint

render

def render(self, device, timeout, sources):
    ...
ParameterTypeDescription
deviceIDevice
timeoutint
sourceslist

render

def render(self, device, source, configuration, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceio.RawIOBase
configurationConfiguration
timeoutTimeSpan

render

def render(self, device, sources, configuration, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceslist
configurationConfiguration
timeoutTimeSpan

See Also