There are fonts in two places:
fonts directory
- "embedded" in
src/rapipdf/vfs_fonts.js
But fonts directory isn't included in NPM package and vfs_fonts.js isn't used at all (IMHO). So, you can't use rapipdf-cli without external fonts. (no easy way for npx @kingjan1999/rapipdf-cli ...)
Recently, I fount workaround: you can specify in configuration file not only local fonts, but also remote (https://...).
There are fonts in two places:
fontsdirectorysrc/rapipdf/vfs_fonts.jsBut
fontsdirectory isn't included in NPM package andvfs_fonts.jsisn't used at all (IMHO). So, you can't userapipdf-cliwithout external fonts. (no easy way fornpx @kingjan1999/rapipdf-cli ...)Recently, I fount workaround: you can specify in configuration file not only local fonts, but also remote (
https://...).