المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to Rearrange Tiff pages?



C# Programming
03-05-2010, 02:11 PM
Hello All,
I have a query:

Suppose I have a Multi-page Tif/Tiff (Single Tiff file with multiple pages) and the pages are from Top to Down manner, as any normal document will be.
What I want to do is to rearrange the pages in a grid of axb pages and again save the document as a single page Tif/Tiff format.

For example, suppose I have a Tif/Tiff file that contains 6 pages, arranged vertically 1 to 6. Now I want to arrange these 6 pages(each page of size 8.5x11 in) so that the first 3 pages come horizontally in one row, and the next 3 pages come horizontally in the second row. After this is done, the resulting image is stored as a single page Tif/Tiff file(whose size would definitely be larger as it now contains 6 pages).

Can anyone help? Some sample code will be of grate help to me.
Thanks in advance