combine tif file to a multi page tif
Posted: 2009-03-31T21:52:12-07:00
HI All
Im combining multiple tif file to a one multi page tif file,
example code:
this code is working but what i need is to convert all the files in a folder, is it possible? and if possible please share me your code. i really need this
thanks
Floyd
Im combining multiple tif file to a one multi page tif file,
example code:
Code: Select all
img.Convert("c:\1.tif", "c:\2.tif", "c:\2.tif", "-adjoin", output)
thanks
Floyd