Previously in 1.3.5 I was able to draw text on the right side of the pdf with the following line: `doc.text(doc.internal.pageSize.width - 10, 30, 'Align Right?', null, null, 'right');` But this stopped working in 1.4, which you can see here: http://jsbin.com/mevemoyula/edit?html,js,output