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

Is there any working example for text replacing with current Hummus version used ? I have tried for text replace https://github.com/galkahana/HummusJS/issues/71#issuecomment-394203268 - is not working with current HummusJs version (1.0.110)...

Hello, ```js import HummusRecipe from 'hummus-recipe'; const pdfToEdit = SOMEPATH; const pdfToOverlay = ANOTHERPATH; const recipe = new HummusRecipe(pdfToEdit, 'output.pdf'); recipe.createPage(612,792).overlay(pdfToOverlay, 0, 0, { fitWidth: true, fitHeight: true }).endPDF(); ```...

bug

An attempt to fix issue #205, which includes a syntax issue and chaining createPage().overlay()

Please allow encryption for buffer mode. I need to water mark a PDF file, encrypt and protect(prevent copy&paste or print) and stream to client, all in buffer mode.

Feature Request

**Hi everyone ** I have an image that received it from the server I don't want to save it to path Can I use buffer instead of path ```javascript let...

Is as simple as that, any character like "\n", "\r" or "\t" and the code explotes, we had to check our database for those and replace them, but is not...

Hi! I hope you can help me, I'm trying to run it on a Lambda funtion running NodeJS 12.x but when I call it I receive the following error, thank...

I'd like to delete some previously added content using it's generated ID.

I tried to install npm i hummus-recipe --save in ReactJs application , I am getting below error. ./node_modules/muhammara/node_modules/node-pre-gyp/lib/info.js Module not found: Can't resolve 'aws-sdk' in 'C:\ReactPDFDownload\app_ui\app_ui\node_modules\muhammara\node_modules\node-pre-gyp\lib'

Hi, **Hummus** build is failing while doing npm install with **node 14** and **npm 6** and **windows 10**, can you help me with this asap. Its urgent. Thanks in advance