View Revisions: Issue #1028

Summary 0001028: Accept WebPrint of secured PDF with printing allowed
Revision 2019-06-05 15:03 by rijkr
Description IST: WebPrint of encrypted PDF is rejected.
SOLL: When "print-in.allow-encrypted-pdf" = Y, allow WebPrint of encrypted PDF when PDF permission allows (degraded) printing. In that case, remove the encryption (with `qpdf --decrypt input.pdf output.pdf`) and mark the uploaded document as DRM restricted. This makes WebPrint work the same way as driver printing an encrypted PDF to SavaPage from Adobe Reader. See https://www.savapage.org/docs/manual/ch-printer-encryped-pdf.html
Revision 2019-01-29 16:41 by rijkr
Description IST: WebPrint of encrypted PDF is rejected.
SOLL: When "print-in.allow-encrypted-pdf" = Y, allow WebPrint of encrypted PDF when PDF permission allows printing. In that case, remove the encryption (with `qpdf --decrypt input.pdf output.pdf`) and mark the uploaded document as DRM restricted. This makes WebPrint work the same way as driver printing an encrypted PDF to SavaPage from Adobe Reader. See https://www.savapage.org/docs/manual/ch-printer-encryped-pdf.html
Revision 2019-01-29 09:03 by rijkr
Description IST: WebPrint of encrypted PDF is rejected.
SOLL: Allow WebPrint of encrypted PDF when PDF permission allows printing. In that case, remove the encryption (with `qpdf --decrypt input.pdf output.pdf`) and mark the uploaded document as DRM restricted. This makes WebPrint work the same way as driver printing an encrypted PDF to SavaPage from Adobe Reader. See https://www.savapage.org/docs/manual/ch-printer-encryped-pdf.html