hummus-freetype28

HummusJS with freetype updated to 2.8


Keywords
pdf, pdfhummus
License
Apache-2.0
Install
npm install hummus-freetype28@1.2.0

Documentation

HummusJS (Freetype 2.8)

NPM version

About this package:
This is the same version of HummusJS package, but with freetype updated to version 2.8. Original package

It also includes lodash to support FormFiller and FlatDocs methods both implemented by Galkahana. Example:

import hummus from 'hummus-freetype28/hummus';

const flatDoc = hummus.DocFlatPDF;
const fillForm = hummus.FormFillerPDF;
await flatDoc(writer);

Original README:
Welcome to HummusJS.
A Fast NodeJS Module for Creating, Parsing an Manipulating PDF Files and Streams.
Documentation is available here.
Project site is here.

If you are looking for a C++ Library go here.