Document Tools
Generate printable checklist/task form PDF with pseudo checkboxes and text
pdf-checklist-formDocument Tools
Generate multi-page grade report cards with student info, scores, and comments
pdf-grade-report-cardDocument Tools
Generate a financial report PDF with balance sheet, income statement, and merged table cells
pdf-financial-reportDocument Tools
Generate a branded invoice PDF from structured line items
pdf-invoice-generatorDocument Tools
Convert HTML to PDF with reusable logo, title, and date snippets
pdf-header-footer-snippetsDocument Tools
Convert HTML to PDF with Roman, Arabic, or chapter-prefixed page numbers
pdf-page-numbering-stylesDocument Tools
Generate a master page PDF with margins, grid, header/footer zones, and column guides
pdf-page-master-templateData Processing
Combine arrays by index using lodash _.zip
zip-arraysData Processing
Create an object from keys and values using lodash _.zipObject
zip-objectData Processing
Reverse an array using lodash _.reverse
reverse-arrayDevelopment
Analyze file paths, identify Windows/Unix formats, extract components, and normalize paths
path-analyzerDevelopment
Compare performance of different regex patterns, identify bottlenecks, and detect degenerate cases
regex-benchmark