User Guide

Table Of Contents
763
CHAPTER 32
Creating Reports for Printing
This chapter explains how to use ColdFusion MX tags, functions, and tools to create pages and
reports that are suitable for printing.
Contents
About printable output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Creating PDF and FlashPaper output with the cfdocument tag . . . . . . . . . . . . . . . . . . . . . . . 764
Creating reports with the ColdFusion MX 7 reporting. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Font management with printable reports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Creating reports with Crystal Reports (Windows only) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
About printable output
Although all web browsers let you print HTML pages, HTML-format pages are not optimized
for printed output. For example, lack of control over line breaks, page breaks, headers, footers,
and page numbers are just a few of the problems that you encounter when designing reports and
other pages meant to be printed.
In the context of ColdFusion MX, the term printable output refers to pages that include the
following features:
Page numbers
Headers and footers
Page breaks
Clickable hyperlinks when viewed online
ColdFusion MX provides the following tags for generating printable output:
cfdocument Creates printable output and returns it to the browser or saves it in a file. For
more information, see “Creating PDF and FlashPaper output with the cfdocument tag
on page 764.