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.

4 lines (3 loc) 97 B
export interface IPDFFormAdapter { fillForm(template: string, data: any): Promise<string>; }