Help
Topics
Printing a Page Using Printer Render Mode
You can render an application for printing in HTML format. Once the application
is rendered it can be printed by normal means using your browser's printing
options.
To render an application page for printing in HTML format:
- Open the application in a browser.
- At the end of the URL, type
?render=printer
For example, the URL for a Sales Forecast application might be:
http://salesserver/salesApp/forecast.jsp
In preparation for printing, add ?render=printer
to the end of the URL, as in the following example:
http://salesserver/salesApp/forecast.jsp?render=printer
- Press the Enter key.
The application appears in the browser with the Blox rendered as HTML.
- Click the File menu from the browser menu bar.
- Select Print....
You might want to select a printer at this time.
- Click the OK button.
The HTML version of the page is printed.
If you want to print background colors and images, you must enable a specific browser option in Microsoft Internet Explorer. You can enable this option as follows in MS Internet Explorer version 5.0:
- Select Tools menu item from the browser's menu bar.
- Select Internet Options from the drop down list.
- Select the Advanced tab.
- Scroll down to the Printing section of the list box.
- Select the Print background colors and images check box.
- Click OK to implement the changes and close the dialog box.