structured-render - v1.2.0
Preparing search index...
renderToNodePdf
Function renderToNodePdf
renderToNodePdf
(
renderInput
:
Readonly
<
RenderInput
>
,
params
:
Readonly
<
{
options
?:
PartialWithUndefined
<
RenderOptions
>
;
saveLocationPath
:
string
;
}
,
>
,
)
:
Promise
<
string
>
Render to a PDF. Only works in Node.js, not a browser.
Parameters
renderInput
:
Readonly
<
RenderInput
>
params
:
Readonly
<
{
options
?:
PartialWithUndefined
<
RenderOptions
>
;
saveLocationPath
:
string
;
}
,
>
Returns
Promise
<
string
>
The output file path.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
structured-render - v1.2.0
Loading...
Render to a PDF. Only works in Node.js, not a browser.