hummusRecipe icon indicating copy to clipboard operation
hummusRecipe copied to clipboard

A powerful PDF tool for NodeJS based on HummusJS.

Results 82 hummusRecipe issues
Sort by recently updated
recently updated
newest added

this is my nodejs code, please refere once const HummusRecipe = require('hummus-recipe'); const pdfDataFile = fs.readFileSync('./downloads/Test.pdf'); const pdfDoc = new HummusRecipe(pdfDataFile, 'protectedPdfFile.pdf'); await pdfDoc .encrypt({ userPassword: '123', ownerPassword: '123', userProtectionFlag:...

const pdfDataFile = fs.readFileSync('./downloads/Test.pdf'); const pdfDoc = new HummusRecipe(pdfDataFile, 'protectedPdfFile.pdf'); // await pdfDoc.encrypt({ await pdfDoc.encrypt({ userPassword: '123', ownerPassword: '123', userProtectionFlag: 4 }) .endPDF();

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies

Hi, I've run into a bug where file streams are not closing on using appendPage. // create a merged pdf var pdfDoc = new HummusRecipe('new', appRoot + '\\labels\\full_' + params.orderId...

bug

- XMLDOM V0.1.31 is deprecated ![xmldom-deprecated](https://user-images.githubusercontent.com/39684335/158905910-92922a3a-0784-409a-907b-40dd13014aa8.PNG)

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I am unable to install on my machine. npm 16.13.2 node 8.1.2 sorry if this issue mirrors something else fixed recently, i have been unable to fix it using any...