Sorry for this, I quickly scanned the docs and didn't find the answer. To set the default unicode encoding so I don't have to pass it to each function call explicitly, do I just make the following: from reportlab import rl_config rl_config.default_encoding = "latin-1" ? Thanks! -- Paul McNett http://paulmcnett.com http://dabodev.com