From f392e4ea32355f5664988fede0f122320feda49c Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 13 Mar 2019 01:48:20 -0400 Subject: [PATCH] basic typos cleanup in "cover pictures are not extracted from PDF files" --- FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index f394e44..8fa9e7e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -56,12 +56,13 @@ If you are not sure, you could rename the epub to zip open it and search for js- ### What to do if cover pictures are not extracted from PDF files: -Symptom: Calibre-Web logs a message like: `WARNING - Pdf extraction forbidden by Imagemagick policy: not authorized `/tmp/calibre_web/xxxxxxxxxxxxxxxxxx' @ error/constitute.c/ReadImage/412` during upload of PDF files. -Imagemagick recently changed their security policy, they now deny per default pdf operations, so covers can't extracted anymore, you have to allow it in the policy.xml file of Imagemagick (located in etc/Imagemagick-6) by changing line: +Symptom: Calibre-Web logs a message like: `WARNING - PDF extraction forbidden by ImageMagick policy: not authorized '/tmp/calibre_web/xxxxxxxxxxxxxxxxxx' @ error/constitute.c/ReadImage/412` during upload of PDF files. +ImageMagick recently changed their security policy, they now deny per default PDF operations, so covers can't be extracted anymore, you have to allow it in the policy.xml file of ImageMagick (located in /etc/Imagemagick-6) by changing line: `` to `` -Calibre-web has to be restarted after changing the policy.xml file. Covers should be extracted without error from uploaded pdf files. + +Calibre-Web has to be restarted after changing the policy.xml file. Covers should be extracted without error from uploaded PDF files. ### Mass add books