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.

28 lines (27 loc) 677 B
export declare function getPatchedAcroFormTextField(doc: any): { new (): { [x: string]: any; getKeyValueListForStream(): any; }; [x: string]: any; }; export declare function getPatchedAcroFormRadioButton(doc: any): { new (): { [x: string]: any; setAppearance(appearance: any): void; }; [x: string]: any; }; export declare function getPatchedAcroFormCheckBox(doc: any): { new (): { [x: string]: any; }; [x: string]: any; }; export declare function getPatchedAcroFormComboBox(doc: any): { new (): { [x: string]: any; set backgroundColor(val: string); }; [x: string]: any; };