The use of powerful web print control Lodop

Source: Internet
Author: User
Tags custom name

Printing is a feature that many web systems need, recently found a powerful, easy-to-use, inexpensive web Printing Tools Lodop, free also can use, but there are watermarks, not expensive commercial development advice to buy.

Don't say much, take it and start with a simple print.

1. Download, put in the project, introduce the control.

<Scriptlanguage= "JavaScript"src= "~/content/lodop6/lodopfuncs.js"></Script><ObjectID= "Lodop_ob"ClassID= "Clsid:2105c259-1e0c-4534-8141-a753534cb4ca"width=0Height=0>    <EmbedID= "Lodop_em"type= "Application/x-print-lodop"width=0Height=0pluginspage= "Install_lodop32.exe" /></Object>

2. Reference in the button, make a print area

<type= "button"  id= "print"  value= "Printing"/ ><id= "Divprintview">    print content </  div>

Binding Print Events in 3.js

$ (". Print"). Click (function  () {            var lodop = Getlodop ();            Lodop. Print_init ("Custom name, printed identification Mark");            Lodop. Set_print_pagesize (1, 0, 0, "A4"); // define paper, orientation            Lodop. Add_print_htm (0, 0, "100%", "100%", $ (". printhtml"). html ()); // define the content and location of the print             Lodop. PREVIEW ();        })

Lodop Simple printing is complete, setup and extension, available in the technical documentation provided by LODOP.

The use of powerful web print control Lodop

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.