FopFactoryBuilder

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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