Howdy All: I need to rotate a table so that the table will show up on the screen with a vertical orientation rather than a horizontal orientation (in other words, you'd have to rotate your monitor 90 degrees counter-clockwise to read it). Can this be done?
My reasoning is fairly simple. I have tables that only look good when you print them in landscape mode, but the rest of my document is portrait. So, I need to either be able to mix page orientations, OR rotate tables. Anyone have a good solution for this? My current algorithm (what I'd like to implement) is: Interrogate table content. If it fits the page width, leave it as-is (10 pt font). If not, try it at 8 pt. If not, switch table orientation to landscape. If it fits at 10 pt, leave it. If not, switch to 8 pt. If not, switch to 6 pt. If not, truncate content. If anyone has a good solution, please let me know. Thanks, Bill ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
