View a Print-To-File File

Posted: 01-01-2007, 11:19 PM
I have stored many dozens files on my hard drive using the Print-To-File
option from the standard Print Dialog Box . I need to save these files for
auditing purposes but I don't need to print all of them at any time. I know
how to print them but I would like to view the files before I print them as I
only want to select certain ones for printing based on their content . Anyone
out there know how to do this, or if there is some software out there to do
it? Thanks in advance for any replies.
Reply With Quote

Responses to "View a Print-To-File File"

Tom Ferguson
Guest
Posts: n/a
 
Re: View a Print-To-File File
Posted: 01-02-2007, 04:02 PM
The "printer file" so produced is the output of the printer driver that
would have been sent to the printer if the printer's port were set as
the target output device.

This means that the format and content of the file differ depending on
the printer type and the options selected in the driver. Some printer
files can be viewed with Notepad. This will not give you a view of the
document as it would print but there might be enough text decipherable
to be useful. Some printers output as a graphics page. There will be
nothing useful seen by Notepad or any other text editor. However, you
might be able to make a file copy with a tif extension and view it in a
program like Ifran View. If it is a HPGL laser, some graphics programs
can view the file simply by opening it. Some printers output as
bit-mapped or outline font data interspersed with printer commands.


If you let us know the printer make and model, perhaps someone can offer
better-directed assistance.

For reference: best to also save a copy of the word processor or other
original file as well. Yes, I know-barn door open, horse gone. ;-)

Tom
MSMVP
Windows Shell/User

"ajmplanner" <ajmplanner@discussions.microsoft.com> wrote in message
news:BAB3E92F-3BBF-47A1-B284-A15C83131619@microsoft.com...
> I have stored many dozens files on my hard drive using the
> Print-To-File
> option from the standard Print Dialog Box . I need to save these
> files for
> auditing purposes but I don't need to print all of them at any time.
> I know
> how to print them but I would like to view the files before I print
> them as I
> only want to select certain ones for printing based on their content .
> Anyone
> out there know how to do this, or if there is some software out there
> to do
> it? Thanks in advance for any replies.
Reply With Quote
Steve Urbach
Guest
Posts: n/a
 
Re: View a Print-To-File File
Posted: 01-03-2007, 02:20 AM
On Tue, 2 Jan 2007 12:02:11 -0400, "Tom Ferguson"
<tom.msmvp@gmail.com> wrote:
>The "printer file" so produced is the output of the printer driver that
>would have been sent to the printer if the printer's port were set as
>the target output device.
>
>This means that the format and content of the file differ depending on
>the printer type and the options selected in the driver. Some printer
>files can be viewed with Notepad. This will not give you a view of the
>document as it would print but there might be enough text decipherable
>to be useful. Some printers output as a graphics page. There will be
>nothing useful seen by Notepad or any other text editor. However, you
>might be able to make a file copy with a tif extension and view it in a
>program like Ifran View. If it is a HPGL laser, some graphics programs
>can view the file simply by opening it. Some printers output as
>bit-mapped or outline font data interspersed with printer commands.
>
>
>If you let us know the printer make and model, perhaps someone can offer
>better-directed assistance.
>
>For reference: best to also save a copy of the word processor or other
>original file as well. Yes, I know-barn door open, horse gone. ;-)
>
>Tom
>MSMVP
>Windows Shell/User
>
>"ajmplanner" <ajmplanner@discussions.microsoft.com> wrote in message
>news:BAB3E92F-3BBF-47A1-B284-A15C83131619@microsoft.com...
>> I have stored many dozens files on my hard drive using the
>> Print-To-File
>> option from the standard Print Dialog Box . I need to save these
>> files for
>> auditing purposes but I don't need to print all of them at any time.
>> I know
>> how to print them but I would like to view the files before I print
>> them as I
>> only want to select certain ones for printing based on their content .
>> Anyone
>> out there know how to do this, or if there is some software out there
>> to do
>> it? Thanks in advance for any replies.
Or set the driver to Generic Text for the print to file "printer".
Note no fancy fonts allowed.

Sounds like you want to make a PDF of your document.
Acrobat reader would then be your viewer.
Reply With Quote
ajmplanner
Guest
Posts: n/a
 
Re: View a Print-To-File File
Posted: 01-10-2007, 11:52 PM
Thanks for the reply. Now that I understand the issue I also understand why
they cannot be easily viewed. Since I know enough VB to be dangerous I may
be able to write my own program to decode the PRN files at least to the point
where I can display some useful information that will let me make a "print/no
print" decision.

Happy New Year and thanks again for the help.


"Steve Urbach" wrote:
> On Tue, 2 Jan 2007 12:02:11 -0400, "Tom Ferguson"
> <tom.msmvp@gmail.com> wrote:
>
> >The "printer file" so produced is the output of the printer driver that
> >would have been sent to the printer if the printer's port were set as
> >the target output device.
> >
> >This means that the format and content of the file differ depending on
> >the printer type and the options selected in the driver. Some printer
> >files can be viewed with Notepad. This will not give you a view of the
> >document as it would print but there might be enough text decipherable
> >to be useful. Some printers output as a graphics page. There will be
> >nothing useful seen by Notepad or any other text editor. However, you
> >might be able to make a file copy with a tif extension and view it in a
> >program like Ifran View. If it is a HPGL laser, some graphics programs
> >can view the file simply by opening it. Some printers output as
> >bit-mapped or outline font data interspersed with printer commands.
> >
> >
> >If you let us know the printer make and model, perhaps someone can offer
> >better-directed assistance.
> >
> >For reference: best to also save a copy of the word processor or other
> >original file as well. Yes, I know-barn door open, horse gone. ;-)
> >
> >Tom
> >MSMVP
> >Windows Shell/User
> >
> >"ajmplanner" <ajmplanner@discussions.microsoft.com> wrote in message
> >news:BAB3E92F-3BBF-47A1-B284-A15C83131619@microsoft.com...
> >> I have stored many dozens files on my hard drive using the
> >> Print-To-File
> >> option from the standard Print Dialog Box . I need to save these
> >> files for
> >> auditing purposes but I don't need to print all of them at any time.
> >> I know
> >> how to print them but I would like to view the files before I print
> >> them as I
> >> only want to select certain ones for printing based on their content .
> >> Anyone
> >> out there know how to do this, or if there is some software out there
> >> to do
> >> it? Thanks in advance for any replies.
> Or set the driver to Generic Text for the print to file "printer".
> Note no fancy fonts allowed.
>
> Sounds like you want to make a PDF of your document.
> Acrobat reader would then be your viewer.
>
Reply With Quote
Steve Urbach
Guest
Posts: n/a
 
Re: View a Print-To-File File
Posted: 01-11-2007, 02:47 AM
On Wed, 10 Jan 2007 15:52:01 -0800, ajmplanner
<ajmplanner@discussions.microsoft.com> wrote:
>decode the PRN files
PRN is just a convention naming for a "print to file" (or a early DOS
device PRN: which usually mapped to LPT1: )
You still need to know WHAT PRINTER it was created FOR.

"Generic Text Only" printers can be viewed with any editor/text
viewer.
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Description Missing in Large Folder View Radiation Windows Vista File Management 4 11-14-2008 01:24 PM
how/where do I set the view folder by file type ? bob Windows Vista File Management 6 09-23-2007 05:32 PM
File & Print Sharing with Vista Home Premium & XP wireless laptop Bob Windows Vista Networking & Sharing 6 02-17-2007 03:55 AM
Print-To-file Judy Booth Windows Vista Printers & Scanners 4 01-12-2007 09:31 PM
File and Print sharing not working. Chris Windows Vista Networking & Sharing 2 07-05-2006 04:17 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90