structured-render - v1.2.0
    Preparing search index...

    Function renderToNodePdf

    • 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.