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

4 lines 132 B
// src/renderers/index.js export * from './TextRenderer.js'; export * from './TableRenderer.js'; export * from './ImageRenderer.js';