XSLFO

A renderer for XSL-FO output. May be directly passed to the Render or Transform APIs:

Renderer.of(XSLFO).build.render(document)

Transformer.from(Markdown).to(XSLFO).build.transform(inputString)

This renderer is usually used as an interim format for producing a PDF, where you do not deal with this format directly. But it can alternatively also be used as the final output and then get processed by external tools.

trait Format
class Object
trait Matchable
class Any
XSLFO.type

Type members

Inherited classlikes

case class Overrides(value: CustomRenderFunction[FMT]) extends RenderOverrides
Inherited from:
RenderFormat

Inherited types

type CustomRenderFunction[FMT] = PartialFunction[(FMT, Element), String]
Inherited from:
RenderFormat

Value members

Concrete fields

override val description: String
val fileSuffix: String