@versa/pdfgen
v1.15.0
Published
This package supports generating a PDF document from Versa receipt data.
Downloads
440
Readme
Versa PDF Generator
This package supports generating a PDF document from Versa receipt data.
Testing
This package uses Jest for unit testing and the Ava test framework for integration & regression testing
Commands
pnpm testRun all test suitespnpm test:avaRun Ava test suitepnpm test:ava --match "canceled receipt"Instructs Ava to run a specific test
Troubleshooting & Warnings
- In some cases,
jspdf-autotablewill log a warning like this:"Of the table content, 8 units width could not fit page". This is a non-critical warning;jspdf-autotableautomatically adjusts by wrapping text, scaling, or breaking content across pages
