basic typos cleanup in "cover pictures are not extracted from PDF files"

A Holt 2019-03-13 01:48:20 -04:00
parent 19e090d82d
commit f392e4ea32
1 changed files with 4 additions and 3 deletions

7
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:
`<policy domain="coder" rights="none" pattern="PDF" />`
to
`<policy domain="coder" rights="read" pattern="PDF" />`
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