Page 1 of 1

Convert Image to PDF from List: Problems with Blank Space

Posted: 2016-12-14T05:40:39-07:00
by LittleKI
Hi,

i use this Command lIne to convert Images that are stored in the same folder to a single PDF. But this doesn't work when the image file names have blank space. This is the Command line:

Code: Select all

convert @file-list output.pdf
This works with a file list like this

Code: Select all

001.tif
002.tif
but not with a file list like this

Code: Select all

frist image.tif
second image.tif
when i try the second file there is no error or anything. i looks like convert is still running, but after minutes of waiting there is not output.

Re: Convert Image to PDF from List: Problems with Blank Space

Posted: 2016-12-14T09:48:12-07:00
by fmw42
IM cannot figure out what to do with first and second. They have no suffix and are not image files.

IM image lists can only include images, not labels. If you have an image name with a space in it, then enclose the whole image name in quotes.