io.github.cloudify.scala

spdf

package spdf

Visibility
  1. Public
  2. All

Type Members

  1. trait DestinationDocumentLike[-A] extends AnyRef

    Type class that describes the kind of destination type we can write the resulting PDF documents to.

  2. case class NoExecutableException(path: String) extends Exception with Product with Serializable

    Thrown in case the path to wkhtmltopdf is invalid

  3. sealed trait PageOrientation extends AnyRef

  4. trait ParamShow[T] extends AnyRef

    Renders a parameter of type T to a sequence of strings that will be appended to the command line.

  5. trait Parameter[T] extends AnyRef

    Describes a command line option

  6. class Pdf extends AnyRef

  7. trait PdfConfig extends AnyRef

    Holds the configuration parameters of Pdf Kit

  8. trait SourceDocumentLike[-A] extends AnyRef

    Type class that describes the kind of source documents we can read the input HTML from.

  9. case class UnsupportedProtocolException(url: URL) extends Exception with Product with Serializable

    Thrown in case a URL with unsupported protocol is used as source

  10. class WrappedPdf extends AnyRef

Value Members

  1. object DestinationDocumentLike

  2. object Landscape extends PageOrientation

  3. object ParamShow

  4. object Parameter

  5. object Pdf

  6. object PdfConfig

  7. object Portrait extends PageOrientation

  8. object SourceDocumentLike

  9. object WrappedPdf

Ungrouped