// Core Graphics initially has the lower left of the paper as 0,0
if ( !m_err )
CGContextTranslateCTM( pageContext , (CGFloat) -paperRect.left , (CGFloat) paperRect.bottom ) ;
// Core Graphics initially has the lower left of the paper as 0,0
if ( !m_err )
CGContextTranslateCTM( pageContext , (CGFloat) -paperRect.left , (CGFloat) paperRect.bottom ) ;