package spdf
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
DestinationDocumentLike
[-A] extends AnyRef
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( ... )
-
case class
NoExecutableException
(path: String) extends Exception with Product with Serializable
Thrown in case the path to wkhtmltopdf is invalid
- sealed trait PageOrientation extends AnyRef
-
trait
ParamShow
[T] extends AnyRef
Renders a parameter of type T to a sequence of strings that will be appended to the command line.
-
trait
Parameter
[T] extends AnyRef
Describes a command line option
- class Pdf extends AnyRef
-
trait
PdfConfig
extends AnyRef
Holds the configuration parameters of Pdf Kit
-
trait
SourceDocumentLike
[-A] extends AnyRef
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( ... )
-
case class
UnsupportedProtocolException
(url: URL) extends Exception with Product with Serializable
Thrown in case a URL with unsupported protocol is used as source
- class WrappedPdf extends AnyRef
Value Members
- object DestinationDocumentLike
- object Landscape extends PageOrientation
- object ParamShow
- object Parameter
- object Pdf
- object PdfConfig
- object Portrait extends PageOrientation
- object SourceDocumentLike
- object WrappedPdf