How to rotate in cfdocument

I am trying to rotate a div 90 degrees within a cfdocment(pdf) however my attempts at doing this involving css have failed miserably. Any suggestions? my googling says its not supported by cfdocument. Hoping for a different answer.

CSS transformations in <cfdocument> is not your friend.

You might try creating a landscape document directly and then merging it with your portrait pages using <cfpdf>.