OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
36 stars 18 forks source link

ipptool: Extend "WITH-[ALL-]CONTENT valid" support #87

Open michaelrsweet opened 1 month ago

michaelrsweet commented 1 month ago

Right now the "valid" content tests only validate JPEG and PNG images files, but we also support CSS, HTML, ICC, IPP, PDF, and .strings files for resources. These should also be validated.

michaelrsweet commented 1 month ago

Added validation of IPP, PDF, and .strings files:

[master 936294241] Enhance WITH-[ALL-]CONTENT support to validate IPP, PDF, and .strings files (Issue #87)

Other formats will be added in the future.