PdfInterpreter

works.iterative.forms.service.PdfInterpreter
See thePdfInterpreter companion object
trait PdfInterpreter extends Interpreter[FormInfo, UIO[Chunk[Byte]]]

Attributes

Companion
object
Graph
Supertypes
trait Interpreter[FormInfo, UIO[Chunk[Byte]]]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def interpret(id: FormIdent, form: Form, data: Option[FormInfo]): UIO[Chunk[Byte]]

Interpret the form and the data and return the output

Interpret the form and the data and return the output

Value parameters

data

The initial data for the form

form

The form descriptor to interpret

id

Specific ID for this form

Attributes

Returns

The output of the interpretation

Inherited from:
Interpreter