Wkhtmltopdf: Can wkhtmltopdf password protect the PDF?

Created on 19 Feb 2016  路  1Comment  路  Source: wkhtmltopdf/wkhtmltopdf

Can wkhtmltopdf password protect the PDF?

Question

Most helpful comment

wkhtmltopdf does not support password protection, you need to do it in a second pass. i.e, convert html --> pdf using wkhtmltopdf and then use qpdf or similar libraries to convert pdf --> password protected pdf. If you are using node.js then there is a wrapper around it node-qpdf

>All comments

wkhtmltopdf does not support password protection, you need to do it in a second pass. i.e, convert html --> pdf using wkhtmltopdf and then use qpdf or similar libraries to convert pdf --> password protected pdf. If you are using node.js then there is a wrapper around it node-qpdf

Was this page helpful?
0 / 5 - 0 ratings