Stub PDF generator

This commit is contained in:
David Bomba 2023-02-21 20:42:40 +11:00
parent 58317f24e8
commit 84ab240eda

View File

@ -195,10 +195,14 @@ class StubBuilder
$maker = new PdfMaker($state); $maker = new PdfMaker($state);
nlog("pre html");
$this->html = $maker->design($template) $this->html = $maker->design($template)
->build() ->build()
->getCompiledHTML(); ->getCompiledHTML();
nlog($this->html);
return $this; return $this;
} }