Printing image represented by multiple tiles using Cocoa

2011-11-04 Thread Rahul Kesharwani
Hi I have a application that prints a image of a page of document on paper. The image is usually tiled and is provided as a set of 4 tiles representing the entire image. Till now this is being done using Carbon printing APIs . The set of functions calls and their order for printing a document

Printing multiple images each on a separate page using single NSPrintOperation

2011-11-04 Thread Rahul Kesharwani
Hi I have a application that intends to print raster image of each page of a document using NSPrintOperation. I am able to create a NSImage of a single page and print it using NSPrintOperation as follows -void printPage: (NSImage)nsImage { NSImageView *nsImageView = [[NSImageView