`N/render` offers `printMode` as an parameter to s...
# suitescript
m
N/render
offers
printMode
as an parameter to some methods, but not to anything applicable to a
templateRenderer
object. Is there any ‘official’ way to get HTML instead a PDF from from a
templateRenderer
object?
m
templateRenderer.renderAsString()
and then replace
<pdf>
with
<html>
etc..