install ImageMagick
dnf install ImageMagick
To create a pdf from multiple source files:
convert *.jpg output.pdf
convert and resize source images to 50% smaller:
convert -resize 50% *.jpg output.pdf
dnf install ImageMagick
To create a pdf from multiple source files:
convert *.jpg output.pdf
convert and resize source images to 50% smaller:
convert -resize 50% *.jpg output.pdf