18
0
Fork 0
This commit is contained in:
jdubois 2022-07-01 11:42:52 +02:00
parent 524f8c818d
commit 1f5be3e7ba
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Pour un fichier svg, il faut modifier les propriétés du document depuis inksca
~~~
# apt install imagemagick
$ convert file.jpg -auto-orient ile.pdf
$ convert in.jpg -auto-orient out.pdf
~~~
En cas d'erreur `attempt to perform an operation not allowed by the security policy 'PDF'`, il faut modifier le fichier `/etc/ImageMagick-6/policy.xml` et commenter la ligne correspondant aux limitation sur les PDF.