Convert Image to PDF from List: Problems with Blank Space
Posted: 2016-12-14T05:40:39-07:00
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:
This works with a file list like this
but not with a file list like this
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.
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
Code: Select all
001.tif
002.tif
Code: Select all
frist image.tif
second image.tif