PackageDescription: Printing-Goodies


Printing - Goodies

Last published: February 4, 2010 by 'jamesr'

Defines 0 Classes
Extends 5 Classes


Some simple additions that allows Document printing using the platform printer dialog. Use:

Document := Document new.

"insert code to create document here"

DocumentRenderer printDocumentUsingDialog: document

or more Simply:

doc := Document new.

"code to create document"

doc toPrinterUsingDialog