I have millions of .tif image files in D: drive of my computer. Those files are separeted by Year folders(e.g. 1990, 1991, 1992.....) and each year folders have those tif files.
so the local path :
D:\publications\1901\...tif
Now, inside the year folder(1901), the .tif files have different page for the same date(e.g.1901-09-21-p01.tif,1901-09-21-p02.tif,1901-09-21-p03.tif,1901-09-21-p04.tif,1901-09-21-p05.tif....)
I have to write a .net code so that it reads and open the year folder and reads the tif files inside it and change
the multiple .tif files(which have same data) to single pdf file.
e.g. 1901-09-21-p01.tif,1901-09-21-p02.tif,1901-09-21-p03.tif,1901-09-21-p04.tif,1901-09-21-p05.tif............to 1901-09-21.pdf
rajsedhain
Contributor
4181 Points
1041 Posts
Write a code snap to convert .tif to PDF file format.
Jul 09, 2010 08:11 PM|LINK
Hi,
I have millions of .tif image files in D: drive of my computer. Those files are separeted by Year folders(e.g. 1990, 1991, 1992.....) and each year folders have those tif files.
so the local path :
D:\publications\1901\...tif
Now, inside the year folder(1901), the .tif files have different page for the same date(e.g.1901-09-21-p01.tif,1901-09-21-p02.tif,1901-09-21-p03.tif,1901-09-21-p04.tif,1901-09-21-p05.tif....)
I have to write a .net code so that it reads and open the year folder and reads the tif files inside it and change the multiple .tif files(which have same data) to single pdf file.
e.g. 1901-09-21-p01.tif,1901-09-21-p02.tif,1901-09-21-p03.tif,1901-09-21-p04.tif,1901-09-21-p05.tif............to 1901-09-21.pdf
1901-09-22-p01.tif,1901-09-22-p02.tif,1901-09-22-p03.tif,1901-09-22-p04.tif,1901-09-22-p05.tif............to 1901-09-22.pdf
......................
and save to local drive. When finish for 1901 and read for 1902 year folder and convert the tif files of it to pdf file....
so, it should do for all the year folders publication images.
Anyone has idea ??
Thanks in Advance.
Raj Sedhain