JSPM

  • Created
  • Published
  • Downloads 42719
  • Score
    100M100P100Q142894F
  • License Apache-2.0

Create, read and modify PDF files and streams. A drop in replacement for hummujs PDF library

Package Exports

  • muhammara
  • muhammara/muhammara.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (muhammara) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Welcome to MuhammaraJS

NPM version Build status

This is a drop in replacement for hummusJS originally made by Galkahana. He did an awesome job, but discontinued hummusjs.

The documentation for MuhammaraJS / HummusJS is still located at the hummusJS github wiki: available here

Welcome to HummusJS. A Fast NodeJS Module for Creating, Parsing an Manipulating PDF Files and Streams.

Original Project Project site is here.

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

Caution

Version 2.0 will be incompatible with some older node and electron versions because we needed to upgrade node-pre-gyp.

Installation

npm install muhammara

Replace hummusJS with MuhammaraJS

Replace:

let hummus = require('hummus')

With:

let muhammara = require('muhammara')

Documentation

You can find samples and documentation here