
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
pdfmake-thaifont-2
Advanced tools
Adding Thai Language and Thai Fonts Sarabun, Kanit, Prompt, Angsana and Fontawesone based on pdfMake.
To Install Package
npm i pdfmake-thaifont-2
Add fonts config file like that
pdfMake.fonts = {
Sarabun: {
normal: "Sarabun-Light.ttf",
bold: "Sarabun-Regular.ttf",
italics: "Sarabun-LightItalic.ttf",
bolditalics: "Sarabun-Italic.ttf",
},
}
Sarabun: {
normal: "Sarabun-Light.ttf",
bold: "Sarabun-Regular.ttf",
italics: "Sarabun-LightItalic.ttf",
bolditalics: "Sarabun-Italic.ttf",
},
Kanit: {
normal: "Kanit-Light.ttf",
bold: "Kanit-Regular.ttf",
italics: "Kanit-LightItalic.ttf",
bolditalics: "Kanit-Italic.ttf",
}
Prompt: {
normal: "Prompt-Light.ttf",
bold: "Prompt-Regular.ttf",
italics: "Prompt-LightItalic.ttf",
bolditalics: "Prompt-Italic.ttf",
}
{
Impac: {
normal: 'impac.ttf',
bold: 'impac.ttf',
italics: 'impac.ttf',
bolditalics: 'impac.ttf',
},
}
AngsanaNew: {
normal: 'AngsanaNew.ttf',
bold: 'AngsanaNew_bold.ttf',
italics: 'AngsanaNew.ttf',
bolditalics: 'AngsanaNew.ttf',
},
FontAwesome: {
normal: 'FontAwesome_regular.ttf',
bold: 'FontAwesome_regular.ttf',
italics: 'FontAwesome_regular.ttf',
bolditalics: 'FontAwesome_regular.ttf',
},
THSarabunNew: {
normal: 'THSarabunNew.ttf',
bold: 'THSarabunNew Bold.ttf',
italics: 'THSarabunNew-Italic.ttf',
bolditalics: 'THSarabunNew-BoldItalic.ttf',
},
Implemented with ❤ By Intelligent Automation Research Center Prince of Songkla University
PDF document generation library for server-side and client-side in pure JavaScript.
Adding Thai Language and Thai Fonts Sarabun, Kanit and Prompt based on pdfMake.
Check out the playground and examples.
Documentation URL: https://pdfmake.github.io/docs/
using npm:
git clone https://github.com/bpampuch/pdfmake.git
cd pdfmake
npm install
npm run build
using yarn:
git clone https://github.com/bpampuch/pdfmake.git
cd pdfmake
yarn
yarn run build
MIT
pdfmake is based on a truly amazing library pdfkit (credits to @devongovett).
Thanks to all contributors.
FAQs
adding thai fonts as defult in pdfmake
The npm package pdfmake-thaifont-2 receives a total of 3 weekly downloads. As such, pdfmake-thaifont-2 popularity was classified as not popular.
We found that pdfmake-thaifont-2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.