01.
<?php
02.
header(
"Content-type: application/vnd.ms-word"
);
03.
header(
"Content-Disposition: attachment;Filename=myPrintInLandscape.doc"
);
04.
?>
07.
<html>
08.
<head>
09.
<META HTTP-EQUIV=
"Content-Type"
CONTENT=
"text/html; charset=UTF-8"
>
10.
<meta name=ProgId content=Word.Document>
11.
<meta name=Generator content=
"Microsoft Word 9"
>
12.
<meta name=Originator content=
"Microsoft Word 9"
>
13.
<title>My Title Here</title>
14.
<style>
15.
@page Section1 {size:595.45pt 841.7pt; margin:1.0in 1.25in 1.0in 1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}
16.
div.Section1 {page:Section1;}
17.
@page Section2 {size:841.7pt 595.45pt;mso-page-orientation:landscape;margin:1.25in 1.0in 1.25in 1.0in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}
18.
div.Section2 {page:Section2;}
19.
</style>
20.
</head>
21.
<body>
22.
<div
class
=Section2>
23.
ทดสอบ
24.
</div>
25.
</body>
26.
</html>