Examples
Typography
Explore text decoration, font sizes, color, character spacing, superscript, subscript, line height, and alignment in the Nuxt pdfMake module.
Bundle Size Warning
Including many or large custom or Google Fonts can significantly increase your bundle size and memory usage since the module embeds them into the generated virtual font module.
You may have to use the
You may have to use the
NODE_OPTIONS=--max-old-space-size= environment variable to increase the memory limit for the build process when using many or large fonts.