3.6 Printing PDF Files Directly 59
The following explains how to print PDF files using lpr and ftp commands.
Note
• In the following examples, the characters in bold typeface indicate the text to be entered.
• Spaces are indicated with U.
Using lpr Command
Supported Operating Systems
Windows NT 4.0/Windows 2000/Windows XP (x32/x64)/Windows Server 2003 (x32/x64)/
Windows Vista (x32/x64)/Windows Server 2008 (x32/x64)
Example
In a command prompt, enter a command as follows.
Example: A command for printing "event.pdf" when the printer's IP address is
192.168.1.100.
Using ftp Command
Supported Operating Systems
Windows NT 4.0/Windows 2000/Windows XP (x32/x64)/Windows Server 2003 (x32/x64)/
Windows Vista (x32/x64)/Windows Server 2008 (x32/x64)
Example
In a command prompt, enter a command as follows.
Example: A command for printing "event.pdf" when the printer's IP address is
192.168.1.100.
C:\>lprU-SU192.168.1.100U-PUlpUevent.pdf <Enter> key
C:\>ftpU192.168.1.100 <Enter> key
Connected to 192.168.1.100.
220 FUJI XEROX DocuPrint C3300 DX
User (192.168.1.100:(none)): <Enter> key
331 Password required
Password: <Enter> key
230 Logged in
ftp>bin <Enter> key
200 Command successful
ftp>putUevent.pdf <Enter> key
200 Command successful
150 Opening data connection
226 Transfer complete
ftp: xxxxx bytes sent in xxxSeconds xxxxxkbytes/sec.
ftp>