Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Encryption is not supported in Buffer Mode yet. #233

Open
vardhan1122 opened this issue Jul 8, 2022 · 0 comments
Open

Feature: Encryption is not supported in Buffer Mode yet. #233

vardhan1122 opened this issue Jul 8, 2022 · 0 comments

Comments

@vardhan1122
Copy link

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: 4
})
.endPDF();
await doc.save('./downloads/TestPdfProtected2.pdf');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant