Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am generating the xsl-fo document for my XML content and then passing this content to one of the third party DLL that will generate the PDF. I have a requirement to display a test in 45 degrees angle. How to achive this?

Thanks

share|improve this question

1 Answer

I'm pretty sure you can't in pure XSL-FO - the rotations available to the orientation properties are in 90 degree increments. Try embedding an SVG image instead.

share|improve this answer
I think that's the correct answer. It isn't possible in xsl-fo. You'll have to use images (jpg, gif, svg) instead. – Peter Jun 8 '10 at 14:47

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.