View Revisions: Issue #1071

Summary 0001071: Add PDF font verification option for Web Print
Revision 2019-09-02 22:17 by rijkr
Description IST: Uploaded PDF files (Web Print) with font syntax errors pass unnoticed. This may lead to unexpected behavior further on in the workflow, e.g when proxy printing.
SOLL: When config item "print-in.pdf.fonts.verify" = Y (N = default), check font syntax of uploaded PDF file with "pdffonts" utility from the Poppler package. Reject the PDF if errors are encountered.
Revision 2019-09-02 19:41 by rijkr
Description IST: Uploaded PDF files (Web Print) with font syntax errors pass unnoticed. This may lead to unexpected behavior further on in the workflow, e.g when proxy printing.
SOLL: When config item "print-in.pdf.fonts.verify" = Y (default), check font syntax of uploaded PDF file with "pdffonts" utility from the Poppler package. Reject the PDF if errors are encountered.
Revision 2019-08-22 17:33 by rijkr
Description IST: Uploaded PDF files (Web Print) with font syntax errors pass unnoticed. This may lead to unexpected behavior further on in the workflow, e.g when proxy printing.
SOLL: When config item "print-in.validate.pdf.fonts.enable" = Y (default), check font syntax of uploaded PDF file with "pdffonts" utility from the Poppler package. Reject the PDF if errors are encountered.