Skip to main content
Topic: prn file (Read 6079 times) previous topic - next topic

prn file

I use DESIGNER of BUSINESS OBJECTS and some documentation
can be print from DESIGNER concerning, integrity, objects,
etc... I want capture these documents in a word file  but
the alone possibility is to print in a file but the extension is PRN and not readable.

How to do this?

Re: prn file

Reply #1
Wrong forum to ask that question, since most users here would not have that software. But you can try this: If the software cannot export (or save as) to a format readable by Word (did you try Rich Text Format?) by may be able to place you results into Word as a grahpic image.

Users of NWC software often do that, to place musical notation into a document. NWC allows its music page images to be copied out as Windows Metafiles (WMF) that can be placed directly into Word.

Can your program export metafiles, bitmaps, or something like that? If the amount of visible space occupied by your work is not too large, try screen capture, put the result into a graphics program, crop it, and place the image into Word.

You can also use Ghostscript and GSview to create bitmap images of your pages, which can be placed in word. Using these programs is extensively discussed in other message threads (use the search capability), so there is no need to ask it here.

Re: prn file

Reply #2
PRNter programm from ZDNet Downloads will print to file as a .prn file and then if sent to another PC will print out if that PC also has it.


Re: prn file

Reply #4
Or if you only have a small number of files (as.prn) and you don't want to install more software try http://relic.geo.uu.nl for "Gernot's interactive postscript to PDF converter"
for an online prn to pdf converter.  Quite neat

Re: prn file

Reply #5
Here's How to  'Print to *.PRN file,  then Print out *.PRN file '

There are three pieces to this method.

A) Set up a new entry in the Printers folder.
B) Create a (two line) batch file (printPRN.bat).
C) Associate PRN file type with printPRN.bat file.

A. Set up a new entry in the Printers folder.

1. From the Start menu, select Settings > Printers, the Printers window will pop up,
showing an icon for each of the printers you have at your disposal, plus an icon called
"Add Printer".

2. Double click on this icon.

3. The Add Printer Wizard window will pop up, click on Next.

4. Select the manufacturer and model of the printer you will eventually send the .prn files to. {Rather than scrolling through the entire list of manufacturers, just press the first letter of their name (e.g. H for HP) on the keyboard and the list will jump to the manufacturers}
starting with that letter.

5. Once the correct manufacturer / printer has been selected

Click on Next. Keep the existing driver for this printer,

click on Next. You will be shown a list of ports,

select the one which says: "File: Creates a file on disk",

click on Next.

6. Enter a name for this printer, e.g. "HP Laserjet (FILE)" and select whether to use this printer as the default,

click on Next. Don't bother 'printing' a test page,

(Perform the above procedeure for each printer you plan to use in this way.)

click on Finish. If you now 'print' to this printer a dialog asking you the name of the file to print to will pop up.

B. Create a (two line) batch file (printPRN.bat)

1. Using NotePad (or the like), Create a file called (in this example) printPRN.bat .

2. Enter the following two lines (exactly as shown):

ECHO OFF
@COPY %1 LPT1

3. Then 'Save as'  c:\printPRN.bat .

C. Associate PRN file type with  printPRN.bat file

1. In My Computer or Windows Explorer, click the View menu, and then click Options.

2. Click the File Types tab.

3. In the list of file types, click NEW TYPE.

a. In the 'Description of type' window, type  Print *.prn file .

b. Click on the (lower) NEW button.

c.  In the ACTION window, enter Open

d. In the 'Application used to perform function' window, enter  c:\printPRN.bat

e. Exit out by clicking ENTER all the way.

Tip:
For Help on an item, click ? at the top of the dialog box, and then click the item.

P r o t e c t  your  children  with      ppGuard  - a total kid safe internet experience.

Re: prn file

Reply #6
Sounds awfully complicated.  As an alternative, try PDFCreator from !www.sourceforge.net.  If acts as a printer, but sends the info to a PDF file which you can open in Adobe Acrobat.


Re: prn file

Reply #8
If you print from a Windows program and choose to save the print output as a file, most likely you'll end-up with a *.PRN (created using a PCL printer driver) or a *.PS file (created using a PostScript printer driver).
Once you have this *.PRN (or *.PS) file, it's very easy to send them to the printer to finally get a print out:

Go to the "DOS Prompt" or the "Command Prompt"
Assuming that the file you're about to print is called my_chart.prn and your printer is connected to LPT1: (parallel port number one), type:

COPY my_chart.prn LPT1 /B

and press ENTER

Re: prn file

Reply #9
Thanks for this post!  I can't beleive i forgot this...

Re: prn file

Reply #10
Correct. Don't try this with the .ps file, though.

 

Re: prn file

Reply #11
Hi!

I have a program, that created a PRN dokument, and i would like to know which drawers i would use i the printer..

Does anyone know a program to view these values?

Greetings,

Esben