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
|
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 |
|||
|
|
|
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. |
|||
|