Printing to file or creating a print output file
Printing to file or creating a print output file
Issue description
This article provides a quick summary of how to create a Print Output file (*
.prn
).Generating a print file for testing drivers and communication issues is needed for escalation purposes.
Capturing .prn via print driver
Perform the steps below:
- ClickStart.
- ClickSettings>Control Panel>Printers and Faxes, or clickDevices and Printers.
- Right-click on the print queue (for example: UPD v2 PCL5 driver).
- ClickPropertiesorPrinter Propertiesfrom the drop-down menu.
- Go to thePortstab, and click "Add Port..." button. APrinter Portsdialog appears.
- SelectLocal Port, then click "New Port...".
- Enter thePort Namein the specified location (for example:C:\Lexmark\test.prn), clickOK, and then close the Printer Ports window.
- ClickApply, and thenOK.
- Open the test file and print the document using the modified print queue.The actual job file is generated inC:\Lexmark\test.prn, which was created in the Printer Ports window.
What to do next
Procedures for testing a driver or resolving a communication issue.
- Send the file to the printer using various methods based on the printer connection method.
- USB cable‑ Send the file to the printer using software such as the local printer setup utility (LPSU).
- Network connection‑ Send the file to the printer using FTP, or you can sometimes send the file from the embedded web server (EWS) of the printer.Refer to the FTP example.
Submitting the *
.prn
for escalation purposes.- Include the *.prnfile with all other escalation materials requested by your technical support representative.
FTP Example
- From a command prompt, open an FTP session to the adapter by typingftp<TCP/IP_address>, whereTCP/IPis the address of the printer, MFP, or print server.
- Log in to the FTP server with a username. (PressingENTERallows an anonymous login.)IMPORTANT!If necessary, typecd..to go to the root directory. Otherwise, make sure that the listed directory is in the same location as the file. This procedure may also be performed beforeStep 1.
- Typebinand pressENTERto switch to binary transfer.
- Typeputc:<path filename> to transfer the file to the adapter so that it will be printed.
- Typebyeto close the FTP session.
LEGACY ID:
HO1279