UNPKG

survey-pdf

Version:

survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.

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>; }