JSP word Printing

Source: Internet
Author: User

Reference response. setcontenttype ("application/MSWord"); in JSP. The open page is the word style.

1. Achieve word horizontal typing:

<Style>

@ Page
{MSO-page-border-Surround-header: No;
MSO-page-border-Surround-footer: No ;}
@ Page Section1
{Size: 841.9pt 595.3pt; // size of the paper
MSO-page-orientation: landscape;
Margin: 89.85pt 72.0pt 89.85pt 72.0pt;
MSO-header-margin: 42.55pt; // Header
MSO-footer-margin: 49.6pt; // footer
MSO-paper-Source: 0;
Layout-grid: 15.6pt ;}
Div. Section1
{Page: Section1 ;}

</Style>

Use <Div class = "Section1"> </div> to implement

2. Create custom vertical la s

@ page
{MSO-page-border-Surround-header: No;
MSO-page-border-Surround-footer: No ;}
@ page Section1
{size: 21.5 14.00;
margin-left: 0.5; // left margin
margin-right: 0.5; // right margin
margin-top: 0.5; // top margin
margin-bottom: 0.5 // bottom margin;
MSO-header-margin: 0.5;
MSO-footer-margin: 0.5;
Layout-grid: 0.5pt;}
Div. section1
{page: Section1 ;}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.