View prn file 2003-06-30 09:52 am Hi guys,I need to be able to veiw a .prn file that has been created using a pcl driver. I can do this with a file created with a PS driver using gsview, but this won't work for the pcl file.Any help most appreciated. Quote Selected
Re: View prn file Reply #1 – 2003-06-30 11:03 am Maybe you need 'PRNter', available free download,not sure where, maybe Cnet, but written by twlee@mail.com .Prints from .prn files i.e files printed to file. works well. If you can't find it I can send you a copy. Lew.C Quote Selected
Re: View prn file Reply #2 – 2003-06-30 11:32 am Yeh Jacko PRNter available at Simtel.net Quote Selected
Re: View prn file Reply #3 – 2003-06-30 05:04 pm PCL files are a proprietary file format by HP. If memory serves, one of the reasons for the development of PostScript is that HP was rather snooty about licensing PCL.Anyway, a company called Pageview has a PCL manipulation program for sale, and once also offered a free viewer called "Formview." This is what I used to convert a bunch of PCL circuit diagrams I had from the DOS days. I see now that they've dumped Formview, but replaced it with a "demo" version of their PCL Tools program. From what I can see, it offers pretty much full functionality (and quite a bit more than was offered by Formview, for that matter). It might be just what you need. Quote Selected
Re: View prn file Reply #4 – 2003-06-30 05:40 pm If you happen to have Visual C++ compiler, you might be able to "do it yourself" from this source code:http://www.artifex.com/downloads/Warning: For pros only. Quote Selected
Re: View prn file Reply #6 – 2003-07-01 01:56 pm It is possible to send documents in *.ps (PostScript) format, to be printed by a Postscript compatible printer, or opened for viewing or printing to a non-Postscript printer with Ghostscript/GSview. This method preceded the use of PDF, I believe, and is still in common use.You can send a PCL file, to be printed by a recipient's PCL-compatible printer. But if the recipient doesn't have one, there is no free equivalent to Ghostscript that will open the PCL file for viewing or printing to a non-PCL printer. However, there are commercial products for that purpose.Maybe the user got sheet music in PCL format, and is wondering what to do with it? Or maybe, as the above respondent noted, it has nothing to do with NWC, and got into the wrong forum. Quote Selected
Re: View prn file Reply #7 – 2003-07-17 08:00 pm I used the artifex source code and compiled the command line program PCL6. It just basically allows you to convert a RAW PCL file to other format. I just convert the file to PDF format and use Acrobat Reader as the viewer. The conversion is quite past. One time I sent a PCL file with 2000 pages and the delay is not much noticeable in fact loading the Acrobat takes longer. Also, the PCL to PDF conversion generates a searchable PDF file.So far, I only use the converter under Win2000, but my co-worker uses WinXP and he said it works fine.I execute the command line in silent mode, so the dos window won't show up.On the other hand, a converter that converts PCL file to standard Windows PRN that can be sent to non-PCL printer is even better. Quote Selected
Re: View prn file Reply #8 – 2003-10-02 08:55 pm Just go to dos and use the command - copy file.prn prn -This will send it to the default printer. Enjoy Quote Selected
Re: View prn file Reply #9 – 2003-10-02 08:56 pm Of course you'll need to use the right file name. Quote Selected