I am not sure but there are many unbelievable things getting done each day.
So my question is that can we rotate a generated page with 90 degrees like how we do this in pdf using either php or JavaScript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While this is for printing, you should definitely use Paged Media rules from CSS 3 :
More information here. I know this is not supported by all the browsers, but this is the easiest option to print what you want. Another option would be to convert XHTML to PDF using DOMPDF which is under active development.