
to a series of jpeg files (of 20MB ñ_ñ)
The question is, ¿there's a way to send these jpeg to the stdin of ImageMagick, and convert it to a pdf?
Something like this pseudo-code:
Code: Select all
ghostscript [a lot of options] archivo.pdf -sOutputFile=%stdout -q - | convert - -adjoin archivo.pdf