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.

12 lines (11 loc) 496 B
import { QuestionFileModel } from 'survey-core'; import { IPoint } from '../doc_controller'; import { FlatQuestion } from './flat_question'; import { IPdfBrick } from '../pdf_render/pdf_brick'; import { IQuestionFileStyle } from '../style/types'; export declare class FlatFile extends FlatQuestion<QuestionFileModel, IQuestionFileStyle> { private generateFlatItem; private addLine; private getImagePreviewContentWidth; generateFlatsContent(point: IPoint): Promise<IPdfBrick[]>; }