3.7 Printing PDF Files Directly
63
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
.
Using lpr Command
Supported OS
Windows NT 4.0/Windows 2000/Windows XP (x32/x64)/Windows Server 2003 (x32/x64)/
Windows Vista (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 98/Windows Me/Windows NT 4.0/Windows 2000/
Windows XP (x32/x64)/Windows Server 2003 (x32/x64)/Windows Vista (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:\>
lpr -S 192.168.1.100 -P lp event.pdf
<Enter> key
C:\>
ftp 192.168.1.100
<Enter> key
Connected to 192.168.1.100.
220 FUJI XEROX DocuPrint C1110
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>
put
event.pdf
<Enter> key
200 Command successful
150 Opening data connection
226 Transfer complete
ftp: xxxxx bytes sent in xxxSeconds xxxxxkbytes/sec.
ftp>