Convert many images to a pdf: which is first, convertion or combination?
Posted: 2014-11-15T13:15:05-07:00
I would like to convert about ~250 images (png and jpg files) in a directory to a pdf.
Can you provide the best way to do it?
What are the cons and pros of the following two ways:
first use "convert" to convert each image from png or jpg to pdf, and then use "convert" to combine the pdf files into one;
use "convert * my.pdf" to do all in one command.
My requirement is that the whole process
takes reasonable amount of disk space, see viewtopic.php?f=1&t=26544
and doesnt' degrade the image quality, see viewtopic.php?f=1&t=26546
Can you provide the best way to do it?
What are the cons and pros of the following two ways:
first use "convert" to convert each image from png or jpg to pdf, and then use "convert" to combine the pdf files into one;
use "convert * my.pdf" to do all in one command.
My requirement is that the whole process
takes reasonable amount of disk space, see viewtopic.php?f=1&t=26544
and doesnt' degrade the image quality, see viewtopic.php?f=1&t=26546