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.

5 lines (4 loc) 206 B
import { IImageInfo, IImageUtils, BaseImageUtils } from '.'; export declare class ImageUtils extends BaseImageUtils implements IImageUtils { protected _getImageInfo(url: string): Promise<IImageInfo>; }