laika

render

package render

Visibility
  1. Public
  2. All

Type Members

  1. class FOforPDF extends AnyRef

    Responsible for rendering the XSL-FO for an entire document tree as an interim result to be consumed by the PDF post processor.

  2. class PDF extends RenderResultProcessor[FOWriter]

    A post processor for PDF output, based on an interim XSL-FO renderer.

  3. case class PDFConfig(insertTitles: Boolean = true, bookmarkDepth: Int = scala.Int.MaxValue, tocDepth: Int = scala.Int.MaxValue, tocTitle: Option[String] = scala.None) extends Product with Serializable

    Configuration options for the generated PDF output.

Value Members

  1. object FOforPDF extends FOforPDF

    The default FOforPDF instance using a PDFConfig with all optional features like document titles, bookmarks and table of content enabled.

  2. object PDF extends PDF

    The default instance of the PDF renderer.

  3. object PDFConfig extends Serializable

    Companion for the creation of PDFConfig instances.

Ungrouped