Can any one help me out to how to write a code in VB to splitt a large tiff file into small files and also how to read a particular page of large tiff file and paste it into a word document. please suggest me with some sample code.Urgent?
korkus2000
11:03 am on Apr 25, 2002 (gmt 0)
Is this a web app? Are you talking about vbscript, vba, or Visual Basic?
caine
11:16 am on Apr 25, 2002 (gmt 0)
Why not open the tiff in a graphics package and crop the document and safe as gif's.
rather than try split up a tiff with VB, which actually sounds like more work than it is worth.