PDF Generating Tool Support Forum

HOME   Login   Register    Search




  Subject: CSS Text Rotation
   PostPosted: 25 Mar 2011, 18:05 
My html containing css to rotate the text direction, and using the style:
-moz-transform: rotate(-90deg)

May i know whether pd4ml support it? or any workaround to have same effect?


  Subject: Re: CSS Text Rotation
   PostPosted: 25 Mar 2011, 18:40 
With some restrictions a similar can be achieved with writing-mode: tb-rl CSS style.

For example:
<table border=1 width=200 height=100>
<tr>
<td style="writing-mode:tb-rl">
TEST
</td>
</tr>
</table>


  Subject: Re: CSS Text Rotation
   PostPosted: 28 Mar 2011, 04:45 
Many Thanks! It is work.



[Reply]     [ 3 posts ] 

Copyright ©2004-10 zefer|org. All rights reserved. Bookmark and Share