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.

8 lines (7 loc) 154 B
export default class FormsMap { private map; private res; constructor(map: any); private mapDataRecursive; mapData(data: any): any; }