Printing from Browser

Printing from Browser

Question:
Is there a way to print an HTML page (perhaps using VBScript or JavaScript) without the user clicking on the print button?

Answer:
Ah, printing! You would think that, given its roots in a text based mark-up language that HTML would be superb for printing, right? Not a chance. The issue of printing has bedeviled both browser makers and Web developers for quite some time, and the answers are simply not as acceptable as anyone would like.

Let’s get the easy question out of the way first. From within a traditional browser, there is no way to print a Web page from within a document using simply JavaScript or DHTML. The reason for this should be fairly obvious. If I were a prankster, I could tell your printer to print a thousand-page document filled with my latest conspiracy theory. Technically, it’s not hard to do, but from a security standpoint, it’s an issue that most people would just as soon avoid.

However, there are just as obviously places where it would be useful to force a print. While you can’t print from within DHTML, there’s no reason why you can’t do it from outside. There are two situations here where you may want to print–you have a browser window with all the menus and command bars turned off, or you have an embedded browser. The solution I’m going to discuss here for both cases is Internet Explorer-centric, although you can create an analogous solution using certain Java classes (specifically, the PrintJob class).

In the case of an embedded browser in another application (for example, if you’re creating a custom browser with appropriate branding for your product), you’ll be using the WebBrowser control (SHDOCVW.DLL). This control is essentially the browsing engine for Internet Explorer–everything else is simply a shell around it that handles administrative functions. One of the methods that the WebBrowser exposes is ExecWB() (WB for Web Browser, I would expect). This is an entry point for passing OLE commands into the browser object itself, allowing you to save, print, or otherwise manipulate the browser’s contents in a surprisingly extensive number of ways. The command takes four arguments:

WebBrowser-->ExecWB(cmdID,cmdexecopt,[pvaIn],[pvaOut])

with the following meanings:

cmdID (Command ID): a constant that contains the action to perform (printing is OLECMDID_PRINT).

cmdexexopt (Command Execute Option): a constant that tells whether to prompt the user with a dialog box.

pvaIn (pointer to an Inbound variant variable): a variable that contains information for the command, such as file name for OLECMDID_OPEN.

pvaOut (pointer for an Outbound variant variable): a variable that will be populated with information when the ExecWB method is called.

With the ExecWB() method, printing becomes trivial. If you want to display the print dialog box (the recommended procedure) before printing, you’d call the following in C++ (assuming you’ve already instantiated the WebBrowser ActiveX object):

Webbrowser-->ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_PROMPTUSER)Webbrowser-->ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_DONTPROMPTUSER)

The same thing can be done with Visual Basic by replacing the “–>” method identifiers with the dot notation.

These calls can be incorporated into an ActiveX component that resides in the page. A User Control’s ParentControl array can be used to reference the Web browser object, or a Printer object could be created inside the component to print specialized data that may not mirror the Web page.

I have two final notes about printing, alluded to in the C programming question. At one time, when HTML was in its infancy, printing HTML was a fairly simple task because the language was a markup language. However, in today’s Applet and DHTML enabled world, trying to manually create a Web page output to the printer becomes even more complex than writing a browser by hand that would handle all of the parsing. Let the browser objects handle it.

Also, the CSS2 specifications, recently approved but not yet implemented in browsers, contain considerably richer support for printing output to a wide number of devices, including standard printers, Braille printers, aural readers, and television. The next generation of Web browsers may also include Printer objects in the object model so that they can be invoked from code–as mentioned before, the hang-up here is providing a secure way of doing it, not performing the technical process.

devx-admin

devx-admin

Share the Post:
Performance Camera

iPhone 15: Performance, Camera, Battery

Apple’s highly anticipated iPhone 15 has finally hit the market, sending ripples of excitement across the tech industry. For those considering upgrading to this new

Battery Breakthrough

Electric Vehicle Battery Breakthrough

The prices of lithium-ion batteries have seen a considerable reduction, with the cost per kilowatt-hour dipping under $100 for the first occasion in two years,

Economy Act Soars

Virginia’s Clean Economy Act Soars Ahead

Virginia has made significant strides towards achieving its short-term carbon-free objectives as outlined in the Clean Economy Act of 2020. Currently, about 44,000 megawatts (MW)

Renewable Storage Innovation

Innovative Energy Storage Solutions

The Department of Energy recently revealed a significant investment of $325 million in advanced battery technologies to store excess renewable energy produced by solar and

Chip Overcoming

iPhone 15 Pro Max: Overcoming Chip Setbacks

Apple recently faced a significant challenge in the development of a key component for its latest iPhone series, the iPhone 15 Pro Max, which was unveiled just a week ago.

Performance Camera

iPhone 15: Performance, Camera, Battery

Apple’s highly anticipated iPhone 15 has finally hit the market, sending ripples of excitement across the tech industry. For those considering upgrading to this new model, three essential features come

Battery Breakthrough

Electric Vehicle Battery Breakthrough

The prices of lithium-ion batteries have seen a considerable reduction, with the cost per kilowatt-hour dipping under $100 for the first occasion in two years, as reported by energy analytics

Economy Act Soars

Virginia’s Clean Economy Act Soars Ahead

Virginia has made significant strides towards achieving its short-term carbon-free objectives as outlined in the Clean Economy Act of 2020. Currently, about 44,000 megawatts (MW) of wind, solar, and energy

Renewable Storage Innovation

Innovative Energy Storage Solutions

The Department of Energy recently revealed a significant investment of $325 million in advanced battery technologies to store excess renewable energy produced by solar and wind sources. This funding will

Renesas Tech Revolution

Revolutionizing India’s Tech Sector with Renesas

Tushar Sharma, a semiconductor engineer at Renesas Electronics, met with Indian Prime Minister Narendra Modi to discuss the company’s support for India’s “Make in India” initiative. This initiative focuses on

Development Project

Thrilling East Windsor Mixed-Use Development

Real estate developer James Cormier, in collaboration with a partnership, has purchased 137 acres of land in Connecticut for $1.15 million with the intention of constructing residential and commercial buildings.

USA Companies

Top Software Development Companies in USA

Navigating the tech landscape to find the right partner is crucial yet challenging. This article offers a comparative glimpse into the top software development companies in the USA. Through a

Software Development

Top Software Development Companies

Looking for the best in software development? Our list of Top Software Development Companies is your gateway to finding the right tech partner. Dive in and explore the leaders in

India Web Development

Top Web Development Companies in India

In the digital race, the right web development partner is your winning edge. Dive into our curated list of top web development companies in India, and kickstart your journey to

USA Web Development

Top Web Development Companies in USA

Looking for the best web development companies in the USA? We’ve got you covered! Check out our top 10 picks to find the right partner for your online project. Your

Clean Energy Adoption

Inside Michigan’s Clean Energy Revolution

Democratic state legislators in Michigan continue to discuss and debate clean energy legislation in the hopes of establishing a comprehensive clean energy strategy for the state. A Senate committee meeting

Chips Act Revolution

European Chips Act: What is it?

In response to the intensifying worldwide technology competition, Europe has unveiled the long-awaited European Chips Act. This daring legislative proposal aims to fortify Europe’s semiconductor supply chain and enhance its

Revolutionized Low-Code

You Should Use Low-Code Platforms for Apps

As the demand for rapid software development increases, low-code platforms have emerged as a popular choice among developers for their ability to build applications with minimal coding. These platforms not

Cybersecurity Strategy

Five Powerful Strategies to Bolster Your Cybersecurity

In today’s increasingly digital landscape, businesses of all sizes must prioritize cyber security measures to defend against potential dangers. Cyber security professionals suggest five simple technological strategies to help companies

Global Layoffs

Tech Layoffs Are Getting Worse Globally

Since the start of 2023, the global technology sector has experienced a significant rise in layoffs, with over 236,000 workers being let go by 1,019 tech firms, as per data

Huawei Electric Dazzle

Huawei Dazzles with Electric Vehicles and Wireless Earbuds

During a prominent unveiling event, Huawei, the Chinese telecommunications powerhouse, kept quiet about its enigmatic new 5G phone and alleged cutting-edge chip development. Instead, Huawei astounded the audience by presenting

Cybersecurity Banking Revolution

Digital Banking Needs Cybersecurity

The banking, financial, and insurance (BFSI) sectors are pioneers in digital transformation, using web applications and application programming interfaces (APIs) to provide seamless services to customers around the world. Rising

FinTech Leadership

Terry Clune’s Fintech Empire

Over the past 30 years, Terry Clune has built a remarkable business empire, with CluneTech at the helm. The CEO and Founder has successfully created eight fintech firms, attracting renowned

The Role Of AI Within A Web Design Agency?

In the digital age, the role of Artificial Intelligence (AI) in web design is rapidly evolving, transitioning from a futuristic concept to practical tools used in design, coding, content writing

Generative AI Revolution

Is Generative AI the Next Internet?

The increasing demand for Generative AI models has led to a surge in its adoption across diverse sectors, with healthcare, automotive, and financial services being among the top beneficiaries. These

Microsoft Laptop

The New Surface Laptop Studio 2 Is Nuts

The Surface Laptop Studio 2 is a dynamic and robust all-in-one laptop designed for creators and professionals alike. It features a 14.4″ touchscreen and a cutting-edge design that is over

5G Innovations

GPU-Accelerated 5G in Japan

NTT DOCOMO, a global telecommunications giant, is set to break new ground in the industry as it prepares to launch a GPU-accelerated 5G network in Japan. This innovative approach will

AI Ethics

AI Journalism: Balancing Integrity and Innovation

An op-ed, produced using Microsoft’s Bing Chat AI software, recently appeared in the St. Louis Post-Dispatch, discussing the potential concerns surrounding the employment of artificial intelligence (AI) in journalism. These