A canvas.T object provides the following methods to define the information about the output file.
canvas.T
can = canvas.init("foo.pdf") ar = area.T(...) can.set_author("Herman Melville") can.set_title("Moby Dick") ar.draw(can)