UNPKG

bangla-pdf-generator-temp

Version:

A powerful Node.js utility for generating richly formatted PDF documents in Bangla (Bengali) using custom fonts, tables, images, headers, footers, and multi-column layouts. Ideal for reports, certificates, and form-based documents in Bengali script. Suppo

7 lines (6 loc) 157 B
// src/renderers/PageBreakRenderer.js export class PageBreakRenderer { static render() { return `<div style="page-break-after: always;"></div>`; } }