I know I am being super, super dumb here, but, given the deprecation of the *drawXObject(PDXObject <https://pdfbox.apache.org/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/graphics/PDXObject.html> xobject, AffineTransform <http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true> transform)*method of *PDPageContentStream*, how does one add an image with rotation to the page
I know I could just read the image into a buffered image, rotate it, and create an input stream from that, but one would think there is a better way. Is there a better way Thanks. -- *Evan Williams* Sr. Software Engineer [email protected] *www.ZappRx.com <http://www.zapprx.com/>*

