
On 6/25/22 11:12, Carlos E. R. wrote:
How exactly are you using CUPS to print PDFs? I use an application (several) which would then send to CUPS.
{Wie genau verwenden Sie CUPS zum Drucken von PDFs? Ich verwende eine Anwendung (mehrere), die dann an CUPS gesendet wird.}
probably cups-pdf and imagemagick/ghostscript nanny permissions are likely the problem. If I recall correctly you need to edit (as root) /etc/ImageMagick-7-SUSE/policy.xml and comment and replace: <!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> --> <policy domain="module" rights="read|write" pattern="{PS,PDF,XPS}" /> For background, and the bug in ghostscript <= 9.23, see: ImageMagick security policy 'PDF' blocking conversion https://stackoverflow.com/q/52998331/3422102 -- David C. Rankin, J.D.,P.E.