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.

7 lines (6 loc) 222 B
import { IPDFFormAdapter } from './adapter'; export declare class PDFJSAdapter implements IPDFFormAdapter { private pdfLibrary; constructor(pdfLibrary: any); fillForm(template: any, data: any): Promise<any>; }