I have a program in development that nearly requires printing in order to be useful. It needs to be able to print two views, an NSTableView and an NSTextView. These views must be on the same page. Is there a way to do this other than having to read everything into one view and printing from there? Forgive me if this is common knowledge, but I can't find anything on the subject.