UNPKG

survey-pdf

Version:

Renders JSON-driven SurveyJS forms and their responses as PDF documents in the browser or Node.js: fillable interactive PDF forms (AcroForm) or static printouts.

5 lines (4 loc) 182 B
import { PDFFormFillerBase } from './forms-base'; export declare class PDFFormFiller extends PDFFormFillerBase { saveToFile(pdfBytes: string, fileName: string): Promise<void>; }