Package

io.github.cloudify.scala

spdf

Permalink

package spdf

Visibility
  1. Public
  2. All

Type Members

  1. trait DestinationDocumentLike[-A] extends AnyRef

    Permalink

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

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

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

    Permalink

    Thrown in case the path to wkhtmltopdf is invalid

  3. sealed trait PageOrientation extends AnyRef

    Permalink
  4. trait ParamShow[T] extends AnyRef

    Permalink

    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

    Permalink

    Describes a command line option

  6. class Pdf extends AnyRef

    Permalink
  7. trait PdfConfig extends AnyRef

    Permalink

    Holds the configuration parameters of Pdf Kit

  8. trait SourceDocumentLike[-A] extends AnyRef

    Permalink

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

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

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

    Permalink

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

  10. class WrappedPdf extends AnyRef

    Permalink

Value Members

  1. object DestinationDocumentLike

    Permalink
  2. object Landscape extends PageOrientation

    Permalink
  3. object ParamShow

    Permalink
  4. object Parameter

    Permalink
  5. object Pdf

    Permalink
  6. object PdfConfig

    Permalink
  7. object Portrait extends PageOrientation

    Permalink
  8. object SourceDocumentLike

    Permalink
  9. object WrappedPdf

    Permalink

Ungrouped