Create one pdf out of multiple (selected) images
You can use the -adjoin
option of convert
:
convert -adjoin *.png out.pdf
This command will result in one pdf
file with all the png
images.
You can use the -adjoin
option of convert
:
convert -adjoin *.png out.pdf
This command will result in one pdf
file with all the png
images.