FOConcatenation

Concatenates the XSL-FO that serves as a basis for producing the final PDF output and applies the default XSL-FO template to the entire result.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](result: RenderedTreeRoot[F], config: BookConfig, opConfig: OperationConfig): Either[Throwable, String]

Concatenates the XSL-FO that serves as a basis for producing the final PDF output and applies the default XSL-FO template to the entire result.

Concatenates the XSL-FO that serves as a basis for producing the final PDF output and applies the default XSL-FO template to the entire result.

Value Params
config

the configuration to apply

opConfig

the operation config that had been used to produce the interim XSL-FO result

result

the tree of rendered XSL-FO documents

Returns

the rendered XSL-FO merged to a single String