generateFromDocument

abstract fun generateFromDocument(documentUuid: String, tiffGeneratorParameters: TiffGeneratorParameters = TiffGeneratorParameters(), outputURI: String? = null): Result<String>

Generates a TIFF file from the specified document.

Return

The result containing the output TIFF URI.

Parameters

documentUuid

The UUID of the source document.

tiffGeneratorParameters

The parameters for TIFF generation.

outputURI

Optional output URI for the generated TIFF file.