FopFactoryBuilder

laika.render.pdf.FopFactoryBuilder$

Creates a FopFactory instance based on user configuration, registering all fonts to be embedded into the PDF.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def build[F[_] : Async](config: BookConfig, staticDocs: Seq[BinaryInput[F]], dispatcher: Dispatcher[F]): F[FopFactory]
def generateXMLConfig(config: BookConfig): String