Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've suddenly developed the problem where the graphics in my resulting PDF don't have the proper rotation, or orientation. Photos taken with an iPhone in portrait orientation have started appearing in the PDF in landscape mode. The landscape items stay properly in landscape, but portraits also resolve to landscape. As I say, this is a new problem, and I haven't made any changes to any of the related software since November. The only remotely connected change, is that I've updated my Java, about a week ago.

So my question is, is there any setting about honoring the EXIF rotation information, or something along those lines? I can't go in on an image-by-image basis and set a forced rotation, and in the past, the proper orientation just happened.

<fo:external-graphic src="../../MMSimages/IMG_9162.jpg" content-height="1.8in"/>

This code, works on images from a a few days ago, but not on any newer images. Using saxonhe9-2-0-6j/saxon9he.jar as my processor, and FOP 1.1

share|improve this question
Have you excluded any changes in your iPhone that might cause the problem? – javabeangrinder Feb 14 at 12:16
It's actually gotten more strange. Screenshots that I take, show in the proper rotation, as do pics sent to me by others. It's only photos that I take, that have the constant landscape orientation. No, I'm still on 5.1, so there haven't been any changes to the core software. – LOlliffe Feb 20 at 23:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.