View Full Version : print to file


widman
10-25-2006, 07:32 PM
I have a program that generates reports. Before sending them to the screen
it gives an option to choose if you want to send it to Excel, Word, etc., or
normal, that gives you the 1 to 100 pages or so. Once it is on screen, you
can print, choose your printer (including pdf), but no choice to print a text
file or any other format.

I normally want to see the report before sending "x" pages to the printer in
the other room, as sometimes it isn't exactly what I want, or sometimes it
doesn't grab the date ranges I select, and generates 120 pages instead of 3.
It also can take up to 5 minutes to generate the report, so looking at it and
then regenerating it again to excel (where i normally want it in the end) is
a slow option both for me and tying upthe server.

Is there a program or option available to install to allow this.

Hal Hostetler [MVP P/I]
10-25-2006, 10:54 PM
OK, how about using the generic text printer and have it output to a file
instead of a printer? This file would be suitable for Notepad. You could
also print to PDF and use Acrobat to proof it.

Hal
--
Hal Hostetler, CPBE -- hhh@kvoa.com
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com

"widman" <widman@discussions.microsoft.com> wrote in message
news:65FE3A86-2587-42C0-87E4-144D3379B8C9@microsoft.com...
> I have a program that generates reports. Before sending them to the
screen
> it gives an option to choose if you want to send it to Excel, Word, etc.,
or
> normal, that gives you the 1 to 100 pages or so. Once it is on screen,
you
> can print, choose your printer (including pdf), but no choice to print a
text
> file or any other format.
>
> I normally want to see the report before sending "x" pages to the printer
in
> the other room, as sometimes it isn't exactly what I want, or sometimes it
> doesn't grab the date ranges I select, and generates 120 pages instead of
3.
> It also can take up to 5 minutes to generate the report, so looking at it
and
> then regenerating it again to excel (where i normally want it in the end)
is
> a slow option both for me and tying upthe server.
>
> Is there a program or option available to install to allow this.