I have some tif files with multiple pages that I would like to convert to a single long page. i.e. a file including two pages that are each 8.5x11 would be converted to a resulting file of size 8.5x22. Is there any way to remove the page breaks?
I am not asking how to convert multiple files into a single file.
I have solved this. A good chunk of the following code comes from Scott Hanselman on this page.
This C# function takes a filename for the source image and a save location for its tiff output: