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.

8 lines (7 loc) 285 B
import { DocController } from '../doc_controller'; import { IPdfBrick } from '../pdf_render/pdf_brick'; export declare class PagePacker { private static findBotInterval; private static addPack; static pack(flats: IPdfBrick[][], controller: DocController): IPdfBrick[][]; }