BookConfig

laika.format.PDF$.BookConfig
See theBookConfig companion object
case class BookConfig(metadata: DocumentMetadata, navigationDepth: Option[Int], fonts: Seq[FontDefinition], coverImage: Option[Path])

Configuration options for the generated EPUB output.

The duplication of the existing BookConfig instance from laika-core happens to have a different implicit key association with the EPUB-specific instance.

Attributes

coverImage

the path to the cover image within the virtual document tree

fonts

the fonts that should be embedded in the PDF output

metadata

the metadata associated with the document

navigationDepth

the number of levels to generate a table of contents for

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val date: OffsetDateTime
lazy val formattedDate: String
lazy val identifier: String
lazy val language: String