node-pdf-report
Version:
node-pdf-report is a HTML(ejs) to PDF and Image coverting library, this library is powered by puppeteer PDF reporting facilities.
10 lines (5 loc) • 313 B
TypeScript
export function getPDFBuffer(options: any) : Promise<Buffer>;
export function createPDF(options: any) : Promise<Buffer>;
export function jsonObjectToHTML(obj: any) : string;
export function getImage(options: any) : Promise<string | Buffer>;
export function createImage(options: any) : Promise<void>;