Score:1

convert: combine multiple imges to pdf but convert them first to jpg

ps flag

I have a list of image files which I want to combine into a pdf.

The ImageMagick for that is convert myImgFiles*.png -resize 1000 myOutput.pdf and works perfectly.

But now I first want to convert the input files to JPG and then combine them into a pdf.

I tried piping, but only one image is put in the pdf. convert myImgFiles*.png -resize 1000 -quality 80 jpeg:- | convert - myOutput.pdf

Can this be done without producing temp files?

Destroy666 avatar
cn flag
Why do you need to do it without temp files? This question is lacking info. If it's e.g. about disk space, I don't think anything will help you.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.